From ef40c882926a4efe8aeaabea8b4ed99c4adf4303 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 2 Jul 2004 12:22:01 +0000 Subject: [PATCH] removed profile functions --- lam/lib/modules/posixGroup.inc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lam/lib/modules/posixGroup.inc b/lam/lib/modules/posixGroup.inc index 37db5a81..c3f9edb9 100644 --- a/lam/lib/modules/posixGroup.inc +++ b/lam/lib/modules/posixGroup.inc @@ -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',