edu.vt.middleware.ldap.LdapCli.examples Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vt-ldap Show documentation
Show all versions of vt-ldap Show documentation
Library for performing common LDAP operations
- Search a ldap directory returning the mail attribute in ldif format
ldapsearch -ldapUrl ldap://directory.vt.edu -baseDn ou=People,dc=vt,dc=edu \
-query uupid=dfisher mail
- Search a ldap directory returning all attributes in dsmlv1 format
ldapsearch -ldapUrl ldap://directory.vt.edu -baseDn ou=People,dc=vt,dc=edu \
-dsmlv1 -query uupid=dfisher
- Search a ldap directory as an authenticated user returning all attributes in dsmlv2 format
ldapsearch -ldapUrl ldap://directory.vt.edu -baseDn ou=People,dc=vt,dc=edu \
-bindDn uid=818037,ou=People,dc=vt,dc=edu -tls true \
-dsmlv2 -query uupid=dfisher
- Display all the command line options available
ldapsearch -help
© 2015 - 2025 Weber Informatics LLC | Privacy Policy