]> granicus.if.org Git - curl/commitdiff
Update LDAP URL format reference
authorYang Tse <yangsita@gmail.com>
Tue, 13 Oct 2009 14:48:35 +0000 (14:48 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 13 Oct 2009 14:48:35 +0000 (14:48 +0000)
lib/ldap.c

index 8bf74448dfa4ae028b030a4a79c20e9f177d1288..f440ee914bec1ed1c5a106c8897474435bd414f3 100644 (file)
@@ -560,7 +560,7 @@ static bool unescape_elements (void *data, LDAPURLDesc *ludp)
  *   ldap://<hostname>:<port>/?<attributes>?<scope>?<filter>
  * 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)
 {