| | |
| | | uniqueMember: uid=ahunter,ou=People,dc=example,dc=com |
| | | uniqueMember: uid=bjensen,ou=People,dc=example,dc=com |
| | | uniqueMember: uid=tmorris,ou=People,dc=example,dc=com</screen> |
| | | |
| | | <para>You can also configure the referential integrity plugin to check that |
| | | new entries added to groups actually exist in the directory by setting the |
| | | <literal>check-references</literal> property to <literal>true</literal>. You |
| | | can specify additional criteria once you have activated the check. To ensure |
| | | that entries added must match a filter, set the |
| | | <literal>check-references-filter-criteria</literal> to identify the attribute |
| | | and the filter. For example, you can specify that group members must be person |
| | | entries by setting <literal>check-references-filter-criteria</literal> to |
| | | <literal>member:(objectclass=person)</literal>. To ensure that entries must |
| | | be located in the same naming context, set |
| | | <literal>check-references-scope-criteria</literal> to |
| | | <literal>naming-context</literal>.</para> |
| | | </section> |
| | | </chapter> |