diff options
author | Ronnie Mose <rm@travelaccommodation.eu> | 2016-08-13 14:38:09 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-08-13 14:38:09 +0200 |
commit | cdaed772061891fdddf75dd7b982a7dbb8f35c53 (patch) | |
tree | 51d55a7a5fd5c812e98c46d5e7371f4b1aa49e32 /docs/MANUAL | |
parent | b6fcdc32eb346ab2e1ff0c60eeb3d73ed29238a4 (diff) | |
download | curl-cdaed772061891fdddf75dd7b982a7dbb8f35c53.tar.gz |
MANUAL: Remove invalid link to LDAP documentation (#962)
The server developer.netscape.com does not resolve into any
ip address and can be removed.
Diffstat (limited to 'docs/MANUAL')
-rw-r--r-- | docs/MANUAL | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/MANUAL b/docs/MANUAL index 08fdb57ae..0ea3e61f4 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -817,12 +817,8 @@ LDAP and offer ldap:// support. LDAP is a complex thing and writing an LDAP query is not an easy task. I do - advise 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 + advise you to dig up the syntax description for that elsewhere. One such + place might be: RFC 2255, "The LDAP URL Format" https://curl.haxx.se/rfc/rfc2255.txt |