>       Newbie...Does Samba clients support Win 2003 Active Directory
> domains? What would be the minimum release of Samba? 
>       Is there a documentation site to say how to setup samba for
active
> directory?

Yes, you need the most recent version with the following bugfix:
https://bugzilla.samba.org/show_bug.cgi?id=1315

You also need Kerberos installed and configured on your machine (not
covered by this mailing list). Once that is done you can modify your
smb.conf file with the following lines:
workgroup = <MYDOMAIN>
security = ADS
realm = <MYKERBEROSREALM>
password server = <MYDOMAINCONTROLLER> <BACKUPDOMAINCONTROLLER>
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to