You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, how to configure the mod to authorize only users who are members of a certain LDAP group?
If I write Require valid-user
to config, all works fine.
If I write something like Require ldap-group CN=group,OU=internet,DC=domain,DC=com
in apache error.log I get [Thu Oct 29 11:10:15.887068 2020] [authz_core:error] [pid 46214:tid 139648244381440] [client 10.1.22.138:51752] AH01631: user user@DOMAIN.COM: authorization failure for "/service/":
The apache's mod mod_authnz_ldap is installed.
Could you please tell me how to authorize users via LDAP group and add an example to readme?