# # This properties file brings together the common options for LDAP authentication rather than editing the bean definitions # # How to map the user id entered by the user to taht passed through to LDAP # - simple # - this must be a DN and would be something like # CN=%s,DC=company,DC=com # - digest # - usually pass through what is entered # %s ldap.authentication.userNameFormat=%s # The LDAP context factory to use ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory # The URL to connect to the LDAP server ldap.authentication.java.naming.provider.url=ldap://openldap.domain.com:389 # The authentication mechanism to use ldap.authentication.java.naming.security.authentication=DIGEST-MD5 # The default principal to use (only used for LDAP sync) ldap.authentication.java.naming.security.principal=reader # The password for the default principal (only used for LDAP sync) ldap.authentication.java.naming.security.credentials=secret