From 82d251ba4ca24e3ab11df10c334788e21b446e83 Mon Sep 17 00:00:00 2001 From: millert <> Date: Tue, 9 Jan 2007 10:20:12 +0000 Subject: [PATCH] Add authpf class as per the pf faq; from Alex Holst. OK beck@. --- src/etc/login.conf.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/etc/login.conf.in b/src/etc/login.conf.in index 37842285..5c3840a4 100644 --- a/src/etc/login.conf.in +++ b/src/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: