From Fedora Project Wiki
(Update category) |
(Update adcli links) |
||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# Setting up the requirements for this test is somewhat complex. | # Setting up the requirements for this test is somewhat complex. | ||
# Make sure to complete the [[QA: | # Make sure to complete the [[QA:Testcase_adcli_setup|prerequisites before starting this test]]. | ||
# [[QA:Testcase_adcli_info|Test general adcli info]] functionality before doing this test. | # [[QA:Testcase_adcli_info|Test general adcli info]] functionality before doing this test. | ||
# The domain must have multiple sites with one domain controller in each site. | # The domain must have multiple sites with one domain controller in each site. | ||
Line 26: | Line 26: | ||
* Use the <code>--verbose</code> argument to provide output when troubleshooting or reporting bugs. | * Use the <code>--verbose</code> argument to provide output when troubleshooting or reporting bugs. | ||
[[Category:Active_Directory_Test_Cases]] | [[Category:Active_Directory_Test_Cases]] [[Category:adcli_Test_Cases]] |
Latest revision as of 10:43, 10 April 2013
Description
This test case verifies that adcli info
correctly identifies that a domain controller not in its local site may not be completely usable.
Setup
- Setting up the requirements for this test is somewhat complex.
- Make sure to complete the prerequisites before starting this test.
- Test general adcli info functionality before doing this test.
- The domain must have multiple sites with one domain controller in each site.
- The domain controller for the non-local site should be writable (the default).
How to test
- Choose a domain controller that is not in the local site. You can use the Active Directory Sites and Services to do this.
- Run adcli to get domain info for the domain controller.
$ adcli info --domain-controller=other-site-dc.domain.example.com
Expected Results
The output should correctly identify the domain
and domain-controller
.
The output contain the following, which denotes that the controller may not work correctly with adcli from the local machine:
domain-controller-usable = maybe
Troubleshooting
- Use the
--verbose
argument to provide output when troubleshooting or reporting bugs.