removed profile functions

This commit is contained in:
Roland Gruber 2004-07-02 12:22:01 +00:00
parent 2c2a9a20f1
commit ef40c88292
1 changed files with 0 additions and 12 deletions

View File

@ -583,18 +583,6 @@ class posixGroup extends baseModule {
return $return;
}
// posixGroup has no profile options
function get_profileOptions() {
return array();
}
// 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( 'cn',
'gidNumber',