diff options
author | David Krause <david@cvs.openbsd.org> | 2003-05-15 05:32:57 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-05-15 05:32:57 +0000 |
commit | 39163ddba56d2e664007dec2f006d1e8dc9cb241 (patch) | |
tree | ab2e4e96f0ec3fc7a94154fe865faec626e32582 | |
parent | 5e053a250dfc9bea8d51f266e1152876b0418535 (diff) |
add _kdc, _kadmin, and _isakmpd pseudo-accounts; ok deraadt@
-rw-r--r-- | etc/aliases | 5 | ||||
-rw-r--r-- | etc/ftpusers | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/etc/aliases b/etc/aliases index 206abeb99d7..b5c7c7cfada 100644 --- a/etc/aliases +++ b/etc/aliases @@ -1,5 +1,5 @@ # -# $OpenBSD: aliases,v 1.13 2002/12/27 14:43:08 danh Exp $ +# $OpenBSD: aliases,v 1.14 2003/05/15 05:32:56 david Exp $ # # Aliases in this file will NOT be expanded in the header from # Mail, but WILL be visible over networks or from /bin/mail. @@ -33,6 +33,9 @@ _rusersd: root _fingerd: root _x11: root _spamd: root +_kdc: root +_kadmin: root +_isakmpd: root # Well-known aliases -- these should be filled in! # root: diff --git a/etc/ftpusers b/etc/ftpusers index 86281c9c1dc..421e1bca94e 100644 --- a/etc/ftpusers +++ b/etc/ftpusers @@ -1,4 +1,4 @@ -# $OpenBSD: ftpusers,v 1.10 2002/12/27 14:43:08 danh Exp $ +# $OpenBSD: ftpusers,v 1.11 2003/05/15 05:32:56 david Exp $ # # list of users disallowed any ftp access. # read by ftpd(8). @@ -21,3 +21,6 @@ _rusersd _fingerd _x11 _spamd +_kdc +_kadmin +_isakmpd |