From Fedora Project Wiki
(Update category) |
(Update adcli links) |
||
Line 2: | Line 2: | ||
|description=This test case verifies that <code>adcli info</code> correctly reads the domain forest. | |description=This test case verifies that <code>adcli info</code> correctly reads the domain forest. | ||
|setup= | |setup= | ||
# Make sure to complete the [[QA: | # Make sure to complete the [[QA:Testcase_adcli_setup|prerequisites before starting this test]]. | ||
# No domain credentials are needed for this test. | # No domain credentials are needed for this test. | ||
# You'll need a domain that is part of a forest with a different name than its domain name. | # You'll need a domain that is part of a forest with a different name than its domain name. | ||
Line 16: | Line 16: | ||
* 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 reads the domain forest.
Setup
- Make sure to complete the prerequisites before starting this test.
- No domain credentials are needed for this test.
- You'll need a domain that is part of a forest with a different name than its domain name.
How to test
- Run adcli to get info for the domain controller:
$ adcli info --domain-controller=dc.domain.example.com
Expected Results
Check the domain-forest
line. Make sure it matches the forest, which should be different than the domain-name
.
Troubleshooting
- Use the
--verbose
argument to provide output when troubleshooting or reporting bugs.