From 2a19386699c1f497d90748af4954c6f00f93ef94 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Wed, 10 Jul 2002 03:14:32 +0000
Subject: [PATCH] Such in changes from HEAD

---
 doc/man/man5/slapd-ldbm.5 |  2 +-
 doc/man/man5/slapd-sql.5  |  8 ++++++--
 doc/man/man5/slapd.conf.5 | 19 +------------------
 3 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/doc/man/man5/slapd-ldbm.5 b/doc/man/man5/slapd-ldbm.5
index 40eec21aee..8faa44e7da 100644
--- a/doc/man/man5/slapd-ldbm.5
+++ b/doc/man/man5/slapd-ldbm.5
@@ -9,7 +9,7 @@ ETCDIR/slapd.conf
 .SH DESCRIPTION
 The LDBM backend to
 .BR slapd (8)
-is a database which uses one of BerkelyDB, Gnu DBM, MDBM or NDBM to
+is a database which uses one of BerkeleyDB, GNU DBM, MDBM or NDBM to
 store data.
 It makes extensive use of indexing and caching to speed data access.
 .SH CONFIGURATION
diff --git a/doc/man/man5/slapd-sql.5 b/doc/man/man5/slapd-sql.5
index be64585863..ca63086cfd 100644
--- a/doc/man/man5/slapd-sql.5
+++ b/doc/man/man5/slapd-sql.5
@@ -5,9 +5,13 @@ slapd-sql \- SQL backend to slapd
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
-The primary purpose of this backend (8) to
+This 
 .BR slapd (8)
-is to PRESENT information stored in some RDBMS as an LDAP subtree
+backend is currently disabled.
+.LP
+The primary purpose of this
+.BR slapd (8)
+backend is to PRESENT information stored in some RDBMS as an LDAP subtree
 without any programming (some SQL and maybe stored procedures can't be
 considered programming, anyway ;).
 .LP
diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5
index a32a2fe91f..7cdd80eb16 100644
--- a/doc/man/man5/slapd.conf.5
+++ b/doc/man/man5/slapd.conf.5
@@ -104,24 +104,7 @@ forms as well as numeric OIDs to be used for the attribute OID and
 attribute syntax OID.
 (See the
 .B objectidentifier
-description.) Currently the syntax name parser is case-sensitive.
-The known syntax names are:
-.RS
-.RS
-.PD 0
-AttributeTypeDescription Audio Binary BitString Certificate CertificateList
-CertificatePair DN DeliveryMethod DirectoryString DITContentRuleDescription
-DITStructureRuleDescription EnhancedGuide FacsimileTelephoneNumber
-GeneralizedTime Guide IA5String Integer MatchingRuleDescription
-MatchingRuleUseDescription MailPreference NameAndOptionalUUID
-NameFormDescription NumericString ObjectClassDescription OID
-OtherMailbox OctetString PostalAddress ProtocolInformation
-PresentationAddress PrintableString SupportedAlgorithm TelephoneNumber
-TeletexTerminalIdentifier TelexNumber UTCTime LDAPSyntaxDescription
-SubstringAssertion NISnetgrouptriple Bootparameter
-.PD
-.RE
-.RE
+description.) 
 .RE
 .TP
 .B concurrency <integer>
-- 
GitLab