<?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 smb.conf issues....peer review needed in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420817#M86507</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could try using SFU 3.5 (Services for Unix) software of Microsoft to meet your requirement. You can download it free of cost from the following link.&lt;BR /&gt; &lt;A href="http://www.microsoft.com/windows/sfu/default.asp" target="_blank"&gt;http://www.microsoft.com/windows/sfu/default.asp&lt;/A&gt;</description>
    <pubDate>Fri, 12 Nov 2004 16:19:59 GMT</pubDate>
    <dc:creator>gibsonsamuel</dc:creator>
    <dc:date>2004-11-12T16:19:59Z</dc:date>
    <item>
      <title>samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420816#M86506</link>
      <description>hello,&lt;BR /&gt;I setup a Suse Standard server 8 as a domain controller on a network with win2k/win98 workstations.  It was working fine for a few weeks and then samba started giving problems.&lt;BR /&gt;The problem is that this site has a business application that uses a flat-file database.  This database has to be shared on a network drive (was win2k server, now Samba 2.2.8).  So, I had it shared and it did work.  But then it started giving permissions problems (wouldn't let index utility run, users couldn't start application from desktops).&lt;BR /&gt;&lt;BR /&gt;I finally made it run by setting up samba with the most basic configuration.  (SEE attached smb.conf files).&lt;BR /&gt;&lt;BR /&gt;I'd like to return the server to work as a domain controller, but just give the 'sales' samba share minimal permissions (aka win98 style, anyone can do anything).&lt;BR /&gt;But regarding the other samba shares, I want to have some security over them so I can control who sees them.  There's one share with accounting info. that's very sensitive so I can't have that share setup the same way as the 'sales' share.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Oskar</description>
      <pubDate>Fri, 12 Nov 2004 00:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420816#M86506</guid>
      <dc:creator>Oskar Teran</dc:creator>
      <dc:date>2004-11-12T00:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420817#M86507</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You could try using SFU 3.5 (Services for Unix) software of Microsoft to meet your requirement. You can download it free of cost from the following link.&lt;BR /&gt; &lt;A href="http://www.microsoft.com/windows/sfu/default.asp" target="_blank"&gt;http://www.microsoft.com/windows/sfu/default.asp&lt;/A&gt;</description>
      <pubDate>Fri, 12 Nov 2004 16:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420817#M86507</guid>
      <dc:creator>gibsonsamuel</dc:creator>
      <dc:date>2004-11-12T16:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420818#M86508</link>
      <description>I was hoping for some advice on the smb.conf configuration. &lt;BR /&gt;I fail to see how the microsoft product helps me.&lt;BR /&gt;I want to stick with the topic - the configuration of the smb.conf file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Oskar&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Nov 2004 23:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420818#M86508</guid>
      <dc:creator>Oskar Teran</dc:creator>
      <dc:date>2004-11-12T23:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420819#M86509</link>
      <description>Sorry it took so long to get to this.&lt;BR /&gt;&lt;BR /&gt;I have reviewed your smb.conf file and think everything is all fine with it.&lt;BR /&gt;&lt;BR /&gt;This is most likely a permissions strategy issue.&lt;BR /&gt;&lt;BR /&gt;If I ever do a samba/ldap authentication implementation, I'd probably use your file.&lt;BR /&gt;&lt;BR /&gt;I would recommend you create a new unix/linux group for this application. If the ldap server is a microsoft pdc, add the same group to that controller.&lt;BR /&gt;&lt;BR /&gt;Make all users in the ldap group have their primary(perferable) or at least secondary group be this new database group.&lt;BR /&gt;&lt;BR /&gt;This means a new group and the sales and accounting id's all have to be in it. This still limits permissions pretty tightly.&lt;BR /&gt;&lt;BR /&gt;Make sure the folder containing the application data and any temp/sort data is owned by a database user who is also in this new group.&lt;BR /&gt;&lt;BR /&gt;Permissions in Linux/Unix should allow owner and group rw.&lt;BR /&gt;&lt;BR /&gt;Run that check and try again and report results. I know its a little complex, but the samba config looks good. &lt;BR /&gt;&lt;BR /&gt;If there is anything in the samba logs you think we'd find helpful, please post.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;cheif linux congratulator&lt;BR /&gt;owner of a flu bug (get the blank out!)&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Nov 2004 19:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420819#M86509</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-13T19:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420820#M86510</link>
      <description>May be simpler.&lt;BR /&gt;&lt;BR /&gt;A further review of the smb.conf file because of the way opera browser opens files tells my you may need to set the umask on new files to be compatible between the two groups, sales and accounting.&lt;BR /&gt;&lt;BR /&gt;I noticed those settings are not set in smb.conf.&lt;BR /&gt;&lt;BR /&gt;These additional instructions may work alone or in addition to my earlier post.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 13 Nov 2004 19:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420820#M86510</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-13T19:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420821#M86511</link>
      <description>here's a modified version of the smb.conf file.&lt;BR /&gt;I was trying to make the 'sales' share as unrestricted as possible while maintaining good security/restrictions for the rest of the shares.&lt;BR /&gt;&lt;BR /&gt;What do you think?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Nov 2004 10:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420821#M86511</guid>
      <dc:creator>Oskar Teran</dc:creator>
      <dc:date>2004-11-15T10:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420822#M86512</link>
      <description>this is the log from when I setup samba with the 'basic' smb.conf settings.&lt;BR /&gt;The application worked perfectly, as the log shows.&lt;BR /&gt;But, it's too basic.....my goal is to have only the 'sales' folder working like this, while the rest of the config uses the original smb.conf settings&lt;BR /&gt;&lt;BR /&gt;ps.  I had to make a .zip file out of it</description>
      <pubDate>Mon, 15 Nov 2004 10:36:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420822#M86512</guid>
      <dc:creator>Oskar Teran</dc:creator>
      <dc:date>2004-11-15T10:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: samba smb.conf issues....peer review needed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420823#M86513</link>
      <description>this is the log with the original or 'advanced' smb.conf settings.</description>
      <pubDate>Mon, 15 Nov 2004 10:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-smb-conf-issues-peer-review-needed/m-p/3420823#M86513</guid>
      <dc:creator>Oskar Teran</dc:creator>
      <dc:date>2004-11-15T10:37:36Z</dc:date>
    </item>
  </channel>
</rss>

