From Fedora Project Wiki
(move to new 'desktop feature test cases' category) |
(link to tracker issues) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=Test whether a Kerberos account can be | |description=Test whether a Kerberos account can be added to the GNOME Online Accounts. | ||
|setup= | |setup= | ||
# | # Have a Kerberos account (e.g. a Fedora one). | ||
# Install Fedora Workstation. | |||
|actions= | |actions= | ||
# | # Start ''System Settings -> Online Accounts''. | ||
# | # Request to add a new "Enterprise Login (Kerberos)" account. | ||
# Provide your <code>username@DOMAIN</code> identification (e.g. <code>fasname@FEDORAPROJECT.ORG</code>). | |||
# | |||
# 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= | ||
# | # Your Kerberos account can be added and its ticket is automatically retrieved. | ||
# | # Please report all failures to the [https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues 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]] |
Latest revision as of 11:10, 8 March 2023
Description
Test whether a Kerberos account can be added to the GNOME Online Accounts.
Setup
- Have a Kerberos account (e.g. a Fedora one).
- Install Fedora Workstation.
How to test
- Start System Settings -> Online Accounts.
- Request to add a new "Enterprise Login (Kerberos)" account.
- Provide your
username@DOMAIN
identification (e.g.fasname@FEDORAPROJECT.ORG
). - Enter your password when prompted.
- Online Accounts should now display your Kerberos account as added.
- Install krb5-workstation package, and run
klist
in terminal. You should see your Kerberos ticket valid.
Expected Results
- Your Kerberos account can be added and its ticket is automatically retrieved.
- Please report all failures to the GNOME tracker.