Skip to content
This repository has been archived by the owner on Jul 11, 2018. It is now read-only.

r74.4 setpasswds changes the default LDAP password incorrectly #25

Open
relaxnow opened this issue Oct 2, 2014 · 0 comments
Open

r74.4 setpasswds changes the default LDAP password incorrectly #25

relaxnow opened this issue Oct 2, 2014 · 0 comments
Labels

Comments

@relaxnow
Copy link
Contributor

relaxnow commented Oct 2, 2014

r74.4 setpasswds changes the OC__LDAP_ENGINE_PASS to something random however LDAP is not provisioned with this new password but the old password:

[vagrant@localhost ~]$ cat /etc/openconext/oc_config.sh | grep LDAP_ENGINE
OC__LDAP_ENGINE_USER="cn=engine,dc=surfconext,dc=nl"
OC__LDAP_ENGINE_PASS="JsBQMXkp4OYR5YEtlD6Q"
[vagrant@localhost ~]$ ldapwhoami -x -D "cn=engine,dc=surfconext,dc=nl" -h localhost -w JsBQMXkp4OYR5YEtlD6Q
ldap_bind: Invalid credentials (49)
[vagrant@localhost ~]$ ldapwhoami -x -D "cn=engine,dc=surfconext,dc=nl" -h localhost -w jf7RH4Hj20De
dn:cn=engine,dc=surfconext,dc=nl
@relaxnow relaxnow added the bug label Oct 2, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant