]> git.sur5r.net Git - openldap/commitdiff
Update RFC comments
authorKurt Zeilenga <kurt@openldap.org>
Fri, 23 Jul 1999 21:56:21 +0000 (21:56 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 23 Jul 1999 21:56:21 +0000 (21:56 +0000)
libraries/libldap/url.c

index 874affc0f6f902dc2a1ab4dd2ff16a1f0b336128..4f0a5635f253403ecce56246ec5eb75a7c9c6b28 100644 (file)
@@ -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
  *