Title: VPN & Active Directory Post by: rpatel on Tuesday 17 August 2010, 10:45:25 pm I followed the following KB article but I am still not able to get Active Directory Authentication to work with OpenVPN. I am not sure what I am doing.
kb.endian.com/entry/64/ Here is my settings file: AUTHENTICATION_STACK=local,ldap AUTH_TYPE=psk DOMAIN=MyDomain.local DROP_DHCP= GLOBAL_DNS=10.0.1.101 LDAP_BIND_DN=cn=Administrator,cn=Users,dc=MyDomain,dc=local LDAP_BIND_PASSWORD=******* LDAP_REQUIRE_GROUP=off LDAP_URI=ldap://10.0.1.101 LDAP_USER_BASEDN=ou=Accounts,dc=MyDomain,dc=local OPENVPN_ENABLED=on PURPLECLIENT_BEGIN_DEVICE=tap2 PURPLE_DEVICE=tap0 PURPLE_IP_BEGIN=10.0.1.220 PURPLE_IP_END=10.0.1.254 PUSH_DOMAIN=on PUSH_GLOBAL_DNS=on PUSH_GLOBAL_NETWORKS= Do I have to edit anything else? What other changes do we have to make to make this work. |