diff options
author | 2007-01-09 10:20:12 +0000 | |
---|---|---|
committer | 2007-01-09 10:20:12 +0000 | |
commit | e47ca7d05f1ca39be53e3b4abce1b856b04a7c2d (patch) | |
tree | 2171a66b09ed69e24f7920530558ab76940f3392 | |
parent | remove uneeded linebreak when creating the CVS/Notify (diff) | |
download | wireguard-openbsd-e47ca7d05f1ca39be53e3b4abce1b856b04a7c2d.tar.xz wireguard-openbsd-e47ca7d05f1ca39be53e3b4abce1b856b04a7c2d.zip |
Add authpf class as per the pf faq; from Alex Holst. OK beck@.
-rw-r--r-- | etc/login.conf.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/login.conf.in b/etc/login.conf.in index 378422852e5..5c3840a49fb 100644 --- a/etc/login.conf.in +++ b/etc/login.conf.in @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf.in,v 1.1 2005/08/15 00:40:17 millert Exp $ +# $OpenBSD: login.conf.in,v 1.2 2007/01/09 10:20:12 millert Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -76,3 +76,11 @@ staff:\ :ignorenologin:\ :requirehome@:\ :tc=default: + +# +# Authpf accounts get a special motd and shell +# +authpf:\ + :welcome=/etc/motd.authpf:\ + :shell=/usr/sbin/authpf:\ + :tc=default: |