ldap {
com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required
debug="true"
contextFactory="com.sun.jndi.ldap.LdapCtxFactory"
providerUrl="ldaps://k2-ldap0.<host>.ca:389"
bindDn="ou=People,dc=<hostname>,dc=ca"
authenticationMethod="simple"
forceBindingLogin="true"
userBaseDn="ou=People,dc=<hostname>,dc=ca"
userRdnAttribute="uid"
cacheDurationMillis="300000"
reportStatistics="true";
};
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.