<?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: Groups of Groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326816#M873702</link>
    <description>Sorry - No.&lt;BR /&gt;This is one of things that requires a rewrite of the kernel internels itself.&lt;BR /&gt;It can be done - but I wouldn't do it...&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 08 Jul 2004 20:28:27 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-07-08T20:28:27Z</dc:date>
    <item>
      <title>Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326808#M873694</link>
      <description>Is it possible to add groups to a another group using /etc/group or netgroups?&lt;BR /&gt;&lt;BR /&gt;I'm trying to set up a management group which needs the rights of several different groups.</description>
      <pubDate>Thu, 08 Jul 2004 14:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326808#M873694</guid>
      <dc:creator>IRI Unix Support Tm 3</dc:creator>
      <dc:date>2004-07-08T14:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326809#M873695</link>
      <description>Nope that is not possible. /etc/group only recognizes the username as the last field.&lt;BR /&gt;&lt;BR /&gt;So you will have to manually add the user names to the each individual group names.</description>
      <pubDate>Thu, 08 Jul 2004 14:09:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326809#M873695</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-08T14:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326810#M873696</link>
      <description>That's about what I figured...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 08 Jul 2004 14:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326810#M873696</guid>
      <dc:creator>IRI Unix Support Tm 3</dc:creator>
      <dc:date>2004-07-08T14:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326811#M873697</link>
      <description>I never tried this but "what if I choose same gid for two groups ?"&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 08 Jul 2004 14:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326811#M873697</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-07-08T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326812#M873698</link>
      <description>Kapil,&lt;BR /&gt;&lt;BR /&gt;No problems. In fact if there too many users in a group, you can put them in different groups and same gid for them. All system cares about it gid.&lt;BR /&gt;&lt;BR /&gt;So following /etc/group file is OK&lt;BR /&gt;&lt;BR /&gt;test1::23:x1,x2&lt;BR /&gt;test2::23:y1,y2&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 08 Jul 2004 14:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326812#M873698</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-07-08T14:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326813#M873699</link>
      <description>That was going to be my next option...we do that here already so I know it works.&lt;BR /&gt;&lt;BR /&gt;I was just looking for a quicker way&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks everyone</description>
      <pubDate>Thu, 08 Jul 2004 14:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326813#M873699</guid>
      <dc:creator>IRI Unix Support Tm 3</dc:creator>
      <dc:date>2004-07-08T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326814#M873700</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just remember that the limiter is total group membership - 20 for any one user.&lt;BR /&gt;Spelled out in /usr/include/limits.h.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 08 Jul 2004 19:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326814#M873700</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-07-08T19:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326815#M873701</link>
      <description>Is there a way to increase the number of groups a user can be a member of (ie greater than 20)?&lt;BR /&gt;&lt;BR /&gt;- Andrew</description>
      <pubDate>Thu, 08 Jul 2004 20:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326815#M873701</guid>
      <dc:creator>support_5</dc:creator>
      <dc:date>2004-07-08T20:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326816#M873702</link>
      <description>Sorry - No.&lt;BR /&gt;This is one of things that requires a rewrite of the kernel internels itself.&lt;BR /&gt;It can be done - but I wouldn't do it...&lt;BR /&gt;&lt;BR /&gt;My $0.02,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 08 Jul 2004 20:28:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326816#M873702</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-07-08T20:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326817#M873703</link>
      <description>I currently have a enhancement request in with HP regarding this (JAGaf08926).  Basically, I've asked that they create a concept similiar to newgrp which allows changing the primary group membership to one of the secondary groups, etc.  Since HP is unwilling to increase the number of groups a user can belong to (which was my first request), then make it so that users can belong to multiple groups of groups.  For example, one set might be grp1 (primary), grp2, and grp2 which might be good enough for normal activity.  However, suppose that user also does stuff with another application on the box and needs access to grpA, grpB, and grpC.  The new functionality would allow the user to switch from grp1, grp2, grp3 to grpA, grpB, and grpC.    Our problem is that we have 4 applications on our system, each has 6 levels of function (development, test, model office, production, etc).  Support people need to be able to perform activities in all of these, but the applications must be separate from each other (rules out "other" permissions - which must be 0 here).</description>
      <pubDate>Fri, 09 Jul 2004 06:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326817#M873703</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2004-07-09T06:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Groups of Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326818#M873704</link>
      <description>Interesting.  I do think this idea has merit, and I think it should be included in HP-UX, but I don't think it's a good solution to the problem of a limited number of groups a user can belong to.  I think the notion has merits of its own besides this which make it useful, I still think HP should increase the number of group, or make it dynamically changeable, perhaps with a kernel parameter or something.&lt;BR /&gt;&lt;BR /&gt;- Andrew Gray&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Jul 2004 16:53:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/groups-of-groups/m-p/3326818#M873704</guid>
      <dc:creator>support_5</dc:creator>
      <dc:date>2004-07-11T16:53:31Z</dc:date>
    </item>
  </channel>
</rss>

