From Fedora Project Wiki
Description
This test case verifies that adcli info
correctly identifies domain controllers it cannot use.
Setup
- Make sure to complete the prerequisites before starting this test.
- No domain credentials are needed for this test.
- You'll need a domain with a read-only domain controller.
How to test
- Run adcli to get info for the read-only domain controller:
$ adcli info --domain-controller=read-only.domain.example.com
Expected Results
The output should contain the following line.
domain-controller-usable = no
In addition the writable
flag should not be present on the domain-controller-flags
line.
Troubleshooting
- Use the
--verbose
argument to provide output when troubleshooting or reporting bugs.