<?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 Enable Samba on Linux RHAS 3.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763483#M22609</link>
    <description>Hi,&lt;BR /&gt;I am about to set up Samba on my linux server.  Once Samba is setup, I would like for all of the users currently on the system to have access to this share point.&lt;BR /&gt;&lt;BR /&gt;Would you please kinda enough to guide me through this process.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;JC</description>
    <pubDate>Fri, 31 Mar 2006 15:06:25 GMT</pubDate>
    <dc:creator>Jorge Cocomess</dc:creator>
    <dc:date>2006-03-31T15:06:25Z</dc:date>
    <item>
      <title>Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763483#M22609</link>
      <description>Hi,&lt;BR /&gt;I am about to set up Samba on my linux server.  Once Samba is setup, I would like for all of the users currently on the system to have access to this share point.&lt;BR /&gt;&lt;BR /&gt;Would you please kinda enough to guide me through this process.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;JC</description>
      <pubDate>Fri, 31 Mar 2006 15:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763483#M22609</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-03-31T15:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763484#M22610</link>
      <description>I suggest you make sure 'swat' is enabled, and use that to configure your shares.  It's a web interface listening on port 901.&lt;BR /&gt;&lt;BR /&gt;Turn it on with 'chkconfig swat on', then point a browser at it.</description>
      <pubDate>Fri, 31 Mar 2006 16:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763484#M22610</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-03-31T16:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763485#M22611</link>
      <description>Start with:&lt;BR /&gt;&lt;BR /&gt;chkconfig smb on&lt;BR /&gt;&lt;BR /&gt;Edit /etc/samba/smb.conf&lt;BR /&gt;&lt;BR /&gt;Workgroup = WORKGROUPNAME&lt;BR /&gt;security = share&lt;BR /&gt;&lt;BR /&gt;Security = share is the most simple method of sharing.&lt;BR /&gt;In the shares section at the end of the file&lt;BR /&gt;&lt;BR /&gt;[public]&lt;BR /&gt;comment = Public share&lt;BR /&gt;path = /public&lt;BR /&gt;public = yes&lt;BR /&gt;wirtable = yes</description>
      <pubDate>Fri, 31 Mar 2006 16:54:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763485#M22611</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-03-31T16:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763486#M22612</link>
      <description>Shalom JC,&lt;BR /&gt;&lt;BR /&gt;This depends a lot on your environment.&lt;BR /&gt;&lt;BR /&gt;Samba can be configured to authenticate users from a Windows Domain. You need to configure security = server in smb.conf or using swat and then run a command net join in order to have the machine join the domain.&lt;BR /&gt;&lt;BR /&gt;The simple way to do all this is the smbpasswd command.&lt;BR /&gt;&lt;BR /&gt;You manually add all users to a Samba authentication datbase using the smbpasswd -a &lt;USERNAME&gt; format.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/USERNAME&gt;</description>
      <pubDate>Sat, 01 Apr 2006 13:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763486#M22612</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-01T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763487#M22613</link>
      <description>Jorge,&lt;BR /&gt;&lt;BR /&gt;I suggest you to use "domain" as security level - this will provide your users from MS Windows  with a transparent access to a Samba file/printer server.&lt;BR /&gt;&lt;BR /&gt;See this article:&lt;BR /&gt;&lt;A href="http://www.informit.com/articles/article.asp?p=169560&amp;amp;seqNum=3&amp;amp;rl=1" target="_blank"&gt;http://www.informit.com/articles/article.asp?p=169560&amp;amp;seqNum=3&amp;amp;rl=1&lt;/A&gt;  Samba-3 Server Types and Security Modes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Apr 2006 12:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763487#M22613</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-02T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763488#M22614</link>
      <description>I took you radvice and set the security = share and workgroup = server_name.  I added to the domain and tested okay so far.&lt;BR /&gt;&lt;BR /&gt;Great article on the 3 security levels that you can set for the samba.  I will read it throughly and set it up to the way it was supposed to.&lt;BR /&gt;&lt;BR /&gt;Thanks everyone for the education on samba.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;J</description>
      <pubDate>Sun, 02 Apr 2006 23:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763488#M22614</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-04-02T23:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763489#M22615</link>
      <description>I have quick question;&lt;BR /&gt;A user had trouble saving a file to a directory that I created the share folder for.  Do I need to modify the "create mode" from 0664 to something else or do I modify the directory mode from 0775 to 0777??&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;J</description>
      <pubDate>Wed, 05 Apr 2006 07:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763489#M22615</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-04-05T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763490#M22616</link>
      <description>AFAIK, if Samba user is owner of a shared directory, 755 permission is OK.</description>
      <pubDate>Wed, 05 Apr 2006 09:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763490#M22616</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-05T09:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763491#M22617</link>
      <description>No, the samba user does not own the directory.    Please advise.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Wed, 05 Apr 2006 11:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763491#M22617</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-04-05T11:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763492#M22618</link>
      <description>Yes, you need to play with the create mode, directory mode and force user options. You can also set the SGID bit for the directories.&lt;BR /&gt;&lt;BR /&gt;See the man page for descriptions.</description>
      <pubDate>Wed, 05 Apr 2006 12:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763492#M22618</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-05T12:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763493#M22619</link>
      <description>Sorry, probably I was not clean. I meant not user "samba", but "user, which connect via Samba". This user should be owner of a shared dir. Or you can set 775 permission and include user into group.</description>
      <pubDate>Wed, 05 Apr 2006 12:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763493#M22619</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-04-05T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763494#M22620</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here's an example of the top portion of my smb.conf file.  Should I modify the os level?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;path = /client_user/reportdir&lt;BR /&gt;        smb passwd file = /etc/samba/smbpasswd&lt;BR /&gt;        printing = lprng&lt;BR /&gt;        dns proxy = no&lt;BR /&gt;        encrypt passwords = yes&lt;BR /&gt;        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192&lt;BR /&gt;        printcap name = /etc/printcap&lt;BR /&gt;        max log size = 0&lt;BR /&gt;        security = share&lt;BR /&gt;        server string = Windows share point&lt;BR /&gt;        workgroup = Hawk&lt;BR /&gt;        comment = Client Directory&lt;BR /&gt;        log file = /var/log/samba/%m.log&lt;BR /&gt;        load printers = no&lt;BR /&gt;        os level = 20&lt;BR /&gt;        default = global&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2006 15:51:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763494#M22620</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-04-05T15:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763495#M22621</link>
      <description>The os level depends, if you don't have any Windows Server on your network, configure a highg os level, and enable the wins server.&lt;BR /&gt;&lt;BR /&gt;If you have a Windows Server on your network, configure a low  value (like 3) and enable the wins client.</description>
      <pubDate>Wed, 05 Apr 2006 16:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763495#M22621</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-04-05T16:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763496#M22622</link>
      <description>Yes, I do have many Windows servers on the network.  It seems to be working fine with os level set to 20.  Should I just leave it alone or change it to level 3 like you've suggested?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;J</description>
      <pubDate>Wed, 05 Apr 2006 16:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763496#M22622</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-04-05T16:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enable Samba on Linux RHAS 3.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763497#M22623</link>
      <description>To win browser-server elections, Samba is usually set up high (60+).  Windows servers use 32 I believe, so anything under that should be ok.&lt;BR /&gt;&lt;BR /&gt;If the Windows servers are still acting like kthe kings-of-the-hill, then you've set it low enough (i.e. they're showing up in network browsing, still working as login servers etc. etc.).</description>
      <pubDate>Wed, 05 Apr 2006 16:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enable-samba-on-linux-rhas-3-0/m-p/3763497#M22623</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-05T16:27:57Z</dc:date>
    </item>
  </channel>
</rss>

