[856] in NetBSD-Development
PAGs and xterms
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Jul 6 03:53:16 1995
Date: Thu, 6 Jul 1995 03:54:31 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: netbsd-dev@MIT.EDU, netbsd-afs@MIT.EDU
Using a short program /mit/ghudson/tools/testpag.c, I determined that
under Ultrix, initgroups() doesn't strip out the PAG groups, whereas
under NetBSD it does.
It would be desirable to have the NetBSD initgroups() exhibit the same
behavior as the Ultrix initgroups(), so that we can give a pag to
users when they log in. I will attempt to figure out how this is done
under Ultrix and how hard/gross it would be to do the same under
NetBSD, but I don't expect to find anything out on my own.