technology/authentication/ldap.md
... ...
@@ -1,4 +1,5 @@
1 1
# ldap
2 2
3
+```
3 4
ldapsearch -v -x -LLL -h host -D "bind DN" -w password -b "OU="
4
-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"
5
+```