From: Yang Tse Date: Tue, 13 Oct 2009 14:48:35 +0000 (+0000) Subject: Update LDAP URL format reference X-Git-Tag: curl-7_19_7~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3669ff3c1e499deaac9a4550155298874d026a28;p=thirdparty%2Fcurl.git Update LDAP URL format reference --- diff --git a/lib/ldap.c b/lib/ldap.c index 8bf74448df..f440ee914b 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -560,7 +560,7 @@ static bool unescape_elements (void *data, LDAPURLDesc *ludp) * ldap://:/??? * yields ludp->lud_dn = "". * - * Ref. http://developer.netscape.com/docs/manuals/dirsdk/csdk30/url.htm#2831915 + * Defined in RFC4516 section 2. */ static int _ldap_url_parse2 (const struct connectdata *conn, LDAPURLDesc *ludp) {