Browse Source

Add proxy user

OPENBSD_3_0
beck 23 years ago
parent
commit
60ec9d8d70
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      src/etc/group
  2. +1
    -0
      src/etc/master.passwd

+ 1
- 0
src/etc/group View File

@ -16,6 +16,7 @@ utmp:*:45:
www:*:67:
network:*:69:
named:*:70:
proxy:*:71:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:

+ 1
- 0
src/etc/master.passwd View File

@ -5,4 +5,5 @@ bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/sbin/nologin
uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/var/spool/uucppublic:/usr/libexec/uucp/uucico
www:*:67:67::0:0:HTTP server:/var/www:/sbin/nologin
named:*:70:70::0:0:BIND Name Service Daemon:/var/named:/sbin/nologin
proxy:*:71:71::0:0:Proxy Services:/nonexistent:/sbin/nologin
nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin

Loading…
Cancel
Save