From Fedora Project Wiki

(move to new 'desktop feature test cases' category)
(rework, add upstream tracker)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=Test whether a Kerberos account can be created.
|description=Test whether a Kerberos account can be added to the GNOME Online Accounts.
|setup=
|setup=
# Ensure that {{package|gnome-online-accounts}}, {{package|gnome-control-center}} and {{package|realmd}} are installed.
# Install Fedora Workstation.
|actions=
|actions=
# Run System Settings and go to the Online Accounts panel.
# Start ''System Settings -> Online Accounts''.
# Click the "+" button.
# Request to add a new "Enterprise Login (Kerberos)" account.
# Select "Other" - "Enterprise Login (Kerberos)".
# Provide your <code>username@DOMAIN</code> identification (e.g. <code>fasname@FEDORAPROJECT.ORG</code>).
# Enter your domain (eg., redhat.com) and username.
# Enter your password when prompted.
# Enter your password when prompted.
# Online Accounts should now display your Kerberos account as added.
# Install {{pkg|krb5-workstation}} package, and run <code>klist</code> in terminal. You should see your Kerberos ticket valid.
|results=
|results=
# Once you have been able to connect, the dialog should disappear and the new account should appear in the panel.
# Your Kerberos account can be added and its ticket is automatically retrieved.
# Your Kerberos tokens should show up in {{command|klist}}.
# Please report all failures to the [https://gitlab.gnome.org/GNOME/gnome-online-accounts GNOME tracker].
}}
}}
[[Category:GNOME desktop feature test cases]]
[[Category:GNOME desktop feature test cases]]
[[Category:Package_gnome-control-center_test_cases]]
[[Category:Package_gnome-control-center_test_cases]]
[[Category:Package_gnome-online-accounts_test_cases]]
[[Category:Package_gnome-online-accounts_test_cases]]

Revision as of 22:17, 2 March 2023

Description

Test whether a Kerberos account can be added to the GNOME Online Accounts.

Setup

  1. Install Fedora Workstation.

How to test

  1. Start System Settings -> Online Accounts.
  2. Request to add a new "Enterprise Login (Kerberos)" account.
  3. Provide your username@DOMAIN identification (e.g. fasname@FEDORAPROJECT.ORG).
  4. Enter your password when prompted.
  5. Online Accounts should now display your Kerberos account as added.
  6. Install krb5-workstation package, and run klist in terminal. You should see your Kerberos ticket valid.

Expected Results

  1. Your Kerberos account can be added and its ticket is automatically retrieved.
  2. Please report all failures to the GNOME tracker.