From eb4c486b90661fb056fca0fa60ac5b5bae3aeefb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 23 Jul 1999 21:56:21 +0000 Subject: [PATCH] Update RFC comments --- libraries/libldap/url.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 * -- 2.39.5