A company wants to use Samba to share files with Windows clients. Which service must be enabled in Samba to support Windows Active Directory domain membership?
Trap 1: nmbd
nmbd handles NetBIOS name service, not AD integration.
Trap 2: smbd
smbd provides file and print services, but not AD membership.
Trap 3: swat
swat is a web-based configuration tool, not a service for AD integration.
- A
nmbd
Why wrong: nmbd handles NetBIOS name service, not AD integration.
- B
smbd
Why wrong: smbd provides file and print services, but not AD membership.
- C
swat
Why wrong: swat is a web-based configuration tool, not a service for AD integration.
- D
winbind
Winbind allows Samba to use Windows AD for authentication and identity mapping.