From c673ae5f927383766b32b83109a219c3979c6cbe Mon Sep 17 00:00:00 2001 From: Josh North Date: Wed, 3 Dec 2014 14:38:32 -0500 Subject: [PATCH] Update ovpn-ad-sync.sh --- ovpn-ad-sync.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ovpn-ad-sync.sh b/ovpn-ad-sync.sh index 6832a00..28698b6 100755 --- a/ovpn-ad-sync.sh +++ b/ovpn-ad-sync.sh @@ -2,7 +2,7 @@ # 2014-12-01 # Josh North - josh.north@point808.com # -# ovpn-ad-sync +# ovpn-ad-sync.sh # # This script is a very rudimentary hack to fill my purpose. It may or may not # work for you. It could also be put to use with LDAP with minimal @@ -21,8 +21,8 @@ # THE FOLLOWING VARIABLES MUST BE MODIFIED TO MATCH YOUR ENVIRONMENT OR BAD # THINGS WILL HAPPEN!!! -OAS_ADUSR="SYS_OpenVPN@SUPPLIES.LOCAL" # user@domain.tld or full DN -OAS_ADPWD="whatthefreak!" # we will change this later +OAS_ADUSR="oas_user@EXAMPLE.COM" # user@domain.tld or full DN +OAS_ADPWD="oas_user" # we will change this later OAS_ADBASE="dc=supplies,dc=local" # search base OAS_ADURI="ldap://192.168.1.21" # full URI required OAS_VPNGRP="cn=OpenVPNUsers,cn=Users,dc=supplies,dc=local" # full group DN