2013/4/22 Sébastien Bahloul <[email protected]> > Hi Jesus, > > I'm not sure to understand when do you encrypt the password through the > following method AD.getUnicodePwd() ? This method encrypts the password > from a clear text format to the AD accepted password format (escaped > accent, ...). Does you mean that only clear text passwords going through > this method are successfully provisionned inside AD ? >
Hi Jesus, as Sebastien said, you can only compute the password for AD if it is in cleartext on OpenLDAP side. AD do not understand CRYPT or other password encryption methods. See http://lsc-project.org/wiki/documentation/2.0/howtos/activedirectory Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

