sambaPwdLastSet for upload accounts

This commit is contained in:
Roland Gruber 2006-02-25 09:30:17 +00:00
parent ab55acb8b8
commit 88f07bfc1a
1 changed files with 1 additions and 0 deletions

View File

@ -1250,6 +1250,7 @@ class sambaSamAccount extends baseModule {
}
}
// password
$partialAccounts[$i]['sambaPwdLastSet'] = time();
if (!get_preg($rawAccounts[$i][$ids['sambaSamAccount_password']], 'password')) {
$errMsg = $this->messages['sambaLMPassword'][2];
array_push($errMsg, array($i));