diff --git a/GETTING.STARTED b/GETTING.STARTED index 70e1e55..72dda4c 100644 --- a/GETTING.STARTED +++ b/GETTING.STARTED @@ -66,4 +66,8 @@ it runs, you can use ldapclient to query a specific record: objectName "cn=Felix von Leitner,o=fefe,c=de" mail:felix-tinyldap@fefe.de - +ldapclient is quite a stupid client. It can only ask for specific +records, for example. LDAP also defines complex queries like AND and OR +compound queries or substring searches. tinyldap answers those, but to +ask those you should install openldap and use the ldapsearch tool that +comes with it.