kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
732 stars 253 forks source link

Hierachical Groups #73

Open ghost opened 9 years ago

ghost commented 9 years ago

In Active Directory it is possible to configure a group to be a member of another group. In bigger organizations the way of building hierarchies this way is quite common. But the nginx-auth-ldap module fails when I configure the _requiregroup attribute with a group that contains groups only. It does not find users of sub-groups.

ibexmonj commented 6 years ago

I am trying to use nested groups as well. Does this work ?

edupr91 commented 1 year ago

I have just faced this same problem and it works as expected with standard groups and not with a nested group. If there is any way to set it up I haven't found out how...