Compare commits

..

No commits in common. "f5bdc3e892da208797a68b4cd81f3ac0858559ec" and "4f1bf768ee61d27aad2ebb6c9d8a16d06e13d26a" have entirely different histories.

View File

@ -1,6 +1,6 @@
# LDAP (389 Directory Server)
# LDAP (389 Directory Server).
## Credentials
## Credentials
The admin account is `cn=Directory Manager` with the password stored in the
encrypted data bag `admin_password` item
@ -9,8 +9,8 @@ encrypted data bag `admin_password` item
$ knife data bag show credentials dirsrv --secret-file .chef/encrypted_data_bag_secret
```
## Example search (will prompt for password):
## Example search:
```
$ ldapsearch -x -W -D 'cn=Directory Manager' -b "ou=users,dc=kosmos,dc=org" -H "ldaps://ldap.kosmos.org" -v
$ ldapsearch -x -w $password -D 'cn=Directory Manager' -b "ou=users,dc=kosmos,dc=org" -H "ldaps://ldap.kosmos.org" -v
```