Hi,
I'm new to Projeqtor, I just have been in charge of migrating a Projeqtor instance from a LDAP to another.
So far, so good, but *every* user of this LDAP can log in, which is not desirable.
I didn't find in the GUI (global parameters) how to restrict access to members of a LDAP group.
TIA for your help,
Regards,
Xavier
You just have to adapt the "Ldap user filter"
Thnks for your quick reply,
so a correct filter would be
(&
(objectClass=person)
(uid=%USERNAME%)
(memberof=cn=,cn=groups,cn=accounts,dc=mydomain,dc=fr)
)
Cheers
Xavier