Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created December 19, 2014 18:39
Show Gist options
  • Save scottslowe/c837a866ede246d9e96b to your computer and use it in GitHub Desktop.
Save scottslowe/c837a866ede246d9e96b to your computer and use it in GitHub Desktop.
This snippet from the Samba smb.conf configuration file will help enable Active Directory integration from Linux and UNIX platforms.
workgroup = <NetBIOS name of AD domain>
security = ads
realm = <DNS name of AD domain>
use kerberos keytab = true
password server = <Space-delimited list of AD DCs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment