WebminInterfaceEn: Difference between revisions

From LLL
Jump to navigationJump to search
(Removed broken links)
 
Line 15: Line 15:
** [[AdminClassFr|Class administration]]
** [[AdminClassFr|Class administration]]
** [[EditUserFr|Edit/Repare/Remove a user]]
** [[EditUserFr|Edit/Repare/Remove a user]]
** [[CreateStudentUserFr|Create a new student user]]
** Create a new student user
** [[CreateUserFr|Create a new non-student user]]
** [[CreateUserFr|Create a new non-student user]]
** [[CreateClassFr|Create a new class]]
** [[CreateClassFr|Create a new class]]
** [[PurgeEmptyClassesFr|Purge the empty classes]]
** Purge the empty classes
** [[EditProjectSharesFr|Edit the project shares]]
** [[EditProjectSharesFr|Edit the project shares]]
** [[CreateGuestUsersFr|Create a batch of guest users]]
** [[CreateGuestUsersFr|Create a batch of guest users]]
** [[DeleteGuestUsersFr|Delete a batch of guest users]]
** [[DeleteGuestUsersFr|Delete a batch of guest users]]
** [[CreateExamUsersFr|Create a batch of exam users]]
** Create a batch of exam users
** [[DeleteExamUsersFr|Delete a batch of exam users]]
** Delete a batch of exam users
** [[AuditUserDbFr|Audit the user database]]
** [[AuditUserDbFr|Audit the user database]]
** [[PurgeAncientDeletedUsersFr|Purge the ancient deleted users]]
** [[PurgeAncientDeletedUsersFr|Purge the ancient deleted users]]
Line 46: Line 46:
* Webmin
* Webmin
** [[LogViewWebminFr|Consult the WEBMIN log]]
** [[LogViewWebminFr|Consult the WEBMIN log]]
** [[AliasesFr|Aliases]]
** Aliases
** [[EditExternalAliasesFr|Edit the external aliases]]
** Edit the external aliases


* Logs
* Logs

Latest revision as of 12:30, 9 August 2018

Webmin[edit]

We use the webmin utility to administer the LLL system.

Webmin already comes with a number of modules, useful for managing a wide variety of system functions: apache, DNS, sendmail, ...

We have added a new module, specially tailored to LLL's needs. This is called the school module, and its logo is the LLL logo.

The school module[edit]

The complete title of this module is Management of the community's Users and Computers. Links below are not yet translated into English, thus they will lead to the French version.

  • Logs

BUG'S[edit]

26.03.2009 By upgrading Webmin to the 1.470 Version

change the file: /usr/share/webmin/school/html.pl at line 48


It must be $out .= "=\"".&html_escape($value)."\"";

and NOT: $out .= "=\"".&main::html_escape($value)."\"";