commit aebeac20de3abd5aaea75b8acac7fd5db886a21a
parent fb4320b96de0b9a4d9571de0c0570d0da6009b61
Author: pyratebeard <root@pyratebeard.net>
Date: Wed, 5 Dec 2018 23:58:24 +0000
changes
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/technology/authentication/ldap.md b/technology/authentication/ldap.md
@@ -1,4 +1,5 @@
# ldap
+```
ldapsearch -v -x -LLL -h host -D "bind DN" -w password -b "OU="
-ldapsearch -v -x -LLL -h tristan.ward.ie:389 -D "CN=apache_svn_ro,OU=Automated System Accounts,OU=Ward Users,DC=ward,DC=ie" -w [password] -b "OU=Ward Users,dc=ward,dc=ie"
+```