removed checkProfileOptions() because drop down boxes need no extra checks
This commit is contained in:
parent
22b568bcd2
commit
21150d31dd
|
@ -320,13 +320,6 @@ class sambaGroupMapping extends baseModule {
|
|||
return $return;
|
||||
}
|
||||
|
||||
// checks if the values of a new or modified profile are valid
|
||||
// $scope: the account type (user, group, host, ...)
|
||||
// $options: a hash array (name => value) containing the options
|
||||
function check_profileOptions($options) {
|
||||
return array();
|
||||
}
|
||||
|
||||
function get_pdfFields($account_type="user") {
|
||||
return array( 'gidNumber',
|
||||
'sambaSID',
|
||||
|
|
Loading…
Reference in New Issue