From cc4ec977c5762409d69ed2423d801027f3ad7836 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 27 Dec 2020 19:30:47 +0000 Subject: [PATCH 1/4] Update 'index.sh' --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.sh b/index.sh index 83d9939..6bbb754 100755 --- a/index.sh +++ b/index.sh @@ -11,7 +11,7 @@ source lib/mo # Set some variables for the test of the file ## TODO! Dont hard code these values. -export ldap_host="192.168.1.55" +export ldap_host="10.2.0.55" export ldap_base_dn="dc=theta42,dc=com" export ldap_admin_dn="cn=admin,dc=theta42,dc=com" From d5d8bfc250547101ffb64b9aea272dd148f69304 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Mon, 4 Jan 2021 22:39:05 +0000 Subject: [PATCH 2/4] Update 'index.sh' --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.sh b/index.sh index 6bbb754..622b749 100755 --- a/index.sh +++ b/index.sh @@ -11,7 +11,7 @@ source lib/mo # Set some variables for the test of the file ## TODO! Dont hard code these values. -export ldap_host="10.2.0.55" +export ldap_host="10.1.0.55" export ldap_base_dn="dc=theta42,dc=com" export ldap_admin_dn="cn=admin,dc=theta42,dc=com" From 20143956c7d51abb63546a5d8cc851e24e50df3a Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 14 Jan 2021 22:06:58 +0000 Subject: [PATCH 3/4] Add 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3610a05 --- /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 From b6b9a33490823da20b7322bcbbe012008a712676 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Thu, 14 Jan 2021 22:07:16 +0000 Subject: [PATCH 4/4] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3610a05..e9c1eeb 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ ## 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 +* 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