adam.nz
about
posts
projects
contact
# ldapsearch -v -h 192.168.4.201 -L -b "ou=people,dc=spack,dc=org" "cn=adam*" uid cn givenname
Bind anonymously and search the LDAP tree, starting at
ou=people
for a cn which matches the expression
adam*
. On a match print the
uid
,
cn
and
givenname
.