Ce contenu n'est pas disponible dans la langue sélectionnée.
14.2. Authentication
14.2.1. Using Enterprise Credentials to Log into GNOME
@
sign, and then your domain name. For example, if your domain name is example.com and the user name is User, type:
User@example.com
14.2.1.1. Choosing to Use Enterprise Credentials During Welcome Screens
Procedure 14.1. Configuring Enterprise Credentials
- At the Login welcome screen, choose .
- Type the name of your domain in the Domain field if it is not already prefilled.
- Type your domain account user and password in the relevant fields.
- Click.
14.2.1.2. Changing to Use Enterprise Credentials to Log into GNOME
Procedure 14.2. Configuring Enterprise Credentials
- Click your name on the top bar and select Settings from the menu.
- From the list of items, select Users.
- Click the Unlock button and type the computer administrator's password.
- Click thebutton in the lower left of the window.
- Select the Enterprise Login pane.
- Enter the domain, user, and password for your Enterprise account, and click Add.
14.2.1.3. Troubleshooting and Advanced Setup
realm
command and its various subcommands can be used to troubleshoot the enterprise login feature. For example, to see whether the machine has been configured for enterprise logins, run the following command:
$
realm list
realm join
command, or running realm join
in an automated fashion from a script.
Getting More Information
realmd
to connect to an Active Directory domain.
14.2.2. Enabling Smart Card Authentication
- Configuration of GDM to allow prompting for smart cards
- Configuration of the operating system to allow using smart cards to login
1.Configuration of GDM to allow prompting for smart cards
Procedure 14.3. Enabling smart card authentication using dconf editor GUI
- Uncheck the box for the org.gnome.login-screen enable-password-authentication dcof key.
- Check the box for the org.gnome.login-screen enable-smartcard-authentication dcof key.
Procedure 14.4. Enabling smart card authentication using dconf-tool
- Create a keyfile in the
/etc/dconf/db/gdm.d
directory. - Add the following content to this keyfile:
[org/gnome/login-screen] enable-password-authentication='false' enable-smartcard-authentication='true'
- Update the system dconf databases:
#
dconf update
2.Configuration of the operating system to allow using smart cards to login
system-config-authentication
tool to configure the system to allow users to use smart cards, making their use available to GDM as a valid authentication method for the graphical environment. The tool is provided by the authconfig-gtk package.
system-config-authentication
tool, see the Red Hat Enterprise Linux 7 System-Level Authentication Guide.
14.2.3. Enabling Fingerprint Authentication
system-config-authentication
tool to enable fingerprint authentication. The tool is provided by the authconfig-gtk package.
system-config-authentication
tool, see the Red Hat Enterprise Linux 7 System-Level Authentication Guide.