(Add privileges required to test cases) |
|||
Line 45: | Line 45: | ||
{| class="wikitable sortable" style="width:100%" border="1" | {| class="wikitable sortable" style="width:100%" border="1" | ||
!style="width:20%"|Testcase | !style="width:20%"|Testcase | ||
!style="width: | !style="width:58%"|Description | ||
!style="width: | !style="width:12%"|Privileges | ||
!style="width:10%"|Approx. time required | !style="width:10%"|Approx. time required | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_no_krb5_conf|AD no krb5.conf]] | | [[QA:Testcase_Active_Directory_no_krb5_conf|AD no krb5.conf]] | ||
| Using Active Directory without krb5.conf | | Using Active Directory without krb5.conf | ||
| | | Any | ||
| 5 minutes | | 5 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_discovery|Discover AD]] | | [[QA:Testcase_Active_Directory_realmd_discovery|Discover AD]] | ||
| Using realmd to discover information about an Active Directory domain | | Using realmd to discover information about an Active Directory domain | ||
| | | Any | ||
| 5 minutes | | 5 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_join_sssd|Join AD with sssd]] | | [[QA:Testcase_Active_Directory_realmd_join_sssd|Join AD with sssd]] | ||
| Using realmd to join an Active Directory domain with sssd as the client. | | Using realmd to join an Active Directory domain with sssd as the client. | ||
| | | Domain user | ||
| 15 minutes | | 15 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_leave|Leave AD]] | | [[QA:Testcase_Active_Directory_realmd_leave|Leave AD]] | ||
| Using realmd to leave an Active Directory domain. | | Using realmd to leave an Active Directory domain. | ||
| | | Domain user | ||
| 15 minutes | | 15 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_leave_remove|Leave AD with remove]] | | [[QA:Testcase_Active_Directory_realmd_leave_remove|Leave AD with remove]] | ||
| Using realmd to leave an Active Directory domain, removing the computer account. | | Using realmd to leave an Active Directory domain, removing the computer account. | ||
| | | Domain user | ||
| 15 minutes | | 15 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_join_winbind|Join AD with winbind]] | | [[QA:Testcase_Active_Directory_realmd_join_winbind|Join AD with winbind]] | ||
| Using realmd to join an Active Directory domain with winbind as the client. | | Using realmd to join an Active Directory domain with winbind as the client. | ||
| | | Domain user | ||
| 15 minutes | | 15 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_permit_one_login|Permit one login]] | | [[QA:Testcase_Active_Directory_realmd_permit_one_login|Permit one login]] | ||
| Using realmd permit one domain login | | Using realmd permit one domain login | ||
| | | Domain user | ||
| 10 minutes | | 10 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_deny_one_login|Deny one login]] | | [[QA:Testcase_Active_Directory_realmd_deny_one_login|Deny one login]] | ||
| Using realmd deny one domain login | | Using realmd deny one domain login | ||
| | | Domain user | ||
| 10 minutes | | 10 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_permit_any_login|Permit any login]] | | [[QA:Testcase_Active_Directory_realmd_permit_any_login|Permit any login]] | ||
| Using realmd permit any domain login | | Using realmd permit any domain login | ||
| | | Domain user | ||
| 10 minutes | | 10 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_deny_any_login|Deny any login]] | | [[QA:Testcase_Active_Directory_realmd_deny_any_login|Deny any login]] | ||
| Using realmd deny any domain login | | Using realmd deny any domain login | ||
| | | Domain user | ||
| 10 minutes | | 10 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_join_automatic|Join AD automatic]] | | [[QA:Testcase_Active_Directory_realmd_join_automatic|Join AD automatic]] | ||
| Using realmd to join an active directory domain automatically | | Using realmd to join an active directory domain automatically | ||
| | | Domain admin | ||
| 20 minutes | | 20 minutes | ||
|- | |- | ||
| [[QA:Testcase_Active_Directory_realmd_join_otp|Join AD with OTP]] | | [[QA:Testcase_Active_Directory_realmd_join_otp|Join AD with OTP]] | ||
| Using realmd to join an Active Directory domain with a one time password. | | Using realmd to join an Active Directory domain with a one time password. | ||
| | | Domain admin | ||
| 20 minutes | | 20 minutes | ||
|} | |} |
Revision as of 14:04, 16 October 2012
Fedora Test Days | |
---|---|
Active Directory | |
Date | 2012-10-18 |
Time | all day |
Website | QA/Fedora_18_test_days |
IRC | #fedora-test-day (webirc) |
Mailing list | sssd-devel |
What to test?
Today's installment of Fedora Test Day will focus on Active Directory, in particular using realmd to setup authentication using domain accounts, sssd to handle the active directory authentication, and other involved bits and pieces.
Who's available
The following cast of characters will be available testing, workarounds, bug fixes, and general discussion ...
- Development - Stefw (stefw), Developer2 (irc_nick2)
- Quality Assurance - Tester1 (irc_nick1), Tester2 (irc_nick2)
Prerequisite for Test Day
You need the following before joining in on the test day.
- An updated Fedora 18 pre-release.
- realmd 0.9 installed from updates-testing, or from git master
- An Active Directory domain to test against, that you have access and/or administrative privileges on.
How to test?
At a high level the following are being tested:
- realmd used together with Active Directory
- sssd used together with Active Directory
- gnome-control-center used with Enterprise Logins
- gnome-online-accounts used with a Kerberos account
You can explore these, and their documentation. Or you can follow the test cases below.
Test Cases
Testcase | Description | Privileges | Approx. time required |
---|---|---|---|
AD no krb5.conf | Using Active Directory without krb5.conf | Any | 5 minutes |
Discover AD | Using realmd to discover information about an Active Directory domain | Any | 5 minutes |
Join AD with sssd | Using realmd to join an Active Directory domain with sssd as the client. | Domain user | 15 minutes |
Leave AD | Using realmd to leave an Active Directory domain. | Domain user | 15 minutes |
Leave AD with remove | Using realmd to leave an Active Directory domain, removing the computer account. | Domain user | 15 minutes |
Join AD with winbind | Using realmd to join an Active Directory domain with winbind as the client. | Domain user | 15 minutes |
Permit one login | Using realmd permit one domain login | Domain user | 10 minutes |
Deny one login | Using realmd deny one domain login | Domain user | 10 minutes |
Permit any login | Using realmd permit any domain login | Domain user | 10 minutes |
Deny any login | Using realmd deny any domain login | Domain user | 10 minutes |
Join AD automatic | Using realmd to join an active directory domain automatically | Domain admin | 20 minutes |
Join AD with OTP | Using realmd to join an Active Directory domain with a one time password. | Domain admin | 20 minutes |
Test Results
Log issues and enhancements in one of these places: