Originally posted by: AyappanP
https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
Steps are same like the above except for the below changes.
1) /etc/netsvc.conf instead of /etc/nsswitch.conf.
passwd: files compat winbind
group: files compat winbind
2) /usr/lib/security/methods.cfg should have this entry.
WINBIND:
program = /usr/lib/security/WINBIND
options = authonly
/usr/lib/security/WINBIND should point to /opt/freeware/lib/WINBIND.so
# ls -l /usr/lib/security/WINBIND
lrwxrwxrwx 1 root system 28 Oct 9 2017 /usr/lib/security/WINBIND -> /opt/freeware/lib/WINBIND.so
3) Edit /etc/security/user to set the below things under "default"
SYSTEM = "WINBIND OR compat"
registry = WINBIND