Page 1 of 1

Google Secure Ldap and Additional LDAP Requirement

Posted: Wed Oct 06, 2021 11:30 pm
by jsouza
Hi there!

I've configured the Google secure ldap for vpn authentication but I need to filter the vpn access by user group.
I used this query format: memberOf=CN=VPN Users, CN=Users, DC=example, DC=net.
But doesn't work, only works with blank field.

When I test using the auth_cli I receive the error message below (I changed the values by security reasons):

AUTH_RETURN
status : FAIL
user : user
reason : user not found that meets specified requirements: memberOf=CN=VPN Users, CN=Users, DC=example, DC=net

Anyone knows what is the correct query format?