diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-24 16:29:53 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-24 16:29:53 +0000 |
commit | aee4978aa32b84c45f83fac14a15bec9c169801b (patch) | |
tree | 31835425abcb34d9aa7e431ca70d62c787003b1d /etc/master.passwd | |
parent | 440b697c1400268b6a2421d0f996fe2e0ea3a1e6 (diff) |
this is master.passwd not passwd, add missing fields for named user; magnus stahre <ms@xy.org>
Diffstat (limited to 'etc/master.passwd')
-rw-r--r-- | etc/master.passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/master.passwd b/etc/master.passwd index d42bc5be76c..0fe01304d58 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -4,5 +4,5 @@ operator:*:2:5::0:0:System &:/operator:/sbin/nologin 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:7:BIND Name Service Daemon:/var/named:/sbin/nologin +named:*:70:7::0:0:BIND Name Service Daemon:/var/named:/sbin/nologin nobody:*:32767:32767::0:0:Unprivileged user:/nonexistent:/sbin/nologin |