diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-01-09 10:20:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-01-09 10:20:13 +0000 |
commit | bf19965ce7a408698b9a3f578cc2d7641fec1ec6 (patch) | |
tree | 0c2ebde03a966e3c45989582b630ec87fc133a92 /etc/login.conf.in | |
parent | ecb6347fff943f52c02eb0ffb640663ddb2223f0 (diff) |
Add authpf class as per the pf faq; from Alex Holst. OK beck@.
Diffstat (limited to 'etc/login.conf.in')
-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: |