| | |
| | | // skipped for synchronization operations. |
| | | boolean isPassword = |
| | | t.equals(pwPolicyState.getPolicy().getPasswordAttribute()); |
| | | if (isPassword && (!(isSynchronizationOperation()))) |
| | | if (isPassword) |
| | | { |
| | | if (!isSynchronizationOperation()) |
| | | { |
| | | // If the attribute contains any options, then reject it. Passwords |
| | | // will not be allowed to have options. Skipped for internal operations. |
| | | // will not be allowed to have options. |
| | | // Skipped for internal operations. |
| | | if(! isInternalOperation()) |
| | | { |
| | | if (a.hasOptions()) |
| | |
| | | String.valueOf(m.getModificationType()), |
| | | a.getName())); |
| | | } |
| | | } |
| | | |
| | | switch (m.getModificationType()) |
| | | { |