Fix a problem with the password policy in which online changes to the password
attribute which changed the attribute type from one using the user password
syntax to the auth password syntax (or vice versa) was not handled properly.
OpenDS Issue Number: 1205
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Portions Copyright 2006 Sun Microsystems, Inc. |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.core; |
| | | |
| | |
| | | // If we've made it here, then everything is acceptable. Apply the new |
| | | // configuration. |
| | | passwordAttribute = p.passwordAttribute; |
| | | authPasswordSyntax = p.authPasswordSyntax; |
| | | lastLoginTimeAttribute = p.lastLoginTimeAttribute; |
| | | allowMultiplePasswordValues = p.allowMultiplePasswordValues; |
| | | allowPreEncodedPasswords = p.allowPreEncodedPasswords; |