diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9c1eeb --- /dev/null +++ b/README.md @@ -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 ` \ No newline at end of file diff --git a/index.sh b/index.sh index c6920da..97cd65e 100755 --- a/index.sh +++ b/index.sh @@ -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