Hello, I have a problem with the connection of a user which comes from my LDAP repository. I have modified the file users.ldap.properties (you can see it at the bottom). I can see every people of my repository, I can add them into jahia groups BUT when I want to log on Jahia with a user who comes from the LDAP, It doesn't work !!!!! I don't konw why !!???? Can someone help me please !!!!
Thanks # Configuration file users.ldap.properties users.ldap.context.factory = com.sun.jndi.ldap.LdapCtxFactory #LDAP Cap users.ldap.url = ldap://ldap.capgemini.fr:389/ users.ldap.authentification.mode = simple users.ldap.public.bind.dn = o=cap gemini,c=us # if you need to login to do public browsing of the directory, uncomment the following line and enter the password. #users.ldap.public.bind.password= # the following value will be used as the user key, if it's not found the user will not be used ! users.ldap.uid.search.attribute = uid users.ldap.uid.search.name = o=cap gemini,c=us users.ldap.dn.identifier.attribute = cn users.ldap.search.countlimit = 500 # the following defines the attributes to use for wildcard search such as *=*test* users.ldap.search.wildcards.attributes = ou, cn, o, c, mail, uid, uniqueIdentifier, givenName, sn, dn # Map attribute, that indicate which LDAP attribute to map to Jahia standard properties # Make sure you comment out the ones you are not using, especially if the LDAP # repository contains same names attributes. If you don't searching users will # most probably not work correctly. users.ldap.username.attribute.map = uid users.ldap.firstname.attribute.map = givenname users.ldap.lastname.attribute.map = sn users.ldap.email.attribute.map = mail users.ldap.organization.attribute.map = ou
