From: Pierangelo Masarati Date: Wed, 27 Oct 2004 11:26:27 +0000 (+0000) Subject: clarify that the names of the configure statements are case-insensitive, despite... X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~402 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df745fc44f557ff1ac5d2d90e83569af15255521;p=openldap clarify that the names of the configure statements are case-insensitive, despite style considerations lead to use uppercase for some and lowercase for others --- diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5 index 0821a62db0..e235f5e403 100644 --- a/doc/man/man5/ldap.conf.5 +++ b/doc/man/man5/ldap.conf.5 @@ -47,6 +47,8 @@ in the (or file specified by .BR LDAPCONF ). .SH OPTIONS +The configuration options are case-insensitive; +their value, on a case by case basis, may be case-sensitive. The different configuration options are: .TP .B URI diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 7c2e2c1724..7de5fafe7e 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -30,6 +30,8 @@ file consists of a series of global configuration options that apply to as a whole (including all backends), followed by zero or more database backend definitions that contain information specific to a backend instance. +The configuration options are case-insensitive; +their value, on a case by case basis, may be case-sensitive. .LP The general format of .B slapd.conf