<?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: CIFS Valid Users issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850207#M545666</link>
    <description>Yes, abdulai is all lower case and there doesn't seem to be any spelling mistakes.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
    <pubDate>Thu, 24 Aug 2006 14:55:22 GMT</pubDate>
    <dc:creator>Rob Marles</dc:creator>
    <dc:date>2006-08-24T14:55:22Z</dc:date>
    <item>
      <title>CIFS Valid Users issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850205#M545664</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I need to create a share in which only a handfull of users can have r/w access.&lt;BR /&gt;&lt;BR /&gt;Here's my sample smb.conf file:&lt;BR /&gt;&lt;BR /&gt;[global]                                       security = share&lt;BR /&gt;guest account = root&lt;BR /&gt;admin users = administrator&lt;BR /&gt;delete readonly = Yes&lt;BR /&gt;log file = /opt/samba/log/log.%m &lt;BR /&gt;max log size = 200&lt;BR /&gt;valid users = root&lt;BR /&gt;&amp;lt;-snip-&amp;gt;&lt;BR /&gt;[dev]                                      &lt;BR /&gt;path = /tmp/devshare&lt;BR /&gt;writable = Yes&lt;BR /&gt;guest ok = no&lt;BR /&gt;valid users = robm abdulai&lt;BR /&gt;&lt;BR /&gt;I can access this dev share, however Abdulai cannot.&lt;BR /&gt;&lt;BR /&gt;His unix/windows user accounts are a mirror of mine, so this should work for him as well.&lt;BR /&gt;&lt;BR /&gt;Anyone have any advice as to how I can allow abdulai access as well?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 24 Aug 2006 14:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850205#M545664</guid>
      <dc:creator>Rob Marles</dc:creator>
      <dc:date>2006-08-24T14:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Valid Users issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850206#M545665</link>
      <description>did you check for typo's in the smb.conf file for abdulai? Is it all lowercase or first letter upper case?</description>
      <pubDate>Thu, 24 Aug 2006 14:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850206#M545665</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-08-24T14:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Valid Users issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850207#M545666</link>
      <description>Yes, abdulai is all lower case and there doesn't seem to be any spelling mistakes.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Thu, 24 Aug 2006 14:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850207#M545666</guid>
      <dc:creator>Rob Marles</dc:creator>
      <dc:date>2006-08-24T14:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Valid Users issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850208#M545667</link>
      <description>So the user robm is able to get access to the 'dev' share, but the user abdulai is NOT, right - and they get an error message on the pc something like 'access denied'?&lt;BR /&gt;One thing that could be going wrong is permissions at the HP-UX level on the directory the share is pointing to.  for instance does robm have read/execute access to that directory (either because he's the dir owner, or in a group that has  access), but abdulai does NOT?  this will cause access to a share to fail for a user. If your permissions (HPUX permissions) are wide open on the share (777) and you have at LEAST 'x' permissions on every directory down the path from / TO the share for everyone, then you will have to look elswhere:  I would turn 'log level = 10' on in the smb.conf file, and then have abdulai try to do a net use r: \\servername\dev  and then take a look at the resulting log file in /var/opt/samba/log.&lt;ABDULAI&gt;....&lt;BR /&gt;Look for what happens after the 'tconx' attempt.&lt;BR /&gt;&lt;BR /&gt;The other thing to make sure of is that robm is actually getting access to the share as himself instead of 'root', or some other user:  once you have accessed the share, copy a file to it, and look at the unix ownership, to make sure it's really 'robm' as the owner.  Share level security is very buggy; and it tries everything it can to get you access to a share in any way it can.  Since you have set guest = no, and a valid users parameter, I would NOT expect this, but you also have your guest user set to 'root' - which is highly unusual, and very scary, security wise.  I would change this immediately.  Finally, security = user or domain is much better if you can use it, that way you know exactly who is accessing your system,  and they have to be authenticated with their username and password before accessing any shares.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;/ABDULAI&gt;</description>
      <pubDate>Mon, 28 Aug 2006 05:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cifs-valid-users-issue/m-p/3850208#M545667</guid>
      <dc:creator>Don McCall_1</dc:creator>
      <dc:date>2006-08-28T05:18:02Z</dc:date>
    </item>
  </channel>
</rss>

