From Fedora Project Wiki
(Created page with "{{QA/Test_Case |description=This test case verifies an Active Directory client is able to discover the NetBIOS name automatically |setup= # [[Features/ActiveDirectory/TestBed|...") |
No edit summary |
||
Line 4: | Line 4: | ||
# [[Features/ActiveDirectory/TestBed|Verify that your Active Directory domain access works]]. If you don't have an Active Directory domain, you can [[Features/ActiveDirectory/TestBed|set one up]]. | # [[Features/ActiveDirectory/TestBed|Verify that your Active Directory domain access works]]. If you don't have an Active Directory domain, you can [[Features/ActiveDirectory/TestBed|set one up]]. | ||
# Run through the [[QA:Testcase_Active_Directory_realmd_join_sssd|test case to join the domain]]. | # Run through the [[QA:Testcase_Active_Directory_realmd_join_sssd|test case to join the domain]]. | ||
# For this test case, you would need | # For this test case, you would need <code>sssd-1.10.0-4.fc19.beta1</code> or newer | ||
|actions= | |actions= |
Revision as of 16:49, 7 May 2013
Description
This test case verifies an Active Directory client is able to discover the NetBIOS name automatically
Setup
- Verify that your Active Directory domain access works. If you don't have an Active Directory domain, you can set one up.
- Run through the test case to join the domain.
- For this test case, you would need
sssd-1.10.0-4.fc19.beta1
or newer
How to test
- By default, realmd uses the NetBIOS domain name as the SSSD domain name and the full domain name in the
ad_domain
parameter. For the test to run correctly, you need to override the SSSD domain name- check the
ad_domain
parameter value insssd.conf
- open the
sssd.conf
config file - locate the
[domain/YOURNAME]
section in the config file and substituteYOURNAME
with the value of thead_domain
parameter - locate the
domains=
directive in the config file. It would list the SSSD domain name as well (previouslyYOURNAME
). ChangeYOURNAME
to the same name you changed the[domain]
section to
- check the
- restart the SSSD
Expected Results
- The full domain name should still be usable for lookups
getent passwd Administrator@ad-test.domain.com
- Even though the NetBIOS name is not specified in the config file anymore, it should be automatically discovered by the SSSD:
getent passwd ad-test\\Administrator
- Both cases should also work regardless of the case used.
Troubleshooting
- Raise debugging for both the
nss
and thedomain
services- open
/etc/sssd/sssd.conf
- put debug_level=10 into the
[nss]
and the[domain/DOMAIN_NAME]
services - restart the SSSD
- open
- Re-run the testcase above and pass the logs stored in
/var/log/sssd/*.log
to the SSSD developers