All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.vt.middleware.ldap.LdapCli.examples Maven / Gradle / Ivy

There is a newer version: 3.3.9
Show newest version
- 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