2.4 Modifying a Password

eDirectory has a number of restrictions that prevent password modification. The user can have insufficient rights for the following reasons:

Passwords in eDirectory are stored as RSA public and private key pairs. The Novell LDAP server uses the userPassword attribute to generate these key pairs for an LDAP client.

If the user has sufficient rights, the process is similar to modifying any attribute of an entry. See AddPassword.java in the Sample Code for a complete example.

IMPORTANT:The delete/add must be in the same modification set.