Changes between Version 1 and Version 2 of Doc/OS/UserMgt


Ignore:
Timestamp:
Mar 13, 2008, 12:21:56 AM (16 years ago)
Author:
jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/OS/UserMgt

    v1 v2  
    44[[TOC(inline)]]
    55
     6Quattor and QWG templates allow to manage different aspects of user configuration, including :
     7 * Local account creation and modification
     8 * Configuration of authentication methods
     9 * Configuration SSH keys
     10 * Configuration of user privileges (e.g. sudo)
     11 
     12The main NCM components related to user management are :
     13 * `ncm-accounts` : creation and modification of local accounts
     14 * `ncm-authconfig` : configuration of authentication methods. Most of the mechanisms supported by `authconfig` command can be managed by this component.
     15 * `ncm-sudo` : management of SUDO configuration
     16 * `ncm-useraccess` : configuration of SSH keys for users and rights to access applications
     17 
     18In addition, QWG Templates provide a template, [source:templates/trunk/standard/users/config.tpl standard/users/config.tpl] that allows efficient creation of users and groups on a large number of machine. Look at [source:templates/trunk/standard/users/config.tpl template] for more information on how to configure it.