summaryrefslogtreecommitdiffstats
path: root/etc/master.passwd
Commit message (Collapse)AuthorAgeFilesLines
* xten user no longer needed.imp2003-04-271-1/+0
|
* Previous commit was just a tad too hasty, the sshd peudo-user's homedes2002-06-231-1/+1
| | | | directory should be /var/empty.
* Add an sshd user and group for the OpenSSH privilege separation code.des2002-06-231-0/+1
|
* Tidy up gecos field for `bin'.ru2002-01-291-1/+1
|
* Add two new accounts/groups for sendmail:gshapiro2001-11-171-0/+2
| | | | | | | | | | | | | | | | | | | smmsp - sendmail 8.12 operates as a set-group-ID binary (instead of set-user-ID). This new user/group will be used for command line submissions. UID/GID 25 is suggested in the sendmail documentation and has been adopted by other operating systems such as OpenBSD and Solaris 9. mailnull - The default value for DefaultUser is now set to the uid and gid of the first existing user mailnull, sendmail, or daemon that has a non-zero uid. If none of these exist, sendmail reverts back to the old behavior of using uid 1 and gid 1. Currently FreeBSD uses daemon for DefaultUser but I would prefer not to use an account used by other programs, hence the addition of mailnull. UID/GID 26 has been chosen for this user. This was discussed on -arch on October 18-19, 2001. MFC after: 1 week
* Re-commit www:wwwache2001-10-251-0/+1
| | | | | | | | If anybody wants to remove them for some reason, please consider "pop" removing first. Approved by: arch discussion from Oct 20 MFC after: 3 days
* Back previous revision out until it has been discussed on -arch andsheldonh2001-10-181-1/+0
| | | | motivated. Currently, it is under dispute.
* Add www:www (80:80) for upcoming Apache changesache2001-10-171-0/+1
|
* Add/adjust some $FreeBSD$ tags.peter1999-09-131-0/+2
| | | | Noted by: Doug <Doug@gorean.org>
* Use /sbin/nologin as shell for operatorache1998-12-021-1/+1
| | | | | | Replace non-existent directory for operator with / Supply by default operator with non-existent but can be created directory and /bin/csh is kinda security risk
* Added group bind(53), added sandbox users tty(4), kmem(5), and bind(53),dillon1998-12-011-0/+3
| | | | | | | | | | adjustd inetd.conf to run comsat and ntalk from tty sandbox, and the (commented out) ident from the kmem sandbox. Note that it is necessary to give each group access it's own uid to prevent programs running under a single uid from being able to gdb or otherwise mess with other programs (with different group perms) running under the same uid.
* Put operator in its own group rather than "staff".jkh1998-05-311-1/+1
| | | | Submitted by: "Yarema" <yds@ingress.com>
* Change shell from /nonexistent to /sbin/nologin.steve1998-05-251-8/+8
| | | | | PR: 6739 Submitted by: Are Bryne <are.bryne@communique.no>
* Back out moving nobody to daemon class, the problem fixed in another place:ache1997-10-271-1/+1
| | | | inetd
* Move nobody to daemon class, otherwise it is impossible to start fingerdache1997-10-271-1/+1
| | | | | while Apache is running, it effectively eats all default class limits for nobody
* Add popache1997-10-081-0/+1
|
* Move daemon from group 31 to group 1ache1996-09-011-1/+1
| | | | | One of the reasons: rwhod not work, because it got 1,31 instead of 1,1 on setuid(1) and require group 1 for directory access
* Set shells to nonexistent where appropriatepst1996-07-111-3/+3
|
* Move user & group "xten" from [ug]id == 100 to 67.phk1996-03-121-1/+1
| | | | This is less likely to collide with site policies.
* Remove ingres user.phk1996-03-121-1/+0
|
* change nobody master.passwd entry to 65534:65534ache1995-05-151-2/+2
| | | | | change nobody group entry to 65534 Suggested-by: pst
* Change xten shell from /dev/null to /nonexistant, adduserache1995-05-151-2/+2
| | | | | | complaints instead. Change nobody user group from non existent in /etc/group (9999) to existent nobody (39).
* Add xten user/group.jkh1995-04-181-0/+1
| | | | Submitted by: Gene Stark <gene@starkhome.cs.sunysb.edu>
* Killed Mr. "Falcon". May he rest in peace.dg1995-03-301-1/+0
|
* Add 'news' user, present in group, but missed in master.passwdache1995-01-031-0/+1
|
* Intruduce new group for uucp, gid 66ache1994-05-311-1/+1
|
* /dev/null was not a very good choice of shell for login-disabled users.wollman1994-04-111-2/+2
| | | | | | Used the canonical non-existent file (/nonexistent) instead This should probably be documented somewhere, but it's unclear where the right place is (passwd(5)? login(8)? hier(7)? all three?).
* As per Rod's wishes, man uses uid/gid 9 now.jkh1994-03-191-0/+1
|
* A real good idea...rgrimes1994-02-091-1/+1
| | | | | | | | | | | | >From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu> Update of /b/source/CVS/src/etc In directory sun-lamp.cs.berkeley.edu:/usr/src/etc Modified Files: master.passwd Log Message: disable toor by default
* Remove more references to the U word.wollman1994-02-041-2/+2
|
* Wrong path for uucp login, was /usr/lib instead of /usr/libexec. Fixedrgrimes1993-08-131-1/+1
|
* Removed extranious names from master.passwd file, changed root and toor torgrimes1993-07-191-8/+4
| | | | be in group 0 (was group 10). Changed operator to be in group 20, was 28.
* Initial import of 386BSD 0.1 othersrc/etcrgrimes1993-06-201-0/+14
OpenPOWER on IntegriCloud