vars are good
This commit is contained in:
commit
07a2a5b25b
6
README.md
Normal file
6
README.md
Normal 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
index.sh
1
index.sh
@ -13,7 +13,6 @@ if [ ! -f ./ldap.vars ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
source ldap.vars
|
source ldap.vars
|
||||||
|
|
||||||
export current_host=`hostname`
|
export current_host=`hostname`
|
||||||
|
|
||||||
# Configure the options for the LDAP packages based on debian or ubuntu
|
# Configure the options for the LDAP packages based on debian or ubuntu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user