I installed Pydio 8 on an VM (ubuntu server 16.04) and everything is working well. Here is my basic config, with that i can log via the AD with no problems.
(Yes sorry this is french, though easy to understand as this is the user auth window — btw WORKGROUP is the name of my domain, dont ask why ).
Now i want the authenticating to be done trough a specific group of the AD. The name of this group could simply be ‘Pydio’. I tried everything, but users in that group cant be found when i test the connection.
I added (memberOf=Pydio) in the user auth window, tried to config the group scheme, attribute mapping etc. Pydio still cant find the user.
Im pretty sure the solution is very simple, but i cant find it. Any help please ?
You can do by Filter LDAP. However, memberOf is specific attribute in ldap search string that you should use dN of group instead of group name:
for example:
Filter LDAP: (&(objectClass=user)(memberOf=CN=pydio,DC=WORKGROUP))
That means: get all users who is member of “pydio” group