mention ldapsearch

This commit is contained in:
leitner
2002-04-15 18:07:54 +00:00
parent f188729c0e
commit 8d61d0cf5f

View File

@@ -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.