From a0c292505eeae1474f88661604c51c950e46ceb3 Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Fri, 16 Jun 2023 15:05:52 +0200 Subject: [PATCH] Moved glossary inside the LDAP chapter --- linux/ldap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ```