What must be added to nsswitch.conf to show AD users and groups?
2
votes
1
answer
8728
views
This is a follow-up to this question .
I have a CentOS 7 machine which has joined a domain FOOBAR. It is possible to successfully get info about users stored in the AD via
id user@FOOBAR.GLOBAL
However,
getent passwd
and getent group
do not show users and group defined in the AD.
These are the relevant lines in /etc/nsswitch.conf
:
passwd: files sss
shadow: files sss
group: files sss
What needs to be added there?
Asked by dr_
(32078 rep)
Aug 9, 2018, 02:54 PM
Last activity: Aug 10, 2018, 12:57 PM
Last activity: Aug 10, 2018, 12:57 PM