edu.vt.middleware.ldap.auth.AuthenticatorCli.args 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
authoritative:whether to require an authoritative source (true|false)
authtype:type of authentication (none|simple|strong)
baseDn:base dn
batchSize:result batch size
binaryAttributes:space delimited list of binary attributes
bindCredential:password for the bindDn
bindDn:fully qualified dn to bind as
countLimit:maximum number of entries to return
derefAliases:how to handle aliases (always|never|finding|searching)
derefLinkFlag:whether to force dereferencing (true|false)
handlerIgnoreExceptions:comma delimited list of exceptions that the handler should ignore
hostnameVerifier:fully qualified class name which implements HostnameVerifier
ignoreCase:whether to ignore case in attribute names (true|false)
language:preferred language
ldapUrl:URL that identifies the LDAP server to search
referral:how to handle referrals (throw|ignore|follow)
searchResultHandlers:comma delimited list of search result handlers to use
searchScope:scope of the search (0:object|1:one level|2: subtree)
ssl:whether to use ssl (true|false)
sslSocketFactory:fully qualified class name which implements SSLSocketFactory
timeout: amount of time in milliseconds that connect operations will block
timeLimit:amount of time in milliseconds that search operations will block
tls:whether to use tls (true|false)
typesOnly:whether to return only attribute types (true|false)
authenticationResultHandlers:comma delimited list of authentication result handlers to use
authorizationFilter:ldap filter to authorize user with
constructDn:whether to construct the user dn instead of looking it up (true|false)
credential:password to bind with
subtreeSearch:whether to lookup user dn with a subtree search (true|false)
user:combined with userField to lookup user dn
userField:combined with user to lookup user dn
userFilter:ldap filter to lookup user dn
© 2015 - 2025 Weber Informatics LLC | Privacy Policy