Skip to content

Commit

Permalink
Removing deprecated minOccurs from initial objects (MID-4943)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 17, 2018
1 parent b2f2f1b commit 24223ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -51,5 +51,4 @@
<!-- </limit> -->
</limitations>
</stringPolicy>
<minOccurs>0</minOccurs>
</valuePolicy>
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2014-2016 Evolveum
~ Copyright (c) 2014-2018 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,6 +20,7 @@
<name>Default Security Policy</name>
<credentials>
<password>
<minOccurs>0</minOccurs>
<lockoutMaxFailedAttempts>3</lockoutMaxFailedAttempts>
<lockoutFailedAttemptsDuration>PT3M</lockoutFailedAttemptsDuration>
<lockoutDuration>PT15M</lockoutDuration>
Expand Down

0 comments on commit 24223ad

Please sign in to comment.