]> git.sur5r.net Git - openldap/blobdiff - doc/man/man5/slapo-dynlist.5
Merge remote branch 'origin/mdb.master'
[openldap] / doc / man / man5 / slapo-dynlist.5
index dd2074425f18ddc86acfb76ece6616c6cc770527..2a417cc3787ee8d75fc06c4b3cf20f95a76eed10 100644 (file)
@@ -1,9 +1,9 @@
 .TH SLAPO-DYNLIST 5 "RELEASEDATE" "OpenLDAP LDVERSION"
-.\" Copyright 1998-2009 The OpenLDAP Foundation, All Rights Reserved.
+.\" Copyright 1998-2011 The OpenLDAP Foundation, All Rights Reserved.
 .\" Copying restrictions apply.  See the COPYRIGHT file.
 .\" $OpenLDAP$
 .SH NAME
-slapo-dynlist \- Dynamic List overlay to slapd
+slapo\-dynlist \- Dynamic List overlay to slapd
 .SH SYNOPSIS
 ETCDIR/slapd.conf
 .SH DESCRIPTION
@@ -20,7 +20,7 @@ entry.
 No recursion is allowed, to avoid potential infinite loops.
 The resulting entry must comply with the LDAP data model, so constraints
 are enforced.
-For example, if a \fISINGLE-VALUE\fP attribute is listed,
+For example, if a \fISINGLE\-VALUE\fP attribute is listed,
 only the first value results in the final entry.
 The above described behavior is disabled when the \fImanageDSAit\fP
 control (RFC 3296) is used.
@@ -50,9 +50,9 @@ occurrences, and it must appear after the
 .B overlay
 directive.
 .TP
-.B dynlist-attrset <group-oc> [<URI>] <URL-ad> [[<mapped-ad>:]<member-ad> ...]
+.B dynlist\-attrset <group-oc> [<URI>] <URL-ad> [[<mapped-ad>:]<member-ad> ...]
 The value 
-.B group-oc
+.B group\-oc
 is the name of the objectClass that triggers the dynamic expansion of the
 data.
 
@@ -141,7 +141,7 @@ entry; first of all, make sure that slapd.conf contains the directives:
     # ...
 
     overlay dynlist
-    dynlist-attrset groupOfURLs memberURL
+    dynlist\-attrset groupOfURLs memberURL
 .fi
 .LP
 and that slapd loads dynlist.la, if compiled as a run-time module;
@@ -170,7 +170,7 @@ attribute:
     # ...
 
     overlay dynlist
-    dynlist-attrset groupOfURLs memberURL member
+    dynlist\-attrset groupOfURLs memberURL member
 .fi
 .LP
 
@@ -192,9 +192,10 @@ ETCDIR/slapd.conf
 default slapd configuration file
 .SH SEE ALSO
 .BR slapd.conf (5),
+.BR slapd\-config (5),
 .BR slapd (8).
 The
-.BR slapo-dynlist (5)
+.BR slapo\-dynlist (5)
 overlay supports dynamic configuration via
 .BR back-config .
 .SH ACKNOWLEDGEMENTS