User accounts are entries in the directory with the userPassword attribute.
By default, the passwords stored in the userPassword attribute are encrypted using SHA-1.
However, you can use a different encryption scheme to encrypt these passwords. To do this, you need to create a password rule that specifies the encryption scheme. Each password is encrypted with the new scheme when it is next updated.
To choose a encryption method for passwords stored in a DSA
set password-storage = sha-1 | sha-512 | ssha-512 | md5 | smd5 | ssha-1 | crypt | none;
Passwords that have already been encrypted are not updated automatically. The next time that a password is updated, it is encrypted using the new scheme.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |