X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fclass_password-methods-kerberos.inc;h=2023f6c84953403ef6328316607778b7b29febd4;hb=7859c7809be0ccb4ffc4059328f6cdfa863af1fc;hp=2f3173bf30feb868a2121126f462ccb85db7916e;hpb=c5d168e1e74360c4a1275becbbf614208ea9df80;p=gosa.git diff --git a/include/class_password-methods-kerberos.inc b/include/class_password-methods-kerberos.inc index 2f3173bf3..2023f6c84 100644 --- a/include/class_password-methods-kerberos.inc +++ b/include/class_password-methods-kerberos.inc @@ -53,7 +53,7 @@ class passwordMethodkerberos extends passwordMethod print_red (_("Kerberos database communication failed!")); } - $ret= kadm5_chpass_principal($handle, $this->attrs['uid'][0]."@".$cfg['REALM'],$wd); + $ret= kadm5_chpass_principal($handle, $this->attrs['uid'][0]."@".$cfg['REALM'],$pwd); if ($ret === FALSE) {