mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Mark Craig
17.21.2012 4842943d63825555c71be72c050387ce346ce42f
Review comment from Violette

Explain the dynamic groups example.
If you generate example data rather than use http://opendj.forgerock.org/Example.ldif as suggested, then none of the entries match "(l=Cupertino)" because Cupertino is not one of the choices in config/MakeLDIF/cities, and therefore the group is empty.
1 files modified
7 ■■■■ changed files
opendj-sdk/opendj3/src/main/docbkx/admin-guide/chap-groups.xml 7 ●●●● patch | view | raw | blame | history
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