diff --git a/linux/ldap.md b/linux/ldap.md index a7f313f..14fb873 100644 --- a/linux/ldap.md +++ b/linux/ldap.md @@ -2,10 +2,6 @@ LDAP is the Lightweight Directory Access Protocol. -## ldapsearch - -ldapsearch is a command line tool, to search through a LDAP directory. - ## Glossary * CN = Common Name @@ -15,6 +11,10 @@ ldapsearch is a command line tool, to search through a LDAP directory. * UID = User Identification * The 'username' +## ldapsearch + +ldapsearch is a command line tool, to search through a LDAP directory. + ### Basic structure for basic auth ```