Skip to content

Commit

Permalink
Added dummy member for created groupOfNames
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavix committed Apr 8, 2016
1 parent 9c16ec0 commit d2aef08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/resources/openldap/openldap-localhost-medium.xml
Expand Up @@ -362,6 +362,13 @@ It also contains inbound mappings and definition to enable synchronization.
<ref>ri:member</ref>
<matchingRule>mr:distinguishedName</matchingRule>
<fetchStrategy>minimal</fetchStrategy>
<outbound>
<strength>strong</strength>
<!-- Workaround - groupOfNames MUST have at least one member. Even non-existent DN. -->
<expression>
<value>cn=dummy,o=whatever</value>
</expression>
</outbound>
</attribute>
<attribute>
<ref>ri:cn</ref>
Expand Down

0 comments on commit d2aef08

Please sign in to comment.