Title: VPN Authenication w/ Active Directory Post by: cartalex on Monday 26 April 2010, 11:45:20 am I am having such a difficult time getting this to work. I have Applied the updated script and filled in the variables, from another post here, but still I get AUTH_FAILED. Can someone please help??? I am running Community 2.3
Title: Re: VPN Authenication w/ Active Directory Post by: cartalex on Tuesday 27 April 2010, 02:38:11 pm I am having such a difficult time getting this to work. I have Applied the updated script and filled in the variables, from another post here, but still I get AUTH_FAILED. Can someone please help??? I am running Community 2.3 I added con.set_option(ldap.OPT_REFERRALS, 0) and it worked with AD now Title: Re: VPN Authenication w/ Active Directory Post by: rpatel on Tuesday 17 August 2010, 09:57:12 pm What script did you use?
My settings files looks like this: AUTHENTICATION_STACK=ldap, local 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 LDAP_USER_SEARCHFILTER=(&uid=%(u)s) 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= But I cant get it to work? Also where did you add "con.set_option(ldap.OPT_REFERRALS, 0". Thanks. |