Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 312 Bytes

perform-authorised-search.md

File metadata and controls

8 lines (6 loc) · 312 Bytes

Perform Authorised Search

One can easily search openldap via the ldapsearch command as follows:

$ # command  dn-of-user                     passwd-of-user  dn-of-base-search      search-"term"
$ ldapsearch -D "cn=root,dc=example,dc=com" -w <passwd>     -b "dc=example,dc=com" "(objectclass=*)"