adam.nz
about
posts
projects
contact
# ldapsearch -v -h 192.168.4.201 -L -b "ou=people,dc=spack,dc=org" -D "uid=adam,ou=people,dc=spack,dc=org" -W "cn=adam*" uid cn givenname
Same as above only bind as
uid=adam
and prompt for the password (
-w <password>
to specify on the command line)