cselkirk Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 09 Jun 2003 Posts: 199 Location: NL
|
Posted: Sat Feb 12, 2005 3:06 pm Post subject: |
|
|
Something like the following:
Code: | slappasswd -h "{SSHA}" |
You could also use MD5 as opposed to SSHA.
You would then edit /etc/openldap/slapd.conf and add the string returned from the above command:
Code: | rootpw {SSHA}lotsofgarbage= |
restart slapd and you will then be able to ldapsearch, ldapadd, etc using the password suplied to slappasswd. _________________ cn=cselkirk,dc=xs4all,dc=nl |
|