From df745fc44f557ff1ac5d2d90e83569af15255521 Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@openldap.org>
Date: Wed, 27 Oct 2004 11:26:27 +0000
Subject: [PATCH] clarify that the names of the configure statements are
 case-insensitive, despite style considerations lead to use uppercase for some
 and lowercase for others

---
 doc/man/man5/ldap.conf.5  | 2 ++
 doc/man/man5/slapd.conf.5 | 2 ++
 2 files changed, 4 insertions(+)

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 <ldap[s]://[name[:port]] ...>
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
-- 
GitLab