You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by John Gordon <jg...@trueoutcomes.com> on 2005/06/30 21:08:17 UTC

Question about changing admin password

I am new to LDAP and am attempting to change the admin password away from it's default of secret.  I tried ldappasswd but was unsuccessful.  The server gave me a stack trace saying it has not been implemented yet.  How should I go about changing it?  I appreciate any help on the subject or a link in the right direction to read a helpful manual.

Thanks,

John Gordon

TrueOutcomes

Re: Question about changing admin password

Posted by Alex Karasulu <ao...@bellsouth.net>.
John Gordon wrote:

> I am new to LDAP and am attempting to change the admin password away 
> from it's default of secret.  I tried ldappasswd but was 
> unsuccessful.  The server gave me a stack trace saying it has not been 
> implemented yet.  How should I go about changing it?  I appreciate any 
> help on the subject or a link in the right direction to read a helpful 
> manual.

Technically all you have to do is an LDAP Modify operation on the 
uid=admin,ou=system entry as admin.  You can do this with the 
commandline LDAP tools that come with OpenLDAP or our own LDAP clients.  
You can also do this using an LDAP browser like JXPlorer. 

Hope this helps,
Alex