LDAP Group Authentication
-
Hi Guys,
I know this may have been answered previously but searching returned nothing.
I am looking to authenticate against an AD Group created specifically for VPN connection as the users are in different OU's. The issue is that it's not working. The connection works when I use an OU that contains users but will not work against an AD Group. Am I missing something from my config? Can it be done?
This works;
OU=Another Folder,OU=Folders,OU=Standard Users,OU=Users,OU=Location,DC=Domain,DC=local
This does not;
CN=VPN_Users,OU=Folder,OU=Groups,DC=Domain,DC=local
memberOf=CN=VPN_Users,OU=Folder,OU=Groups,DC=Domain,DC=local
Any help on this would be appreciated :)
-
*BUMP