Hello to all, Is it possible to limit access to users belong to certain group, when group membership is based on the memberUid attribute? Our LDAP implements group memberships by having groups like
cn=groupname,ou=groups,dc=cs,dc=example,dc=com with each group being a posixGroup and including a memberUid attribute which lists all the users (by uid) belonging to that group. Users' account info is stored in another subtree, uid=username,ou=people,dc=cs,dc=example,dc=com and is of objectClass= top, inetOrgPerson posixAccount, shadowAccount. Lastly, our LDAP implementation doesn't support the member-of-overlay. So, rephrase the original question, is it possible to filter users by memberUid, when user info is stored in another subtree? Thanks
_______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
