root@fs1:~# cat /etc/nsswitch.conf # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you have the `glibc-doc-reference' and `info' packages installed, try: # `info libc "Name Service Switch"' for information about this file. passwd: files systemd winbind group: files systemd winbind shadow: files gshadow: files hosts: files dns networks: files protocols: db files services: db files ethers: db files rpc: db files netgroup: nis root@fs1:~# cat /etc/samba/smb.conf [global] server string = %h server (Samba, Ubuntu) log file = /var/log/samba/log.%m max log size = 1000 logging = file panic action = /usr/share/samba/panic-action %d kerberos method = secrets and keytab realm = CARLSON.LAB workgroup = CARLSON template homedir = /home/%U@%D template shell = /bin/bash security = ads idmap config CARLSON : range = 2000000-2999999 idmap config CARLSON : backend = rid idmap config * : range = 10000-999999 idmap config * : backend = tdb vfs objects = acl_xattr map acl inherit = yes winbind use default domain = no winbind refresh tickets = yes winbind offline logon = yes winbind enum groups = no winbind enum users = no apply group policies = yes #======================= Share Definitions ======================= [Test] path = /data/test comment = test # read only = no writable = yes #acl_xattr:ignore system acls = yes # valid users = "@SDCP\Domain Users"