Update README.md

This commit is contained in:
Josh North 2014-12-03 14:47:28 -05:00
parent e00cc20e93
commit 94c5231b2f

View File

@ -9,6 +9,9 @@ Josh North 2014-12-01
josh.north@point808.com
Free for use and modification. Credit is appreciated if you do anything with it but nothing is required.
###Status:
This script is (as of today, 2014-12-03) in *fully-working beta status*. It currently does not delete or revoke certificates but will in the near (but unknown) future.
###Theory:
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.