a question from my system administrator, using ldap authentification for ABP9.8
Is it possible to use LDAP group with users identifed by their UID ?
attribut memberUid of groups with objectClass=posixGroup.
It seems that it is not possible ?
thanks in advance
pam
PS
A bug in ldap configuration form ?
some thing strange with SSL... if we set the ssl flag in the ldap configuration form, we have a message "ldap connexion is not allowed", and if we unset, but using the ssl (389) port, that's work... just a form error ?
The entries in your LDAP system are probably just singly-linked so you may want to try changing the search direction for group members from bottom-up to top-down. This can be done by changing the value of option com.aris.umc.ldap.sync.members.searchBottomUp.
Regarding your SSL problem, please make sure to use the right port and mode settings. SSL (unlike STARTTLS) usually requires a dedicated port, e.g. 636.