vars are good

This commit is contained in:
2021-04-21 13:50:35 -04:00
2 changed files with 6 additions and 1 deletions
+6
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>`
-1
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