--- ldap-loginModule.conf.orig 2011-05-31 23:58:07.000000000 -0700 +++ ldap-loginModule.conf 2011-05-31 23:59:24.000000000 -0700 @@ -1,5 +1,5 @@ RD { - com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required + com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule sufficient debug="true" contextFactory="com.sun.jndi.ldap.LdapCtxFactory" providerUrl="ldaps://10.1.1.1" @@ -20,4 +20,7 @@ rolePrefix="role.rundeck." cacheDurationMillis="300000" reportStatistics="true"; + org.mortbay.jetty.plus.jaas.spi.PropertyFileLoginModule required + debug="true" + file="/etc/rundeck/realm.properties"; };