diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-18 10:47:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-18 10:47:27 +0000 |
commit | 89bad584c38a681642d100c789ba6c3391988237 (patch) | |
tree | 8871d835e3f1c1659b60751ca72d2119e288bc97 /docs | |
parent | e21926f7f081b0eb18962374770e91648a8d5fc3 (diff) |
updated LDAP URL syntax references by Aron Roberts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MANUAL | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index ede541191..0af8c8205 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -668,8 +668,14 @@ LDAP and offer ldap:// support. LDAP is a complex thing and writing an LDAP query is not an easy task. I do - advice you to dig up the syntax description for that elsewhere, RFC 1959 if - no other place is better. + advice you to dig up the syntax description for that elsewhere. Two places + that might suit you are: + + Netscape's "Netscape Directory SDK 3.0 for C Programmer's Guide Chapter 10: + Working with LDAP URLs": + http://developer.netscape.com/docs/manuals/dirsdk/csdk30/url.htm + + RFC 2255, "The LDAP URL Format" http://www.rfc-editor.org/rfc/rfc2255.txt To show you an example, this is now I can get all people from my local LDAP server that has a certain sub-domain in their email address: |