[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ITS#98 'user' patch for BSD systems



At 04:40 PM 3/11/99 -0800, Pat Lashley wrote:
>Attached are three small patch files that implement a 'user'
>configuration
>command to address ITS#98.  They have received minimal testing under
>FreeBSD 3.1R.

Please submit patches via our ITS system.  Please follow our
contribution guidelines, ie: provide a suitable copyright notice
for your patch file.  As is, it's "All Rights Reserved" which
isn't very usable.

As far as uid/gid support goes, I'd like to see it modeled after
named (under FreeBSD at least) -u/-g options.  These allow specification
of the uid/gid by name or id.  If gid is not specificied, then getgroups()
is used (which opens access to to all groups that this uid is in).

Kurt