Gianmaria Clerici wrote:
Well we are in the middle of a release and we can quickly switch.
We will as soon as we are done with this release.
Any workaround ?
Sorry not that I know of .. This works fine for me on my 1.0 branch so I
have not had to look back for it in 0.9.3.
Alex
-----Original Message-----
From: Alex Karasulu [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 22, 2006 5:40 PM
To: Apache Directory Developers List
Subject: Re: problems changing the admin user password with 0.9.3
Switch to RC1. Might be a bug which is fixed already. We cannot support
earlier branches of development along with 1.0 and 1.1 in the trunk.
Excuse the inconvenience.
Alex
Gianmaria Clerici wrote:
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?