diff --git a/README.md b/README.md index 2d5e723..fc5bd0f 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Free for use and modification. Credit is appreciated if you do anything with it Basically, the script should be run on a cron schedule. At run, it searches all users in a specified AD group. It then checks to see if subdirectories exist for the user, if not, it decides to create them. It then loops through to look for directories that do not have a corresponding user in the AD list and deletes them. It technically (at this point) does not revoke access and restart the vpn, this is IMPORTANT, because in my setup we are authenticating against AD anyway as a second layer. This is not fully secure but like I said, it is a major work in progress. ###Requirements: -*Ubuntu 14+ (will likely work with plenty of other systems, but I wrote it on and for Ubuntu server) -*sendmail (must be configured correctly - I used ssmtp and wrote this script as such) -*sharutils -*easy-rsa -*ldap-utils -*openvpn-auth-ldap +* Ubuntu 14+ (will likely work with plenty of other systems, but I wrote it on and for Ubuntu server) +* sendmail (must be configured correctly - I used ssmtp and wrote this script as such) +* sharutils +* easy-rsa +* ldap-utils +* openvpn-auth-ldap ###Setup Assumptions: The below instructions make the following assumptions. If you use a different setup you will need to modify accordingly.