diff options
author | Yang Tse <yangsita@gmail.com> | 2009-10-13 14:48:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-10-13 14:48:35 +0000 |
commit | 3669ff3c1e499deaac9a4550155298874d026a28 (patch) | |
tree | 0024a9db2a66a460b5fa23a7fbae0f47925754f5 /lib | |
parent | 9afdb05fe81f0b1985e308d3768c017a1ddb9e49 (diff) |
Update LDAP URL format reference
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldap.c b/lib/ldap.c index 8bf74448d..f440ee914 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -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) { |