ldap - Liferay and user password during the export into OpenLDAP -


i have question liferay.

i have configuate system liferay + jasig cas authentication , openldap. can authenticate user correctly , can import user account ldap (ldap import).

i have configurate user export openldap..so, can export account when create. infact can see new account in openldap server.

when liferay create new account generate random password new account (for example 4hdsdsh) , user receive e-mail after registration.

the problem is: openldap server password not seem equal 1 generated liferay.. so, new user never able authenticate liferay (because use cas + ldap).

i found funny/strange thing: if modify new password in liferay (using administrator account) see password correctly openldap server , so, user can log liferay..

i not sure seems while user registration exporting fields entered user in registration screen , since password auto generated after registration, not exported ldap , might blank till user has not updated password logging in.

you can debug class portalldapexporterimpl.java , watch user detail in ldap via jxplorer whats password & user status well. if password blank extend class , logic pass auto generated or default password first time case.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -