Hi, Should "getent passwd SAMDOM\\demo01" work from a Linux AD member? AD server running on CentOS Linux 7 Samba 4.11.13 built from source Member server running on CentOS Linux 7 Samba 4.11.13 built from source Configured following https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member. Joined? using "# net ads join -U administrator" without issue. "# wbinfo --ping-dc" works and reports the domain info correctly. "getent passwd <local user>" works fine "getent passwd SAMDOM\\<domain user>" returns nothing. "getent group SAMDOM\\Domain Users" returns nothing. Should? this work? Any help troubleshooting this would be appreciated. Thanks, kr
Hi, Am Mittwoch, Oktober 13, 2021 05:10 CEST, schrieb "K. R. Foley via samba" <samba at lists.samba.org>: ?Hi, Should "getent passwd SAMDOM\\demo01" work from a Linux AD member? AD server running on CentOS Linux 7 Samba 4.11.13 built from source Member server running on CentOS Linux 7 Samba 4.11.13 built from source Configured following https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member. Joined? using "# net ads join -U administrator" without issue. "# wbinfo --ping-dc" works and reports the domain info correctly. "getent passwd <local user>" works fine "getent passwd SAMDOM\\<domain user>" returns nothing. "getent group SAMDOM\\Domain Users" returns nothing. Should? this work? Any help troubleshooting this would be appreciated. Thanks, kr -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/sambamaybe you missed something here: https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member#Configuring_the_Name_Service_Switch??
On Tue, 2021-10-12 at 22:10 -0500, K. R. Foley via samba wrote:> Hi, > > Should "getent passwd SAMDOM\\demo01" work from a Linux AD member?Yes: getent passwd SAMDOM\\rowland rowland:*:10000:10000:Rowland Penny:/home/rowland:/bin/bash As you are compiling Samba yourself, have you set up the winbind links ? https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC Rowland