<?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 Is it possible to map multiple users to multiple unix ids? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404268#M201485</link>
    <description>I have many samba shares (Using HP's CIFS based on samba 2.28a).&lt;BR /&gt;&lt;BR /&gt;Most of the users do NOT have unix ids...so I map those to a genreic id.&lt;BR /&gt;&lt;BR /&gt;What I need to do, is allow someone to be mapped to 2 or more unix id's.&lt;BR /&gt;&lt;BR /&gt;IE, in username.map:&lt;BR /&gt;&lt;BR /&gt;hrprd = user1, user2, user3&lt;BR /&gt;hrqa = user3, user4&lt;BR /&gt;&lt;BR /&gt;Then in the share I have:&lt;BR /&gt;&lt;BR /&gt;[hrprd]&lt;BR /&gt;      valid users = hrprd&lt;BR /&gt;&lt;BR /&gt;[hrqa]&lt;BR /&gt;      valid users = hrqa&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What happens is, user3 trys to acces hrqa share - and it fails:&lt;BR /&gt;&lt;BR /&gt;[2004/10/13 11:18:55, 2] smbd/service.c:(331)&lt;BR /&gt;  Invalid username/password for hrqa [hrprd]&lt;BR /&gt;&lt;BR /&gt;So, it looks like user3 is matched only to the first occurance of user3 in username.map.&lt;BR /&gt;&lt;BR /&gt;Any work arounds?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 20 Oct 2004 10:55:02 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-10-20T10:55:02Z</dc:date>
    <item>
      <title>Is it possible to map multiple users to multiple unix ids?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404268#M201485</link>
      <description>I have many samba shares (Using HP's CIFS based on samba 2.28a).&lt;BR /&gt;&lt;BR /&gt;Most of the users do NOT have unix ids...so I map those to a genreic id.&lt;BR /&gt;&lt;BR /&gt;What I need to do, is allow someone to be mapped to 2 or more unix id's.&lt;BR /&gt;&lt;BR /&gt;IE, in username.map:&lt;BR /&gt;&lt;BR /&gt;hrprd = user1, user2, user3&lt;BR /&gt;hrqa = user3, user4&lt;BR /&gt;&lt;BR /&gt;Then in the share I have:&lt;BR /&gt;&lt;BR /&gt;[hrprd]&lt;BR /&gt;      valid users = hrprd&lt;BR /&gt;&lt;BR /&gt;[hrqa]&lt;BR /&gt;      valid users = hrqa&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What happens is, user3 trys to acces hrqa share - and it fails:&lt;BR /&gt;&lt;BR /&gt;[2004/10/13 11:18:55, 2] smbd/service.c:(331)&lt;BR /&gt;  Invalid username/password for hrqa [hrprd]&lt;BR /&gt;&lt;BR /&gt;So, it looks like user3 is matched only to the first occurance of user3 in username.map.&lt;BR /&gt;&lt;BR /&gt;Any work arounds?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 10:55:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404268#M201485</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-20T10:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to map multiple users to multiple unix ids?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404269#M201486</link>
      <description>Don't know why it happens. Here is our workaround.&lt;BR /&gt;&lt;BR /&gt;We have an os user called &lt;BR /&gt;&lt;BR /&gt;issapps&lt;BR /&gt;&lt;BR /&gt;We do smbpasswd -a issapps password&lt;BR /&gt;&lt;BR /&gt;Distribute the user id and password to authorized users.&lt;BR /&gt;&lt;BR /&gt;Many users whether or not they have unix id's can access shares authorized for this user.&lt;BR /&gt;&lt;BR /&gt;We don't set authorized users on shares. We controll access with permissions, user groups and such.&lt;BR /&gt;&lt;BR /&gt;It kinda gets around the issue. If I understand it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 Oct 2004 10:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404269#M201486</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-20T10:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to map multiple users to multiple unix ids?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404270#M201487</link>
      <description>Interesting, just downloaded the latest "HP CIFS Server 3 Technology Preview" on my workstation from &lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP3." target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=CIFSTP3.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The HP CIFS Server 3 - T.30.PV.02 is based on the popular open source software Samba version 3.0.5.&lt;BR /&gt;&lt;BR /&gt;The issue has gone away....I have mapped my id to multiple unix ids - no issues...&lt;BR /&gt;&lt;BR /&gt;Now to decide if I want to put a PV in production....&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2004 12:00:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404270#M201487</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-20T12:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to map multiple users to multiple unix ids?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404271#M201488</link>
      <description>Hi, Geoff.&lt;BR /&gt;&lt;BR /&gt;We faced this problem some time ago and decided to go for the group approach.&lt;BR /&gt;&lt;BR /&gt;The thing is that you can create a unix group for each of your samba shares and make the users belong to required group/s.&lt;BR /&gt;&lt;BR /&gt;Then you only need to grant access to the share based on the unix group and not the UID (user)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Javi.</description>
      <pubDate>Wed, 20 Oct 2004 12:06:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404271#M201488</guid>
      <dc:creator>Xavier Gutierrez_2</dc:creator>
      <dc:date>2004-10-20T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to map multiple users to multiple unix ids?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404272#M201489</link>
      <description>Xavier - that only works if my NT Users also have an Unix id....&lt;BR /&gt;&lt;BR /&gt;Thanks anyways...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 20 Oct 2004 12:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404272#M201489</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-20T12:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to map multiple users to multiple unix ids?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404273#M201490</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;The smb.conf man page contains a couple of useful comments under the "username map" section.  One is that the Windows usernames should be white space separated, ie not comma separated.&lt;BR /&gt;&lt;BR /&gt;The other is that you can use a * to wildcard, but this is more useful if you are mapping all remaining users to a single id.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 21 Oct 2004 04:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404273#M201490</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2004-10-21T04:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to map multiple users to multiple unix ids?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404274#M201491</link>
      <description>Darren - tried the spaces - still no go...&lt;BR /&gt;&lt;BR /&gt;So far, only solution I have is CIFS based on Samba 3.05...&lt;BR /&gt;&lt;BR /&gt;I tried latest 2.2 from HP - 2.2.12 based HP CIFS Server A.01.11.03 - still doesn't work...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 21 Oct 2004 07:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/is-it-possible-to-map-multiple-users-to-multiple-unix-ids/m-p/3404274#M201491</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-10-21T07:46:11Z</dc:date>
    </item>
  </channel>
</rss>

