<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://dfwlpiki.dfwlp.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Samba_Authentiation_to_Active_Directory_without_WinBind</id>
		<title>Samba Authentiation to Active Directory without WinBind - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://dfwlpiki.dfwlp.com/index.php?action=history&amp;feed=atom&amp;title=Samba_Authentiation_to_Active_Directory_without_WinBind"/>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Samba_Authentiation_to_Active_Directory_without_WinBind&amp;action=history"/>
		<updated>2026-04-06T15:30:41Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.15</generator>

	<entry>
		<id>https://dfwlpiki.dfwlp.com/index.php?title=Samba_Authentiation_to_Active_Directory_without_WinBind&amp;diff=33&amp;oldid=prev</id>
		<title>Jhorne: Created page with &quot;Category:Linux  My preference for using Samba in a mixed windows/unix environment is to not bind the linux computer to the AD with winbind.  This might not always be the b...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dfwlpiki.dfwlp.com/index.php?title=Samba_Authentiation_to_Active_Directory_without_WinBind&amp;diff=33&amp;oldid=prev"/>
				<updated>2016-12-29T16:47:49Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php/Category:Linux&quot; title=&quot;Category:Linux&quot;&gt;Category:Linux&lt;/a&gt;  My preference for using Samba in a mixed windows/unix environment is to not bind the linux computer to the AD with winbind.  This might not always be the b...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Linux]]&lt;br /&gt;
&lt;br /&gt;
My preference for using Samba in a mixed windows/unix environment is to not bind the linux computer to the AD with winbind.  This might not always be the best option, but it's generally my preference, as there is one less computer joined to the domain (most of my networks are Small Business Server, and a non-windows computer joined to the domain just makes the built in SBS auditing tools show unncessary member-failures).&lt;br /&gt;
&lt;br /&gt;
Here is my typical smb.conf file:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
[global]&lt;br /&gt;
        workgroup = DFWLP&lt;br /&gt;
        server string = dlp-centos64&lt;br /&gt;
        printcap name = /etc/printcap&lt;br /&gt;
        load printers = no&lt;br /&gt;
        log file = /var/log/samba/smbd.log&lt;br /&gt;
        max log size = 50&lt;br /&gt;
        security = server&lt;br /&gt;
        password server = 192.168.125.130&lt;br /&gt;
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192&lt;br /&gt;
        local master = no&lt;br /&gt;
        domain master = no&lt;br /&gt;
        preferred master = no&lt;br /&gt;
        name resolve order = wins lmhosts bcast&lt;br /&gt;
        wins server = 192.168.125.130&lt;br /&gt;
        dns proxy = no&lt;br /&gt;
&lt;br /&gt;
#[homes]&lt;br /&gt;
#       comment = Home Directories&lt;br /&gt;
#       browseable = no&lt;br /&gt;
#       writeable = yes&lt;br /&gt;
&lt;br /&gt;
[is-spam]&lt;br /&gt;
        comment Is Spam&lt;br /&gt;
        browseable = yes&lt;br /&gt;
        writeable = yes&lt;br /&gt;
        public = yes&lt;br /&gt;
        path = /opt/spam&lt;br /&gt;
&lt;br /&gt;
[isnt-spam]&lt;br /&gt;
        comment Is Not Spam&lt;br /&gt;
        browseable = yes&lt;br /&gt;
        writeable = yes&lt;br /&gt;
        public = yes&lt;br /&gt;
        path = /opt/ham&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is generally necessary to also edit the security policy of a windows 7 comptuer (probably windows vista too) to allow it to connect to the Samba share.&lt;/div&gt;</summary>
		<author><name>Jhorne</name></author>	</entry>

	</feed>