Update LDAP URL format reference

This commit is contained in:
Yang Tse 2009-10-13 14:48:35 +00:00
parent 9afdb05fe8
commit 3669ff3c1e

View 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)
{