Hi, I have a need to get the userPassword entry in the directory server into my java-code as a credential object so that I can duplicate the user information(exactly).
Currently, in org.wso2.carbon.user.core.ldap.ReadWriteLDAPUserStoreManager, in doSetUserClaimValues method, we have a list of entries for the specific user called returnedResultList, and by get the first element in the enumeration, we can get the said attribute list. I was able to obtain the plaintext password as a string successfully from this. But I don't know how to get it if it were a SHA password stored in the DS. Could someone please help me out here? :) -- *-Damith Senanayake-* +94712205272
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
