Fix the search command for Kosmos LDAP users

This commit is contained in:
Greg 2020-09-16 11:36:29 +02:00
parent 104090d34e
commit a8b303af4a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $ knife data bag show credentials dirsrv --secret-file .chef/encrypted_data_bag_
## Example search (will prompt for password):
```
$ ldapsearch -x -W -D 'cn=Directory Manager' -b "ou=users,dc=kosmos,dc=org" -H "ldaps://ldap.kosmos.org" -v
$ ldapsearch -x -W -D 'cn=Directory Manager' -b "ou=kosmos.org,cn=users,dc=kosmos,dc=org" -H "ldaps://ldap.kosmos.org" -v
```
## Shell scripts