[SAC] [OSGeo] #2298: Account Creation Error

#2298: Account Creation Error
---------------------------+-------------------
Reporter: wildintellect | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Keywords:
---------------------------+-------------------
Probably related to the work on secure and migration of cert.

Although it could be accented characters, we still don't support those
right? Let me know if you need the contact info for the user having the
issue.

{{{
Traceback (most recent call last): File
"/usr/lib/cgi-bin/ldap_create_user.py", line 248, in
ldap_add(uid,cn,sn,mail,password)
File "/usr/lib/cgi-bin/ldap_create_user.py", line 133, in ldap_add
l.simple_bind_s(who,cred) INVALID_CREDENTIALS: {'desc': 'Invalid
credentials'}
}}}

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2298&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2298: Account Creation Error
---------------------------+---------------------
Reporter: wildintellect | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone:
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+---------------------
Changes (by robe):

* status: new => closed
* resolution: => fixed

Comment:

This should be fixed now. Had to change the RootDN

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2298#comment:1&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2298: Account Creation Error
---------------------------+---------------------
Reporter: wildintellect | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone:
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+---------------------

Comment (by strk):

INVALID CREDENTIALS sounds more about the credentials used
to obtain authorization to create accounts...

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2298#comment:2&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#2298: Account Creation Error
---------------------------+---------------------
Reporter: wildintellect | Owner: sac@…
     Type: task | Status: closed
Priority: normal | Milestone:
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+---------------------

Comment (by robe):

It's both. When LDAP creates the root account it defaults the name to
cn=admin,dc=osgeo,dc=org. I had created the config on new ldap from
scratch because even with the Manager account I couldn't make
configuration changes (like changing the SSL cert).

Anyway when I created the new LDAP I did set the password to the same as
the old, but that wasn't enough because the RootDN was
cn=admin,dc=osgeo,dc=org.

I had to change this RootDN to cn=Manager,dc=osgeo,dc=org because that's
what the creation scripts were using.

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2298#comment:3&gt;
OSGeo <https://osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.