Results 1 to 2 of 2

Thread: Web project with ( Spring + Apache DS )

  1. #1
    Join Date
    Feb 2007
    Posts
    102

    Default Web project with ( Spring + Apache DS )

    Hi all!
    I am using Spring +Apache DS but I have a little problem .. I coded the userManager for CRUD operations on LDAP server.. it works fine, but if I change the password attribute it seems not to be refreshed!
    Code:
    userManager.updateAccount( Account a, String newPassword, Birthdate day )
    The birthdate is rightly changed, but the user password is refreshed only if I restart the Apache DS! ( I tried to close the browser and shutdown the application server also !!)
    Why?!?

  2. #2
    Join Date
    Feb 2007
    Posts
    102

    Default

    Hi all!
    My userManager uses:
    Code:
    LdapOperations.modifyAttributes( javax.naming.Name dn, javax.naming.directory.ModificationItem[] mods )
    .. I noticed that simple attribute is changed without problem .. but what about userpassword attribute?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •