Skip to content

Commit

Permalink
Update for LDAP extra tests
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 21, 2016
1 parent b7a8b3f commit cf5a01b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
Expand Up @@ -43,6 +43,7 @@
<icfcldap:operationalAttributes>ds-pwp-account-disabled</icfcldap:operationalAttributes>
<icfcldap:operationalAttributes>isMemberOf</icfcldap:operationalAttributes>
<icfcldap:operationalAttributes>createTimestamp</icfcldap:operationalAttributes>
<icfcldap:enableExtraTests>false</icfcldap:enableExtraTests> <!-- MID-3477 -->
</icfc:configurationProperties>

<icfc:connectorPoolConfiguration>
Expand Down
Expand Up @@ -46,6 +46,8 @@
<icfcldap:servers>host=hydra.ad.evolveum.com; baseContext=DC=sub,DC=ad,DC=evolveum,DC=com; bindDn=CN=midpoint,CN=Users,DC=sub,DC=ad,DC=evolveum,DC=com</icfcldap:servers>
<icfcldap:referralStrategy>ignore</icfcldap:referralStrategy>
<icfcldap:globalCatalogStrategy>resolve</icfcldap:globalCatalogStrategy>
<icfcldap:enableExtraTests>true</icfcldap:enableExtraTests>
<icfcldap:forcePasswordChangeAtNextLogon>false</icfcldap:forcePasswordChangeAtNextLogon>
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down
Expand Up @@ -53,6 +53,7 @@
<icfcldap:operationalAttributes>isMemberOf</icfcldap:operationalAttributes>
<icfcldap:operationalAttributes>createTimestamp</icfcldap:operationalAttributes>
<icfcldap:useUnsafeNameHint>true</icfcldap:useUnsafeNameHint>
<icfcldap:enableExtraTests>false</icfcldap:enableExtraTests> <!-- MID-3477 -->
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down
1 change: 1 addition & 0 deletions testing/conntest/src/test/resources/opendj/resource.xml
Expand Up @@ -52,6 +52,7 @@
<icfcldap:operationalAttributes>ds-pwp-account-disabled</icfcldap:operationalAttributes>
<icfcldap:operationalAttributes>isMemberOf</icfcldap:operationalAttributes>
<icfcldap:operationalAttributes>createTimestamp</icfcldap:operationalAttributes>
<icfcldap:enableExtraTests>false</icfcldap:enableExtraTests> <!-- MID-3477 -->
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down
1 change: 1 addition & 0 deletions testing/conntest/src/test/resources/openldap/resource.xml
Expand Up @@ -55,6 +55,7 @@
<icfcldap:vlvSortOrderingRule>2.5.13.3</icfcldap:vlvSortOrderingRule>
<icfcldap:operationalAttributes>memberOf</icfcldap:operationalAttributes>
<icfcldap:operationalAttributes>createTimestamp</icfcldap:operationalAttributes>
<icfcldap:enableExtraTests>false</icfcldap:enableExtraTests> <!-- MID-3477 -->
</icfc:configurationProperties>
<icfc:resultsHandlerConfiguration>
<icfc:enableNormalizingResultsHandler>false</icfc:enableNormalizingResultsHandler>
Expand Down

0 comments on commit cf5a01b

Please sign in to comment.