- ldapsearch -D "Who you want to connect as" -W -x -LLL -s one -b "the area you want to search" "(element=value)" DisplayElement
- ldapsearch -D "cn=root,dc=arbitrary,dc=com" -W -x -LLL -s one -b "ou=hosts,dc=arbitrary,dc=com" "(cn=*xen*)" ipHostNumber
- To add/modify entries: ldapadd and ldapmodify, using temporary files
INDEX
PREVIOUS
Master Index