<?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 setup + smb.conf in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817910#M24102</link>
    <description>smb.conf:&lt;BR /&gt;security = user&lt;BR /&gt;&lt;BR /&gt;you have to add local users you want to use samba server to smbusers, using the smbpasswd command.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Jul 2006 07:53:11 GMT</pubDate>
    <dc:creator>Andrea Rossi</dc:creator>
    <dc:date>2006-07-06T07:53:11Z</dc:date>
    <item>
      <title>Samba setup + smb.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817907#M24099</link>
      <description>Hello all, &lt;BR /&gt;&lt;BR /&gt;I'm attempting to give certain users (not all) permission to write a file in a given  directory.  I've tried numerous smb.conf configurations to no avail.  The closest I've come is being prompted for a uid and password, but I do not connect.  I suspect that has something to do with the windows domain in which I'm in.  Can anyone supply me with smb.conf stanza that will accomplish this?  I'm not running winbind and would like Samba to handle all authentication.  Any help would be greatly appreciated.  thx.</description>
      <pubDate>Wed, 05 Jul 2006 12:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817907#M24099</guid>
      <dc:creator>joseph wholey</dc:creator>
      <dc:date>2006-07-05T12:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Samba setup + smb.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817908#M24100</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Unix has something called users and groups.&lt;BR /&gt;&lt;BR /&gt;Much more effective in this matter.&lt;BR /&gt;&lt;BR /&gt;create group called project.&lt;BR /&gt;&lt;BR /&gt;add all users permitted access to a group called project.&lt;BR /&gt;&lt;BR /&gt;chmod 700 /project/&lt;BR /&gt;&lt;BR /&gt;that last part is the filesytem or folder for the project.&lt;BR /&gt;&lt;BR /&gt;You are done.&lt;BR /&gt;&lt;BR /&gt;If you need a samba reference at all, you can give write permissions to the group the way you are trying now.&lt;BR /&gt;&lt;BR /&gt;The problem may be limited to the chmod permissions on the samba share or its subfolders.&lt;BR /&gt;&lt;BR /&gt;Could you post an example of what you tried in smb.conf and what the permissions are on the Samba share?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 13:07:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817908#M24100</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Samba setup + smb.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817909#M24101</link>
      <description>Do you have a Windows domain controller?&lt;BR /&gt;&lt;BR /&gt;If so, you can configure the samba to autheticate using the DC. Use the options&lt;BR /&gt;&lt;BR /&gt;security = server&lt;BR /&gt;password server = &lt;WIN server=""&gt;&lt;BR /&gt;&lt;BR /&gt;If the user/password given is correct then SAMBA will try to find a username in the /etc/passwd that match that user name for permissions checks. That means that for every windows user you must also have a user in your Unix. Then, configure the permissions for the share as you want.&lt;/WIN&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817909#M24101</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-05T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Samba setup + smb.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817910#M24102</link>
      <description>smb.conf:&lt;BR /&gt;security = user&lt;BR /&gt;&lt;BR /&gt;you have to add local users you want to use samba server to smbusers, using the smbpasswd command.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jul 2006 07:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817910#M24102</guid>
      <dc:creator>Andrea Rossi</dc:creator>
      <dc:date>2006-07-06T07:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Samba setup + smb.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817911#M24103</link>
      <description>Sorry, security = server is deprecated now, use instead:&lt;BR /&gt;&lt;BR /&gt;security = domain&lt;BR /&gt;security = ADS&lt;BR /&gt;&lt;BR /&gt;You must join the samba server to the domain.</description>
      <pubDate>Thu, 06 Jul 2006 08:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817911#M24103</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-06T08:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Samba setup + smb.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817912#M24104</link>
      <description>No ADS, no WINS etc... I need SAMBA to manage all of it.</description>
      <pubDate>Thu, 06 Jul 2006 08:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817912#M24104</guid>
      <dc:creator>joseph wholey</dc:creator>
      <dc:date>2006-07-06T08:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Samba setup + smb.conf</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817913#M24105</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;In light of your last response, my first response is the solution to this query.&lt;BR /&gt;&lt;BR /&gt;Change user permissions to support your samba configuration.&lt;BR /&gt;&lt;BR /&gt;Done.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 06 Jul 2006 08:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-setup-smb-conf/m-p/3817913#M24105</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-06T08:55:04Z</dc:date>
    </item>
  </channel>
</rss>

