diff --git a/lam/lib/account.inc b/lam/lib/account.inc index 1c36d1d3..8b8b7643 100644 --- a/lam/lib/account.inc +++ b/lam/lib/account.inc @@ -27,7 +27,7 @@ $Id$ * @author Tilo Lutz * @author Roland Gruber * -* @package modules +* @package lib */ /** Needed to calculate Samba passwords */ diff --git a/lam/lib/modules/account.inc b/lam/lib/modules/account.inc index 23015bcc..a7991613 100644 --- a/lam/lib/modules/account.inc +++ b/lam/lib/modules/account.inc @@ -20,6 +20,21 @@ $Id$ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/** +* Manages the object class "account" for users and hosts. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages the object class "account" for users and hosts. +* +* @package modules +*/ class account extends baseModule { /** diff --git a/lam/lib/modules/posixAccount.inc b/lam/lib/modules/posixAccount.inc index c9309295..11ad0a21 100644 --- a/lam/lib/modules/posixAccount.inc +++ b/lam/lib/modules/posixAccount.inc @@ -20,6 +20,21 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/** +* Manages Unix accounts for users and hosts. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages the object class "posixAccount" for users and hosts. +* +* @package modules +*/ class posixAccount extends baseModule { /** diff --git a/lam/lib/modules/posixGroup.inc b/lam/lib/modules/posixGroup.inc index 550c48aa..a227e3fc 100644 --- a/lam/lib/modules/posixGroup.inc +++ b/lam/lib/modules/posixGroup.inc @@ -21,6 +21,21 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/** +* Manages Unix accounts for groups. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages the object class "posixGroup" for groups. +* +* @package modules +*/ class posixGroup extends baseModule { // Variables diff --git a/lam/lib/modules/quota.inc b/lam/lib/modules/quota.inc index d02a8dce..803d3d43 100644 --- a/lam/lib/modules/quota.inc +++ b/lam/lib/modules/quota.inc @@ -21,6 +21,21 @@ $Id$ */ +/** +* Manages quotas for users and groups. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages quotas for users and groups. +* +* @package modules +*/ class quota extends baseModule { /** this functin fills the error message array with messages diff --git a/lam/lib/modules/sambaAccount.inc b/lam/lib/modules/sambaAccount.inc index 80d0ddfc..c300cf53 100644 --- a/lam/lib/modules/sambaAccount.inc +++ b/lam/lib/modules/sambaAccount.inc @@ -20,6 +20,21 @@ $Id$ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/** +* Manages Samba 2 accounts for users and hosts. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages the object class "sambaAccount" for users and hosts. +* +* @package modules +*/ class sambaAccount extends baseModule { /** diff --git a/lam/lib/modules/sambaGroupMapping.inc b/lam/lib/modules/sambaGroupMapping.inc index 24b25608..baec7eea 100644 --- a/lam/lib/modules/sambaGroupMapping.inc +++ b/lam/lib/modules/sambaGroupMapping.inc @@ -21,6 +21,21 @@ $Id$ */ +/** +* Manages Samba 3 accounts for groups. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages the object class "sambaGroupMapping" for groups. +* +* @package modules +*/ class sambaGroupMapping extends baseModule { // Variables diff --git a/lam/lib/modules/sambaSamAccount.inc b/lam/lib/modules/sambaSamAccount.inc index 4884af4f..f5cc681d 100644 --- a/lam/lib/modules/sambaSamAccount.inc +++ b/lam/lib/modules/sambaSamAccount.inc @@ -20,6 +20,21 @@ $Id$ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/** +* Manages Samba 3 accounts for users and hosts. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages the object class "sambaSamAccount" for users and hosts. +* +* @package modules +*/ class sambaSamAccount extends baseModule { /** diff --git a/lam/lib/modules/shadowAccount.inc b/lam/lib/modules/shadowAccount.inc index 04da6784..aafa313b 100644 --- a/lam/lib/modules/shadowAccount.inc +++ b/lam/lib/modules/shadowAccount.inc @@ -20,6 +20,21 @@ $Id$ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +/** +* Manages Unix shadow accounts for users. +* +* @package modules +* +* @author Tilo Lutz +* @author Roland Gruber +* @author Michael Duergner +*/ + +/** +* Manages the object class "shadowAccount" for users. +* +* @package modules +*/ class shadowAccount extends baseModule { /**