<?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 mapping from W2K to redhat in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192132#M73254</link>
    <description>Hi SEP,&lt;BR /&gt;&lt;BR /&gt;can't you just use the command without password? Wouldn't it prompt like passwd invisably for a password? Its at least, what I can remember.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Feb 2004 17:27:03 GMT</pubDate>
    <dc:creator>Michael Schulte zur Sur</dc:creator>
    <dc:date>2004-02-13T17:27:03Z</dc:date>
    <item>
      <title>samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192129#M73251</link>
      <description>Hi, I setup samba server on redhat 2.4.20 system, and try to use network mapping from W2K, and keep getting the error message below.&lt;BR /&gt;"The network path \\ip-address\tammy could not be found" on W2K PC. I can see network connection on samba server(redhat).&lt;BR /&gt;&lt;BR /&gt;Appreciate any help and input.&lt;BR /&gt;&lt;BR /&gt;Thanks..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2004 16:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192129#M73251</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-02-13T16:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192130#M73252</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;is the share tammy in the smb.conf?&lt;BR /&gt;can you post that section?&lt;BR /&gt;&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 13 Feb 2004 16:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192130#M73252</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-02-13T16:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192131#M73253</link>
      <description>The folders to be shared in the smb.conf file must be specified.&lt;BR /&gt;&lt;BR /&gt;Unless you are using single sign on via ldap you need to run the following command for each user to set up their smbpasswd file&lt;BR /&gt;&lt;BR /&gt;sbmpaswd -a &lt;USERNAME&gt; &lt;PASSWORD&gt;&lt;BR /&gt;&lt;BR /&gt;This will show up in roots .bash_history log, so make sure permissions on that file are tight or you have no security.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PASSWORD&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Fri, 13 Feb 2004 16:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192131#M73253</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-13T16:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192132#M73254</link>
      <description>Hi SEP,&lt;BR /&gt;&lt;BR /&gt;can't you just use the command without password? Wouldn't it prompt like passwd invisably for a password? Its at least, what I can remember.&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Feb 2004 17:27:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192132#M73254</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-02-13T17:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192133#M73255</link>
      <description>Yep, the folder is in smb.conf file.&lt;BR /&gt;&lt;BR /&gt;[tammy]&lt;BR /&gt;   comment = Html Web Pages&lt;BR /&gt;   path = /usr/tammy&lt;BR /&gt;   read only = no&lt;BR /&gt;   public = yes&lt;BR /&gt;   writable = yes&lt;BR /&gt;   printable = yes&lt;BR /&gt;   write list = @users&lt;BR /&gt;&lt;BR /&gt;The permission for /usr/tammy is 777.&lt;BR /&gt;I also setup log file, but I do not see any&lt;BR /&gt;log file created in /var/log/samba directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# this tells Samba to use a separate log file for each machine&lt;BR /&gt;# that connects&lt;BR /&gt;   log file = /var/log/samba/%m.log&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Feb 2004 13:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192133#M73255</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-02-16T13:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192134#M73256</link>
      <description>you said you can see the connection on your redhat server ??&lt;BR /&gt;&lt;BR /&gt;whats the output in the logfile ?</description>
      <pubDate>Mon, 16 Feb 2004 15:57:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192134#M73256</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-02-16T15:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192135#M73257</link>
      <description>I have it resolved.&lt;BR /&gt;Thanks for all the reply...</description>
      <pubDate>Mon, 16 Feb 2004 16:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192135#M73257</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-02-16T16:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192136#M73258</link>
      <description>You should post your recipe / fix... I know the search is not google-grade but still. It might be useful for others...</description>
      <pubDate>Mon, 16 Feb 2004 16:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192136#M73258</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-02-16T16:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: samba mapping from W2K to redhat</title>
      <link>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192137#M73259</link>
      <description>I enable two parameters, and change the definition for tammy section.&lt;BR /&gt;&lt;BR /&gt;pam password change = yes&lt;BR /&gt;obey pam restrictions = yes&lt;BR /&gt;&lt;BR /&gt;[tammy]&lt;BR /&gt;   comment = Tammy Testing&lt;BR /&gt;   path = /usr/tammy&lt;BR /&gt;   public = yes&lt;BR /&gt;   writable = yes&lt;BR /&gt;   printable = no&lt;BR /&gt;   write list = @users&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 09:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/samba-mapping-from-w2k-to-redhat/m-p/3192137#M73259</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2004-02-17T09:10:40Z</dc:date>
    </item>
  </channel>
</rss>

