vars are good

This commit is contained in:
William Mantly 2021-04-21 13:50:35 -04:00
commit 07a2a5b25b
Signed by: wmantly
GPG Key ID: 186A8370EFF937CA
2 changed files with 6 additions and 1 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# LDAP client script for ubuntu/debian
## Usage
* CLone this repo to the server you wish to perform LDAP logins on.
* Move into the root of the repo and execute ` ./install <ldap admin password> <ldap bind password>`

View File

@ -13,7 +13,6 @@ if [ ! -f ./ldap.vars ]; then
fi
source ldap.vars
export current_host=`hostname`
# Configure the options for the LDAP packages based on debian or ubuntu