From 8d61d0cf5fbe5f8846ac8bf8c9bc5fa3ca5667ba Mon Sep 17 00:00:00 2001 From: leitner Date: Mon, 15 Apr 2002 18:07:54 +0000 Subject: [PATCH] mention ldapsearch --- GETTING.STARTED | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.