Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 CRED_KEYSTORE_FILENAME : $JAVA_HOME/lib/security/cacerts                      ## be careful that your LDAP certificate is trusted by Java
 MIN_UNIX_USER_ID_TO_SYNC : 0                                                  ## unlike Unix, you may want to synchronize all existing users
 SYNC_INTERVAL : 5                                                             ## synchronizing users every 5 minutes seems to be a good value
 SYNC_LDAP_BIND_DN : cn=toto,ou=Users,ou=People,dc=Hadoop,dc=mutu,dc=Apache    ## if you use an anonymous bind, this value is required, but will be ignored
 SYNC_LDAP_BIND_PASSWORD : totopassword                                        ## if you use an anonymous bind, this value is required, but will be ignored. Though, it will not be encrypted
 SYNC_LDAP_URL : ldap://My_LDAP_host
 SYNC_LDAP_USER_GROUP_NAME_ATTRIBUTE : memberOf
 SYNC_LDAP_USER_NAME_ATTRIBUTE : cn
 SYNC_LDAP_USER_OBJECT_CLASS : person
 SYNC_LDAP_USER_SEARCH_BASE : ou=People,dc=Hadoop,dc=mutu,dc=Apache
 SYNC_LDAP_USER_SEARCH_FILTER : -
 SYNC_LDAP_USER_SEARCH_SCOPE : sub
 SYNC_LDAP_USERNAME_CASE_CONVERSION : lower
 SYNC_SOURCE : ldap
 

...