Hello,

I try to limit access to Owncloud with ldap filter. My openldap don't support member-of-overlay. In web GUI, the test button work fine and counter show the right number of users, but other users can still connect..

In ldap log (and owncloud debug log), I see the good filter when I press test button, and wrong filter (always objectClass=*) when user log on.

The raw user filter I want to use :
(& (objectclass=ubPerson)(isMemberOf=applis:calcul_numerique:ucn))

Using the login filter works fine, but I think this is the wrong way :
(& (objectclass=ubPerson)(isMemberOf=applis:calcul_numerique:ucn)(uid=%uid))

Regards,
Antoine


_______________________________________________
User mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/user

Reply via email to