mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Update RFC comments
This commit is contained in:
parent
5fea91c3ec
commit
eb4c486b90
@ -6,7 +6,7 @@
|
|||||||
* Copyright (c) 1996 Regents of the University of Michigan.
|
* Copyright (c) 1996 Regents of the University of Michigan.
|
||||||
* All rights reserved.
|
* 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 URLs look like this:
|
||||||
* ldap[s]://host:port[/[dn[?[attributes][?[scope][?[filter][?exts]]]]]]
|
* ldap[s]://host:port[/[dn[?[attributes][?[scope][?[filter][?exts]]]]]]
|
||||||
@ -14,7 +14,7 @@
|
|||||||
* where:
|
* where:
|
||||||
* attributes is a comma separated list
|
* attributes is a comma separated list
|
||||||
* scope is one of these three strings: base one sub (default=base)
|
* 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
|
* e.g., ldap://host:port/dc=com?o,cn?base?o=openldap?extension
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user