Closed cvgw closed 4 years ago
I think it would be very useful to new users to have an example search using a common tool like ldapsearch.
ldapsearch
Something like
$ ldapsearch -x -h localhost -p 3004 -b "dc=test" "(&(objectclass=person)(cn=user-login))"
I think adding this to the README would help clear up confusion for new users.
@cvgw: thank you for the advice, an example has been added to the README.md file in branch develop. It will be released soon.
Released.
I think it would be very useful to new users to have an example search using a common tool like
ldapsearch
.Something like
I think adding this to the README would help clear up confusion for new users.