<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688477#M586683</link>
    <description>encrypt_password = no</description>
    <pubDate>Thu, 21 Mar 2002 22:24:40 GMT</pubDate>
    <dc:creator>Mike Burk</dc:creator>
    <dc:date>2002-03-21T22:24:40Z</dc:date>
    <item>
      <title>Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688474#M586680</link>
      <description>I have installed CIFS/9000 (Samba) on my HP-UX 11.0 server.  My server is a Trusted System.  User level security is set.  When a user tries to connect to a share they get "Access Denied"  How does Samba work with Trusted Systems?</description>
      <pubDate>Thu, 21 Mar 2002 18:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688474#M586680</guid>
      <dc:creator>Mike Burk</dc:creator>
      <dc:date>2002-03-21T18:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688475#M586681</link>
      <description>Is the smb.conf parameter 'encrypt passwords' set to yes or no?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2002 21:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688475#M586681</guid>
      <dc:creator>Keith Lautenschlager</dc:creator>
      <dc:date>2002-03-21T21:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688476#M586682</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;What kind of security you have used while setting up (smb_setup) &lt;BR /&gt;I've configured cifs for trusted env. and work perfwctly fine. I've used user level security.&lt;BR /&gt;&lt;BR /&gt;Try using same password for unix and windows /netware..&lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2002 21:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688476#M586682</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-03-21T21:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688477#M586683</link>
      <description>encrypt_password = no</description>
      <pubDate>Thu, 21 Mar 2002 22:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688477#M586683</guid>
      <dc:creator>Mike Burk</dc:creator>
      <dc:date>2002-03-21T22:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688478#M586684</link>
      <description>I'm not sure about CIFS (I'm just using it as client) but for samba that i download from samba.org,&lt;BR /&gt;the question depend of your clients,&lt;BR /&gt;if your clients are windows 95 or later, they use encrypted password.&lt;BR /&gt;In this case you have to manage a smbpassword file, and link smb users with samba users.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2002 09:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688478#M586684</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-03-22T09:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688479#M586685</link>
      <description>Mike,&lt;BR /&gt;  Since you are using user level security with the encrypt passwords = no, you would need to change registry entries on your clients to have this work correctly.   A solution would be to change the encrypt passwords = yes in your smb.conf file and then create the smbpasswd file entry to add the unix users and their passwords.   The command for this would be &lt;BR /&gt;smbpasswd -a unixusername unixuserpassword&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Apr 2002 12:44:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688479#M586685</guid>
      <dc:creator>Sandra Skinner</dc:creator>
      <dc:date>2002-04-05T12:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688480#M586686</link>
      <description>Access can also be denied by incorrect (or incomplete) setting of "hosts allow" in the smb.conf&lt;BR /&gt; ... maybe?&lt;BR /&gt;&lt;BR /&gt;Success,&lt;BR /&gt;Ceesjan&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Apr 2002 14:00:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688480#M586686</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-04-05T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Samba Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688481#M586687</link>
      <description>Mike-&lt;BR /&gt;&lt;BR /&gt;One other thing.  if the unix name and windows name is different, you can set up an alias file to link the two.  create the file and specify it in the username map option.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 05 Apr 2002 14:34:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/samba-problem/m-p/2688481#M586687</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2002-04-05T14:34:15Z</dc:date>
    </item>
  </channel>
</rss>

