Skip to content

Commit

Permalink
Updating OpenLDAP samples with usePermissiveModify
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Mar 16, 2016
1 parent f5f72cc commit 6680211
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2015 Evolveum
~ Copyright (c) 2010-2016 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -48,6 +48,7 @@
<icfcldap:baseContext>dc=example,dc=com</icfcldap:baseContext>
<icfcldap:bindDn>cn=idm,ou=Administrators,dc=example,dc=com</icfcldap:bindDn>
<icfcldap:bindPassword><t:clearValue>secret</t:clearValue></icfcldap:bindPassword>
<icfcldap:usePermissiveModify>always</icfcldap:usePermissiveModify>
<icfcldap:pagingStrategy>auto</icfcldap:pagingStrategy>
<icfcldap:passwordHashAlgorithm>SSHA</icfcldap:passwordHashAlgorithm>
<icfcldap:vlvSortAttribute>uid</icfcldap:vlvSortAttribute>
Expand Down Expand Up @@ -272,10 +273,6 @@

</schemaHandling>

<consistency>
<avoidDuplicateValues>true</avoidDuplicateValues>
</consistency>

<synchronization>
<objectSynchronization>
<name>Account sync</name>
Expand Down
7 changes: 2 additions & 5 deletions samples/resources/openldap/openldap-localhost-medium.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2015 Evolveum
~ Copyright (c) 2010-2016 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -75,6 +75,7 @@ It also contains inbound mappings and definition to enable synchronization.
<icfcldap:baseContext>dc=example,dc=com</icfcldap:baseContext>
<icfcldap:bindDn>cn=idm,ou=Administrators,dc=example,dc=com</icfcldap:bindDn>
<icfcldap:bindPassword><t:clearValue>secret</t:clearValue></icfcldap:bindPassword>
<icfcldap:usePermissiveModify>always</icfcldap:usePermissiveModify>
<icfcldap:pagingStrategy>auto</icfcldap:pagingStrategy>
<icfcldap:passwordHashAlgorithm>SSHA</icfcldap:passwordHashAlgorithm>
<icfcldap:vlvSortAttribute>uid</icfcldap:vlvSortAttribute>
Expand Down Expand Up @@ -402,10 +403,6 @@ It also contains inbound mappings and definition to enable synchronization.
</capabilities>
-->

<consistency>
<avoidDuplicateValues>true</avoidDuplicateValues>
</consistency>

<!--
Synchronization section describes the synchronization policy, timing,
reactions and similar synchronization settings.
Expand Down

0 comments on commit 6680211

Please sign in to comment.