Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ldapsearch -x -b "ou=users,dc=datasolutions,dc=com" -D "cn=admin,dc=datasolutions,dc=com" -w ******** -s one dn
- # extended LDIF
- #
- # LDAPv3
- # base <ou=users,dc=datasolutions,dc=com> with scope oneLevel
- # filter: (objectclass=*)
- # requesting: dn
- #
- # jdoe, users, datasolutions.com
- dn: cn=jdoe,ou=users,dc=datasolutions,dc=com
- # vpopa, users, datasolutions.com
- dn: cn=vpopa,ou=users,dc=datasolutions,dc=com
- # rabbitmq, users, datasolutions.com
- dn: cn=rabbitmq,ou=users,dc=datasolutions,dc=com
- # search result
- search: 2
- result: 0 Success
Advertisement
Add Comment
Please, Sign In to add comment