From 4842943d63825555c71be72c050387ce346ce42f Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Mon, 17 Sep 2012 08:21:01 +0000 Subject: [PATCH] Review comment from Violette --- opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-groups.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-groups.xml b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-groups.xml index 4754e92..4a1e814 100644 --- a/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-groups.xml +++ b/opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-groups.xml @@ -158,7 +158,12 @@ <para>To create a dynamic group, add a group entry such as the following to the directory.</para> - + + <para>The following example builds a dynamic group of entries effectively + matching the filter <literal>"(l=Cupertino)"</literal> (users whose location + is Cupertino). Change the filter if your data is different, and so no + entries have <literal>l: Cupertino</literal>.</para> + <screen>$ cat dynamic.ldif dn: cn=My Dynamic Group,ou=Groups,dc=example,dc=com cn: My Dynamic Group -- Gitblit v1.10.0