https://bugs.contribs.org/show_bug.cgi?id=10590
Bug ID: 10590
Summary: NFR: limit access to some groups
Classification: Contribs
Product: SME Contribs
Version: Futur
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-nextcloud
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
NFR is here:
https://forums.contribs.org/index.php?action=post;topic=53622.0;last_msg=278821
currently LDAP auth using LDAP rfc2307 scheme does not allow filtering user by
group.
A workaround could be to add an attribute posixMemberOf and populate it using
events so we could do something like
(&(|posixMemberOf=nextcloud)&(|(objectclass=inetOrgPerson))(|(uid=%uid)(|(mail=%uid))))
instead of
(&(|(objectclass=inetOrgPerson))(|(uid=%uid)(|(mail=%uid))))
for reference see :
http://gitweb.firewall-services.com/?p=ipasserelle-base;a=blob_plain;f=root/etc/openldap/schema/ipasserelle.schema;hb=HEAD
http://gitweb.firewall-services.com/?p=ipasserelle-base;a=blob_plain;f=root/etc/e-smith/events/actions/update-reverse-group;hb=HEAD
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/