(AD に home ディレクトリが設定されている) AD ユーザーの場合に、割り当てられている home ディレクトリが間違っている可能性がある
Issue
- (
UnixHomeDirectoryを使用して AD に home ディレクトリが設定されている) AD ユーザーの場合に、割り当てられている (fallback_homedirを使用してsssd.confに設定した) home ディレクトリが間違っている可能性があります。
[root@test]# getent passwd ad_user
ad_user:*:1377430742:1377400513:ad_user:/home/test_ad_user:/bin/bash <----- Expected ("UnixHomeDirectory" is set to '/home/test_ad_user' on AD)
[root@test]# su - ad_user
Last login:Thu Mar 23 10:14:02 CET 2017 on pts/0
[root@test]$ logout
[root@test]# systemctl restart sssd
[root@test]# getent passwd ad_user
ad_user:*:1377430742:1377400513:ad_user:/home/ad_user:/bin/bash <----- Unexpected ("fallback_homedir" set in 'sssd.conf' is assigned)
[root@test]# sss_cache -u ad_user
[root@test]# getent passwd ad_user
ad_user:*:1377430742:1377400513:ad_user:/home/test_ad_user:/bin/bash <----- Expected
Environment
- Red Hat Enterprise Linux 6、7
- (POSIX 属性が有効になっている) Microsoft Active Directory
- sssd
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.