<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Samba configuration issue in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issue/m-p/5392517#M53362</link>
    <description>&lt;P&gt;If you're planning to join a domain, you need to modify the "security" setting too. The default is security = user, which is similar to the default workgroup-only mode of Windows 98 etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are joining into a Windows NT domain (or a Windows 2000 or newer domain that allows pre-Active Directory domain members), you'll need security = domain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are joining into an Active Directory domain using the native AD protocols, the required setting will be security = ads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "security" setting is one of the most important settings in a Samba server: you should read its description in the smb.conf man page: use the command "man smb.conf" to read it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: if your domain controllers are Windows Server 2008 R2's, the default Samba server package of RHEL 5.4 will not support the newer security protocols required. You'll need a newer version of Samba: fortunately, RHEL 5.4 and later have a set of alternative Samba packages, named with the "samba3x" prefix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're planning to join an AD domain in native mode (i.e. security=ads), you'll have to edit the /etc/krb5.conf file too. The necessary changes will require great attention to details: see the Samba documentation at &lt;A target="_blank" href="http://www.samba.org"&gt;www.samba.org&lt;/A&gt; for instructions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.samba.org/samba/docs/"&gt;http://www.samba.org/samba/docs/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2011 16:17:37 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-11-16T16:17:37Z</dc:date>
    <item>
      <title>Samba configuration issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issue/m-p/5392051#M53360</link>
      <description>&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to setup a samba server in My Linux 5.4 box.&lt;/P&gt;&lt;P&gt;Installed linux and modified the smb.conf as below&amp;nbsp; for mentioning the&amp;nbsp; NT domain.&lt;/P&gt;&lt;P&gt;root @server1:~#&amp;nbsp; more /etc/samba/smb.conf&lt;/P&gt;&lt;P&gt;-----&lt;BR /&gt;-----&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; workgroup = ax.company.corp&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server string = Samba Server Version %v&lt;/P&gt;&lt;P&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; netbios name = server1&lt;/P&gt;&lt;P&gt;after that restarted samba via /etc/init.d/smb start&lt;/P&gt;&lt;P&gt;then tried to join the NT domain as ax.company.corp&lt;/P&gt;&lt;P&gt;but getting the below errors&lt;/P&gt;&lt;P&gt;root @server1:~# net join ax.company.corp&lt;BR /&gt;cannot join as standalone machine&lt;BR /&gt;root @server1:~#&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Could you please guide me where I went wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2011 07:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issue/m-p/5392051#M53360</guid>
      <dc:creator>Sreer</dc:creator>
      <dc:date>2011-11-16T07:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Samba configuration issue</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issue/m-p/5392517#M53362</link>
      <description>&lt;P&gt;If you're planning to join a domain, you need to modify the "security" setting too. The default is security = user, which is similar to the default workgroup-only mode of Windows 98 etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are joining into a Windows NT domain (or a Windows 2000 or newer domain that allows pre-Active Directory domain members), you'll need security = domain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are joining into an Active Directory domain using the native AD protocols, the required setting will be security = ads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "security" setting is one of the most important settings in a Samba server: you should read its description in the smb.conf man page: use the command "man smb.conf" to read it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: if your domain controllers are Windows Server 2008 R2's, the default Samba server package of RHEL 5.4 will not support the newer security protocols required. You'll need a newer version of Samba: fortunately, RHEL 5.4 and later have a set of alternative Samba packages, named with the "samba3x" prefix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're planning to join an AD domain in native mode (i.e. security=ads), you'll have to edit the /etc/krb5.conf file too. The necessary changes will require great attention to details: see the Samba documentation at &lt;A target="_blank" href="http://www.samba.org"&gt;www.samba.org&lt;/A&gt; for instructions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.samba.org/samba/docs/"&gt;http://www.samba.org/samba/docs/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2011 16:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-configuration-issue/m-p/5392517#M53362</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-11-16T16:17:37Z</dc:date>
    </item>
  </channel>
</rss>

