fixed bug when Samba extension was added via profile
This commit is contained in:
parent
7b0325ad93
commit
3b5a0bf78d
|
@ -650,6 +650,9 @@ class sambaSamAccount extends baseModule implements passwordService {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
if (!isset($this->attributes['sambaSID']) || ($this->attributes['sambaSID'] == '')) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue