mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#9121 add examples to manpage
This commit is contained in:
parent
2c0499ae4e
commit
c470af3749
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user