~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/architecture.rst

  • Committer: Matt Giuca
  • Date: 2009-05-26 04:15:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: matt.giuca@gmail.com-20090526041523-hsg5q2enlhvjb5y2
doc/man/architecture.rst: User management server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
User management server
28
28
======================
29
29
 
30
 
The user management server (:file:`usrmgt-server`) ...
 
30
The "user management" server (:file:`usrmgt-server`) is an
 
31
inappropriately-named program which must be run as root in the background of
 
32
an IVLE instance. It is responsible for performing tasks at the request of the
 
33
IVLE web application, which require root privileges:
 
34
 
 
35
* Activating users when they first log into the system (including the creation
 
36
  of jails and user Subversion repositories).
 
37
* Creating group Subversion repositories.
 
38
* Rebuilding Subversion configuration files.
31
39
 
32
40
Subversion server
33
41
=================