bookmarks of the day 06/14/2010
Posted by Toshi | | Posted On Jun 14, 2010 at 11:30 PM
OpenLDAP Software 2.4 Administrator's Guide: Security Considerations
OpenLDAP Faq-O-Matic: What are {SHA} and {SSHA} passwords and how do I generate them?
Linux LDAP Tutorial: Add a login, password protection and security to your OpenLDAP directory
- OR use encryption: (much better!)
dn: cn=fratbrother,o=delta
cn: fratbrother
sn: fratbrother
objectclass: top
objectclass: person
userPassword: {CRYPT}frzelFSD.VhkI
Password created with the command:[]$ perl -e 'print("userPassword: {CRYPT}".crypt("fratsecret","frat-salt")."\n");'
userPassword: {CRYPT}frzelFSD.VhkI
Add to LDAP:
ldapadd -f fratbrother.ldif -cxv -D "cn=DeanWormer,o=delta" -w secret2
Posted from Diigo. The rest of my favorite links are here.