|
I am starting the apache directory server with the default
configuration: <prop
key="java.naming.security.authentication">simple</prop> <prop
key="java.naming.security.principal">uid=admin,ou=system</prop> <prop
key="java.naming.security.credentials">secret</prop> But then I would like to change the password for the admin
user. I log into the apache server with an LDAP browser and change
the password to “newpassword”. Then I shutdown the server and change the configuration: <prop
key="java.naming.security.authentication">simple</prop> <prop
key="java.naming.security.principal">uid=admin,ou=system</prop> <prop
key="java.naming.security.credentials">newpassword</prop> I get an error as the SimpleAuthenticator is failing. If I use “secret” again, it works. So how do I change the admin password, permanently? |
- problems changing the admin user password with 0.9.3 Gianmaria Clerici
- Re: problems changing the admin user password with ... Alex Karasulu
- MINA broadcast support Jörg Henne
- Re: MINA broadcast support Niklas Therning
- Re: MINA broadcast support Trustin Lee
- Re: MINA broadcast support Alex Karasulu
- Re: MINA broadcast support Jörg Henne
- RE: problems changing the admin user password with ... Gianmaria Clerici
- Re: problems changing the admin user password w... Alex Karasulu
- Re: problems changing the admin user password with ... Stefan Zoerner
