merge remote readme with local guide updates - whoops
This commit is contained in:
Josh North 2014-12-08 11:44:01 -05:00
commit e2e305b40b

View File

@ -52,15 +52,16 @@ source ./vars
exit exit
``` ```
6. Copy client directory to openvpn directory `sudo cp -R /tmp/ovpn-ad-sync/oas_clients /etc/openvpn` 6. Copy client directory to openvpn directory `sudo cp -R /tmp/ovpn-ad-sync/oas_clients /etc/openvpn`
7. Edit the client template to match your IP, etc `sudo nano /etc/openvpn/oas_clients/template.ovpn` 7. Copy user guide directory to openvpn directory `sudo cp -R /tmp/ovpn-ad-sync/oas_attachments /etc/openvpn`
7. Copy server files into place `sudo cp -R /tmp/ovpn-ad-sync/oas_configs/* /etc/openvpn` 8. Edit the client template to match your IP, etc `sudo nano /etc/openvpn/oas_clients/template.ovpn`
8. Edit server file `sudo nano /etc/openvpn/vpn.example.com.conf` 9. Copy server files into place `sudo cp -R /tmp/ovpn-ad-sync/oas_configs/* /etc/openvpn`
9. Edit LDAP auth file `sudo nano /etc/openvpn/vpn.example.com.ldap` 10. Edit server file `sudo nano /etc/openvpn/vpn.example.com.conf`
10. Copy main program into place `sudo cp /tmp/ovpn-ad-sync/ovpn-ad-sync.sh /usr/local/bin` 11. Edit LDAP auth file `sudo nano /etc/openvpn/vpn.example.com.ldap`
11. Edit main program variables - IMPORTANT! `sudo nano /usr/local/bin/ovpn-ad-sync.sh` 12. Copy main program into place `sudo cp /tmp/ovpn-ad-sync/ovpn-ad-sync.sh /usr/local/bin`
12. Allow program to execute `sudo chmod +x /usr/local/bin/ovpn-ad-sync.sh` 13. Edit main program variables - IMPORTANT! `sudo nano /usr/local/bin/ovpn-ad-sync.sh`
13. On your Active Directory, make sure you have created a group (by default, OpenVPNUsers). 14. Allow program to execute `sudo chmod +x /usr/local/bin/ovpn-ad-sync.sh`
14. On your Active Directory, make sure the oas_user exists and has a proper password set. 15. On your Active Directory, make sure you have created a group (by default, OpenVPNUsers).
15. Check the rest of the items in the assumptions list above and double-check they are all checked before running. 16. On your Active Directory, make sure the oas_user exists and has a proper password set.
16. All checked? Let's add it to cron. `sudo crontab -e` and add a line like this `0,10,20,30,40,50 * * * * /usr/local/bin/ovpn-ad-sync.sh >/dev/null 2>&1` 17. Check the rest of the items in the assumptions list above and double-check they are all checked before running.
17. Now go to Active Directory and add a new user, set a valid email address for them, and add them to the group. Within 10 minutes that email should receive a message with the config and user guide attached! 18. All checked? Let's add it to cron. `sudo crontab -e` and add a line like this `0,10,20,30,40,50 * * * * /usr/local/bin/ovpn-ad-sync.sh >/dev/null 2>&1`
19. Now go to Active Directory and add a new user, set a valid email address for them, and add them to the group. Within 10 minutes that email should receive a message with the config and user guide attached!