fixed upload
This commit is contained in:
parent
6008cf2f9f
commit
bd3e80596f
|
@ -866,7 +866,7 @@ class windowsUser extends baseModule implements passwordService {
|
||||||
$partialAccounts[$i]['unicodePwd'] = self::pwdAttributeValue($rawAccounts[$i][$ids['windowsUser_password']]);
|
$partialAccounts[$i]['unicodePwd'] = self::pwdAttributeValue($rawAccounts[$i][$ids['windowsUser_password']]);
|
||||||
$partialAccounts[$i]['INFO.userPasswordClearText'] = $rawAccounts[$i][$ids['windowsUser_password']]; // for custom scripts etc.
|
$partialAccounts[$i]['INFO.userPasswordClearText'] = $rawAccounts[$i][$ids['windowsUser_password']]; // for custom scripts etc.
|
||||||
}
|
}
|
||||||
elseif ($rawAccounts[$i][$ids['posixAccount_password']] != "") {
|
elseif ($rawAccounts[$i][$ids['windowsUser_password']] != "") {
|
||||||
$errMsg = $this->messages['userPassword'][4];
|
$errMsg = $this->messages['userPassword'][4];
|
||||||
$errMsg[2] = str_replace('%', '%%', $errMsg[2]); // double "%" because of later sprintf
|
$errMsg[2] = str_replace('%', '%%', $errMsg[2]); // double "%" because of later sprintf
|
||||||
array_push($errMsg, array($i));
|
array_push($errMsg, array($i));
|
||||||
|
|
Loading…
Reference in New Issue