*** empty log message ***
This commit is contained in:
parent
62d35c207a
commit
689101b658
|
@ -899,7 +899,6 @@ class accountContainer {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
// This class keeps all needed values for any account
|
// This class keeps all needed values for any account
|
||||||
class account {
|
class account {
|
||||||
// Type : user | group | host
|
// Type : user | group | host
|
||||||
|
@ -948,7 +947,6 @@ class account {
|
||||||
* mountpoint, used blocks, soft block limit, hard block limit, grace block period, used inodes,
|
* mountpoint, used blocks, soft block limit, hard block limit, grace block period, used inodes,
|
||||||
* soft inode limit, hard inode limit, grace inode period
|
* soft inode limit, hard inode limit, grace inode period
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
// Personal Settings
|
// Personal Settings
|
||||||
var $personal_title; // string title of user
|
var $personal_title; // string title of user
|
||||||
var $personal_mail; // string mailaddress of user
|
var $personal_mail; // string mailaddress of user
|
||||||
|
@ -960,7 +958,6 @@ class account {
|
||||||
var $personal_postalAddress; // string postal Address of user
|
var $personal_postalAddress; // string postal Address of user
|
||||||
var $personal_employeeType; // string employe type of user
|
var $personal_employeeType; // string employe type of user
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* Return a list of all shells listed in ../config/shells
|
/* Return a list of all shells listed in ../config/shells
|
||||||
* Normally ../config/shells is a symbolic link to /etc/shells
|
* Normally ../config/shells is a symbolic link to /etc/shells
|
||||||
|
|
Loading…
Reference in New Issue