]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9121 add examples to manpage
authorHoward Chu <hyc@openldap.org>
Wed, 22 Jul 2020 14:01:50 +0000 (15:01 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 22 Jul 2020 15:11:24 +0000 (15:11 +0000)
doc/man/man5/slapo-dynlist.5

index e5491e3ef1fd202c6ccdd7271a9da647685ddfcd..c10eb8a8d52a095eddf220e1a702e0dd2f841e02 100644 (file)
@@ -202,6 +202,43 @@ entry like
     dgIdentity: cn=Group Proxy,ou=Services,dc=example,dc=com
 .fi
 
+
+This example extends the dynamic group feature to add a dynamic
+.B dgMemberOf
+attribute to all the members of a dynamic group:
+.LP
+.nf
+    include /path/to/dyngroup.schema
+    # ...
+
+    database <database>
+    # ...
+
+    overlay dynlist
+    dynlist\-attrset groupOfURLs memberURL member+dgMemberOf
+.fi
+.LP
+
+
+This example extends the dynamic memberOf feature to add the
+.B dgMemberOf
+attribute to all the members of both static and dynamic groups:
+.LP
+.nf
+    include /path/to/dyngroup.schema
+    # ...
+
+    database <database>
+    # ...
+
+    overlay dynlist
+    dynlist\-attrset groupOfURLs memberURL member+dgMemberOf@groupOfNames
+.fi
+.LP
+This dynamic memberOf feature can fully replace the functionality of the
+.BR slapo\-memberof (5)
+overlay.
+
 .SH FILES
 .TP
 ETCDIR/slapd.conf