ldaps { com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required debug="true" contextFactory="com.sun.jndi.ldap.LdapCtxFactory" providerUrl="ldaps://ldap-service:636" bindDn="cn=admin,dc=example,dc=net" bindPassword="admin" authenticationMethod="simple" forceBindingLogin="false" userBaseDn="ou=Users,dc=example,dc=net" userRdnAttribute="uid" userIdAttribute="uid" userPasswordAttribute="userPassword" userObjectClass="posixAccount" userLastNameAttribute="sn" userFirstNameAttribute="givenName" userEmailAttribute="mail" roleBaseDn="cn=Roles,dc=example,dc=net" roleNameAttribute="cn" roleUsernameMemberAttribute="memberUid" roleMemberAttribute="memberUid" roleObjectClass="posixGroup" cacheDurationMillis="300000" supplementalRoles="user" reportStatistics="true" timeoutRead="10000" timeoutConnect="20000" nestedGroups="false"; };