in reply to Re: Change a user's Kerberos Password?
in thread Change a user's Kerberos Password?
$msg = $ldaph->set_password(user => $dn, newpasswd => $newpass, oldpasswd => $oldpass);
This will let stuff like the openLdap smpk5pwd and ppolicy modules take care of other password related stuff like syncing NT/LANMAN passwords (needed for MSCHAP/eap/peap for wifi via radius) and password policy enforcement on the server. It also handles the encryption on the server with whatever standard the admin has setup in it there.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Change a user's Kerberos Password?
by 5mi11er (Deacon) on Apr 22, 2013 at 14:37 UTC |