From: Kurt Zeilenga Date: Fri, 23 Jul 1999 21:56:21 +0000 (+0000) Subject: Update RFC comments X-Git-Tag: OPENLDAP_REL_ENG_2_BP~45 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eb4c486b90661fb056fca0fa60ac5b5bae3aeefb;p=openldap Update RFC comments --- diff --git a/libraries/libldap/url.c b/libraries/libldap/url.c index 874affc0f6..4f0a5635f2 100644 --- a/libraries/libldap/url.c +++ b/libraries/libldap/url.c @@ -6,7 +6,7 @@ * Copyright (c) 1996 Regents of the University of Michigan. * All rights reserved. * - * LIBLDAP url.c -- LDAP URL related routines + * LIBLDAP url.c -- LDAP URL (RFC 2255) related routines * * LDAP URLs look like this: * ldap[s]://host:port[/[dn[?[attributes][?[scope][?[filter][?exts]]]]]] @@ -14,7 +14,7 @@ * where: * attributes is a comma separated list * scope is one of these three strings: base one sub (default=base) - * filter is an string-represented filter as in RFC 1558 + * filter is an string-represented filter as in RFC 2254 * * e.g., ldap://host:port/dc=com?o,cn?base?o=openldap?extension *