From 94c5231b2f5aeadde5cc882ebede1e715a807940 Mon Sep 17 00:00:00 2001 From: Josh North Date: Wed, 3 Dec 2014 14:47:28 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c485f5b..53b3167 100644 --- a/README.md +++ b/README.md @@ -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.