From Fedora Project Wiki
m (1 revision(s))
m (Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementGui moved to Archive:Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementGui: This page references a newer draft version. Archiving old page tree then I'll go back and redirec)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
This section explains how to manage user and group accounts using a graphical user interface (GUI). '''''User Manager''''' is the application used to create and manage user and group accounts.
This section explains how to manage user and group accounts using a graphical user interface (GUI). '''''User Manager''''' is the application used to create and manage user and group accounts.


{| border="1"
{{Admon/tip | To run User Manager, you must have the X Window system installed/configured and the  <code>system-config-users</code> rpm installed.}}
|-
| {{Template:Tip}} '''To run User Manager, you must have the X Window system installed/configured and the  <code>system-config-users</code> rpm installed.'''
|}


To start '''User Manager''' select ''System > Administration > Users and groups'' from the main panel menu or from the command line run <code>system-config-users</code> and enter the root password at the prompt.
To start '''User Manager''' select ''System > Administration > Users and groups'' from the main panel menu or from the command line run <code>system-config-users</code> and enter the root password at the prompt.
Line 17: Line 14:


and uncheck the box next to ''Hide system users and groups''. You can use the ''Preferences'' window to modify the default behavior of automatically assigning the next available '''UID''' or '''GID''' to user and group accounts or creating the '''GID''' of the user's private group with the identical value as the user's '''UID'''. This is achieved by unchecking the appropriate boxes in the ''New users'' pane of the ''Preferences'' window.
and uncheck the box next to ''Hide system users and groups''. You can use the ''Preferences'' window to modify the default behavior of automatically assigning the next available '''UID''' or '''GID''' to user and group accounts or creating the '''GID''' of the user's private group with the identical value as the user's '''UID'''. This is achieved by unchecking the appropriate boxes in the ''New users'' pane of the ''Preferences'' window.
<BR>


To search for the user, enter first few letters of the username in the search filter field and click the '''Apply filter''' button.
To search for the user, enter first few letters of the username in the search filter field and click the '''Apply filter''' button.
<BR>


You can sort the users list by clicking on the column name. Text fields are sorted in alphabetical order and numerical fields in the ascending order of the values in the field.
You can sort the users list by clicking on the column name. Text fields are sorted in alphabetical order and numerical fields in the ascending order of the values in the field.
Line 54: Line 49:
You can change the account name, user's full name, password, home directory and user's shell by altering information in appropriate fields.
You can change the account name, user's full name, password, home directory and user's shell by altering information in appropriate fields.


<BR>
Click the ''Account info'' tab.
Click the ''Account info'' tab.


Line 61: Line 55:
Check ''Enable account expiration'' box and enter the date to expire user account on that day. Check ''Local password is locked'' box to lock the user account.
Check ''Enable account expiration'' box and enter the date to expire user account on that day. Check ''Local password is locked'' box to lock the user account.


<BR>
Click the ''Password info'' tab.
Click the ''Password info'' tab.


Line 68: Line 61:
Time of the last password change is displayed. Check ''Enable password expiration'' box. This will allow you to disable password change for user, force the user to change their password and warn the user about that change in advance and when the account will become inactive. Each of the four fields accepts integers, representing number of days.
Time of the last password change is displayed. Check ''Enable password expiration'' box. This will allow you to disable password change for user, force the user to change their password and warn the user about that change in advance and when the account will become inactive. Each of the four fields accepts integers, representing number of days.


<BR>
Click the ''Groups'' tab.
Click the ''Groups'' tab.


Line 87: Line 79:
with the ''Group Data" tab in focus. To change the group name, edit text in the ''Group Name'' field.
with the ''Group Data" tab in focus. To change the group name, edit text in the ''Group Name'' field.


<BR>
Click the ''Group Users'' tab.
Click the ''Group Users'' tab.


Line 93: Line 84:


To add users to this group, check the box next to appropriate user names on the list.
To add users to this group, check the box next to appropriate user names on the list.
<BR>


The next section provides links to additional reading material for this topic.
The next section provides links to additional reading material for this topic.


----
{|
{| border="1"
|-
|-
|[[Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementTui| Previous Page - Manage Accounts Using CLI]] ||[[Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementGui| Manage Accounts Using GUI]] ||[[Docs/Drafts/AdministrationGuide/UserAccounts/AdditionalInformation| Next Page - Additional Information]]
|[[Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementTui| Previous Page - Manage Accounts Using CLI]] ||[[Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementGui| Manage Accounts Using GUI]] ||[[Docs/Drafts/AdministrationGuide/UserAccounts/AdditionalInformation| Next Page - Additional Information]]
|}

Latest revision as of 17:51, 4 March 2009

Account Management - Using A Graphical User Interface

This section explains how to manage user and group accounts using a graphical user interface (GUI). User Manager is the application used to create and manage user and group accounts.

Idea.png
To run User Manager, you must have the X Window system installed/configured and the system-config-users rpm installed.

To start User Manager select System > Administration > Users and groups from the main panel menu or from the command line run system-config-users and enter the root password at the prompt.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui usermanager.png

By default, User Manager does not display system accounts, enable the listing of system accounts, from the main menu select Edit > Preferences

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui usermanagerprefs.png

and uncheck the box next to Hide system users and groups. You can use the Preferences window to modify the default behavior of automatically assigning the next available UID or GID to user and group accounts or creating the GID of the user's private group with the identical value as the user's UID. This is achieved by unchecking the appropriate boxes in the New users pane of the Preferences window.

To search for the user, enter first few letters of the username in the search filter field and click the Apply filter button.

You can sort the users list by clicking on the column name. Text fields are sorted in alphabetical order and numerical fields in the ascending order of the values in the field.

Adding A New User

To add a new account click the Add User button on the main toolbar.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui newuser.png

Type the username, user's full name and password (remember passwords are case-sensitive) in appropriate fields. Pre-selected fields represent the defaults for Fedora - /bin/bash is default shell, /home/<username> is created as user's home directory, private group with the same name will be created for user and next available UID will be used. If you choose to, you can change any of these options. Once you supply all the information, click [OK] button to create account.

Adding A New Group

To list the existing groups in the User Manager window click on the Groups tab. The same rules apply for sorting available columns and searching for a particular group as applied to the Users tab.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui groupstab.png

To create a new group, click the Add Group button on the main toolbar of the User Manager.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui addgroup.png

Type the group name in the Group Name field and click [OK] . By default, the new group will be added with the next available GID. You can manually change this behavior by checking the box Specify group ID manually and selecting a different, unused number from the list.

Modifying User Accounts

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui usermanagerselect.png

To display the properties of a user account, select the account from the list and click the Properties button, which is now active, on the main toolbar of the User Manager window. The User Properties window opens, with User Data tab focused:

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui userpropertiesdata.png

You can change the account name, user's full name, password, home directory and user's shell by altering information in appropriate fields.

Click the Account info tab.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui userpropertiesaccinfo.png

Check Enable account expiration box and enter the date to expire user account on that day. Check Local password is locked box to lock the user account.

Click the Password info tab.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui userpropertiespwd.png

Time of the last password change is displayed. Check Enable password expiration box. This will allow you to disable password change for user, force the user to change their password and warn the user about that change in advance and when the account will become inactive. Each of the four fields accepts integers, representing number of days.

Click the Groups tab.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui userpropertiesgrp.png

Change the user's group membership by checking or unchecking the box next to group name. If the user is a member of multiple groups, set the user's primary group by selecting the group from the Primary group drop-down list.

Modifying Group Accounts

To modify group accounts select the group from the Groups tab of the User Manager

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui usermanagergrpselect.png

To view group properties, click the Properties button on the main toolbar. The Group Properties window opens

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui grouppropertiesdata.png

with the Group Data" tab in focus. To change the group name, edit text in the Group Name field.

Click the Group Users tab.

File:Docs Drafts AdministrationGuide UserAccounts AccountManagementGui grouppropertiesusers.png

To add users to this group, check the box next to appropriate user names on the list.

The next section provides links to additional reading material for this topic.

Previous Page - Manage Accounts Using CLI Manage Accounts Using GUI Next Page - Additional Information