I am really bad at understanding LDAP and I have not found a reliable source to learn what I need about it. I need now to authenticate users in joomla using an LDAP directory, and I am using JMapMyLDAP. In the configuration it asks me for a base DN and I am not sure what that is but in this case I have
ou=People,do=uniandes,do=edu,do=co
and then in filter, I would like to filter by Uid, I want to be able to map the users by Uid so that depending on their uid I can assign them the appropriate viewing and editing permissions and I am not quite sure how to do it so in filter I have
(&(uid=[username]))
Then in lookup type I have -forward- In lookup attribute I have -member- and in lookup member I have -Uid- and in DN attribute -distinguishedName-. Finally I have the mapping as myusername:group and when trying to log with my LDAP user I just cant log in. I don't know if I am doing something wrong or what may be happening. Any one has any idea? Any suggested reading?