Jo De Troy
2006-Oct-25 20:56 UTC
Re: [Fedora-directory-users]modify userPassword via perl-ldap?
Hello,
thanks for all the info.
I''ve tried adding {crypt} in front of the password but now I get
invalid syntax for userPassword.
Here''s what exactly I do, it must be something stupid ...
$password = "{crypt}".$hashedpwd;
$mesg=$ldap->modify($dn,
changes => [
replace => [
''userPassword'' => [
$password ]
]] );
Thanks again,
Jo