fixed bug when Samba extension was added via profile

This commit is contained in:
Roland Gruber 2010-06-25 14:50:13 +00:00
parent 7b0325ad93
commit 3b5a0bf78d
1 changed files with 3 additions and 0 deletions

View File

@ -650,6 +650,9 @@ class sambaSamAccount extends baseModule implements passwordService {
return false;
}
}
if (!isset($this->attributes['sambaSID']) || ($this->attributes['sambaSID'] == '')) {
return false;
}
return true;
}