<?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: Basic Samba Configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/basic-samba-configuration/m-p/3653720#M20194</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;This is version&lt;BR /&gt;&lt;BR /&gt;samba-2.2.7a-7.9.0&lt;BR /&gt;&lt;BR /&gt;Checking through documentation, I see this.&lt;BR /&gt;&lt;BR /&gt;When I added the add machine script to smb.conf I got errors when performing&lt;BR /&gt;&lt;BR /&gt;add machine script = /usr/sbin/useradd -d /dev/null -g samba-clients -s /bin/false -M %u&lt;BR /&gt;&lt;BR /&gt;smbpasswd -a -m machine$&lt;BR /&gt;&lt;BR /&gt;I removed this and added the machine manually. This worked ok for root, I have joined the domain.&lt;BR /&gt;&lt;BR /&gt;Apparently version 3 adds this automatically. Will upgrade&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Thu, 20 Oct 2005 08:56:19 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2005-10-20T08:56:19Z</dc:date>
    <item>
      <title>Basic Samba Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-samba-configuration/m-p/3653718#M20192</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;I have an issue joining a samba domain from a win2k pc&lt;BR /&gt;&lt;BR /&gt;I am getting the error&lt;BR /&gt;&lt;BR /&gt;The account used is a computer account. Use your global user account or a local user account to access this server&lt;BR /&gt;&lt;BR /&gt;On the pc I am logged into the machine as smbuser, the machine name is smbuser&lt;BR /&gt;&lt;BR /&gt;On the linux server the user is defined as a local linux user (in /etc/passwd) and defined and enable in /etc/samba/smbpasswd and smbusers&lt;BR /&gt;&lt;BR /&gt;my smb.conf looks like the below&lt;BR /&gt;&lt;BR /&gt;# Global parameters&lt;BR /&gt;[global]&lt;BR /&gt;        workgroup = R2SMBTEST&lt;BR /&gt;        netbios name = ENGLAND4&lt;BR /&gt;        server string = r2smb test server&lt;BR /&gt;        interfaces = 10.100.2.0/24&lt;BR /&gt;        encrypt passwords = Yes&lt;BR /&gt;        obey pam restrictions = Yes&lt;BR /&gt;        pam password change = Yes&lt;BR /&gt;        passwd program = /usr/bin/passwd %u&lt;BR /&gt;        passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*&lt;BR /&gt;        unix password sync = Yes&lt;BR /&gt;        log level = 3&lt;BR /&gt;        log file = /var/log/samba/%m.log&lt;BR /&gt;        max log size = 0&lt;BR /&gt;        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192&lt;BR /&gt;        domain admin group = @smbadmin&lt;BR /&gt;        domain logons = Yes&lt;BR /&gt;        os level = 65&lt;BR /&gt;        preferred master = Yes&lt;BR /&gt;        domain master = Yes&lt;BR /&gt;        dns proxy = No&lt;BR /&gt;        admin users = @smbadmin&lt;BR /&gt;        printer admin = @smbadmin&lt;BR /&gt;        hosts allow = 10.100.2. 10.101.2. 127. 192.168.253. 192.168.254. 10.8.128.36 10.200.2. 10.100.7.&lt;BR /&gt;        printing = cups&lt;BR /&gt;&lt;BR /&gt;[printers]&lt;BR /&gt;        comment = All Printers&lt;BR /&gt;        path = /var/spool/samba&lt;BR /&gt;        printable = Yes&lt;BR /&gt;        browseable = No&lt;BR /&gt;&lt;BR /&gt;[homes]&lt;BR /&gt;        read only = No&lt;BR /&gt;        create mask = 0644&lt;BR /&gt;        browseable = No&lt;BR /&gt;&lt;BR /&gt;[netlogons]&lt;BR /&gt;        path = /home/samba/netlogons&lt;BR /&gt;        guest ok = Yes&lt;BR /&gt;&lt;BR /&gt;[profiles]&lt;BR /&gt;        path = /home/samba/profiles&lt;BR /&gt;        read only = No&lt;BR /&gt;        create mask = 0600&lt;BR /&gt;        directory mask = 0700&lt;BR /&gt;&lt;BR /&gt;The password for the user is the same across the system. The UID also matches&lt;BR /&gt;&lt;BR /&gt;Any ideas/help appreciated&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2005 07:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-samba-configuration/m-p/3653718#M20192</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2005-10-20T07:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Samba Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-samba-configuration/m-p/3653719#M20193</link>
      <description>I don't see the add machine script option, so I must ask:&lt;BR /&gt;&lt;BR /&gt;1 - Did you created the accounts required for the user and the computer (machine$)?&lt;BR /&gt;&lt;BR /&gt;2 - Which user account are you using to join the computer to the SAMBA domain?&lt;BR /&gt;&lt;BR /&gt;3 - Is this the first computer that you add or you currently have other computers in the domain?</description>
      <pubDate>Thu, 20 Oct 2005 08:00:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-samba-configuration/m-p/3653719#M20193</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-20T08:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Samba Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/basic-samba-configuration/m-p/3653720#M20194</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;This is version&lt;BR /&gt;&lt;BR /&gt;samba-2.2.7a-7.9.0&lt;BR /&gt;&lt;BR /&gt;Checking through documentation, I see this.&lt;BR /&gt;&lt;BR /&gt;When I added the add machine script to smb.conf I got errors when performing&lt;BR /&gt;&lt;BR /&gt;add machine script = /usr/sbin/useradd -d /dev/null -g samba-clients -s /bin/false -M %u&lt;BR /&gt;&lt;BR /&gt;smbpasswd -a -m machine$&lt;BR /&gt;&lt;BR /&gt;I removed this and added the machine manually. This worked ok for root, I have joined the domain.&lt;BR /&gt;&lt;BR /&gt;Apparently version 3 adds this automatically. Will upgrade&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 20 Oct 2005 08:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/basic-samba-configuration/m-p/3653720#M20194</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2005-10-20T08:56:19Z</dc:date>
    </item>
  </channel>
</rss>

