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

edu.vt.middleware.ldap.auth.AuthenticatorCli.examples Maven / Gradle / Ivy

There is a newer version: 3.3.9
Show newest version
- Authenticate a user and return their ldap entry

   ldapauth -ldapUrl ldap://directory.vt.edu -baseDn ou=People,dc=vt,dc=edu \
            -tls true -userField uupid

- Authenticate and authorize a user on their accountState attribute

   ldapauth -ldapUrl ldap://directory.vt.edu -baseDn ou=People,dc=vt,dc=edu \
            -tls true -userField uupid -authorizationFilter accountState=active

- Authenticate a user and return their mail attribute in dsmlv1 format

   ldapauth -ldapUrl ldap://directory.vt.edu -baseDn ou=People,dc=vt,dc=edu \
            -tls true -userField uupid -dsmlv1 mail

- Display all the command line options available 

   ldapauth -help




© 2015 - 2025 Weber Informatics LLC | Privacy Policy