From ee2e7457c79965ae1ec323c118e96d30ed17f14e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 7 Aug 2000 23:04:20 +0000 Subject: [PATCH] Clean up attributetype and objectclass description --- doc/man/man5/slapd.conf.5 | 47 +++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 5b101652f2..48be8277b9 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -66,18 +66,19 @@ Options described in this section apply to all backends, unless specifically overridden in a backend definition. Arguments that should be replaced by actual text are shown in brackets <>. .TP -.B -access to [ by ]+ +.B access to [ by ]+ Grant access (specified by ) to a set of entries and/or attributes (specified by ) by one or more requestors (specified by ). See Developer's FAQ (http://www.openldap.org/faq/) for details. -.TP -.B -attributetype ( [NAME ] [DESC ] \ -[OBSOLETE] [SUP ] [EQUALITY ] [ORDERING ] \ -[SUBSTR ] [SYNTAX ] [SINGLE\-VALUE] [COLLECTIVE] \ -[NO\-USER\-MODIFICATION] [USAGE ] ) +.HP +.hy 0 +.B attributetype (\ [NAME\ ] [OBSOLETE]\ + [DESC\ ]\ + [SUP\ ] [EQUALITY\ ] [ORDERING\ ]\ + [SUBSTR\ ] [SYNTAX\ ] [SINGLE\-VALUE] [COLLECTIVE]\ + [NO\-USER\-MODIFICATION] [USAGE\ ]\ ) +.RS Specify an attribute type using the LDAPv3 syntax defined in RFC 2252. The slapd parser extends the RFC 2252 definition by allowing string forms as well as numeric OIDs to be used for the attribute OID and @@ -102,19 +103,21 @@ SubstringAssertion NISnetgrouptriple Bootparameter .PD .RE .RE +.RE .TP .B concurrency Specify a desired level of concurrency. Provided to the underlying thread system as a hint. The default is not to provdide any hint. -.TP -.B -defaultaccess { none | auth | compare | search | read | write } +.HP +.B defaultaccess { none | auth | compare | search | read | write } +.RS Specify the default access level to grant requestors when no access directives were provided for the database. The default behavior is to grant 'read' access. It is recommended that .B access directives be used instead. +.RE .TP .B idletimeout Specify the number of seconds to wait before forcibly closing @@ -186,11 +189,11 @@ entry parsing .PD .RE .RE -.TP -.B -objectclass ( [NAME ] [DESC ] [{ ABSTRACT | STRUCTURAL | AUXILIARY }] [MUST ] \ -[MAY ] ) +.HP +.B objectclass ( [NAME ] [DESC ] [{ ABSTRACT | STRUCTURAL | AUXILIARY }] [MUST ]\ + [MAY ] ) +.RS Specify an objectclass using the LDAPv3 syntax defined in RFC 2252. The slapd parser extends the RFC 2252 definition by allowing string forms as well as numeric OIDs to be used for the object class OID. @@ -198,6 +201,7 @@ forms as well as numeric OIDs to be used for the object class OID. .B objectidentifier description.) Object classes are "STRUCTURAL" by default. +.RE .TP .B objectidentifier { | [:] } Define a string name that equates to the given OID. The string can be used @@ -280,17 +284,16 @@ createTimestamp attributes for entries. By default, lastmod is on. This option puts the database into "read-only" mode. Any attempts to modify the database will return an "unwilling to perform" error. By default, readonly is off. -.TP -.B -replica host=[:port] "binddn=" bindmethod=simple | -.B -kerberos [credentials=] [srvtab=] -.br +.HP +.B replica host=[:port] "binddn=" bindmethod=simple |\ + kerberos [credentials=] [srvtab= ] +.RS Specify a replication site for this database. Refer to "The SLAPD and SLURPD Administrator's Guide" for detailed information on setting up a replicated .B slapd directory service. +.RE .TP .B replogfile Specify the name of the replication log file to log changes to. -- 2.39.5