#2298 closed task (fixed)
Account Creation Error
Reported by: | wildintellect | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SysAdmin | Keywords: | |
Cc: |
Description
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'}
Change History (3)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 6 years ago
INVALID CREDENTIALS sounds more about the credentials used to obtain authorization to create accounts...
comment:3 by , 6 years ago
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.
This should be fixed now. Had to change the RootDN