diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2012-02-06 21:25:14 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2012-02-06 21:25:14 +0000 |
commit | 4d389622cf3977db58f4e83afcab9f4c15ae7e6e (patch) | |
tree | b9159b32b0de21f0b49e4f203d8197ae38335707 /etc | |
parent | bffd0af60eb5758b54d725458e29d012003f6f4b (diff) |
add missing authentication styles.
initially intended for YubiKey, jmc@ noted that list was out of date.
ok deraadt@, jmc@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/login.conf.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/login.conf.in b/etc/login.conf.in index 88fe628c11c..5cb371572ef 100644 --- a/etc/login.conf.in +++ b/etc/login.conf.in @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf.in,v 1.5 2011/10/05 13:37:49 ajacoutot Exp $ +# $OpenBSD: login.conf.in,v 1.6 2012/02/06 21:25:13 sobrado Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -15,11 +15,14 @@ # local password) # lchpass Do not login; change user's local password instead # radius Use radius authentication +# reject Use rejected authentication # skey Use S/Key authentication # activ ActivCard X9.9 token authentication # crypto CRYPTOCard X9.9 token authentication # snk Digital Pathways SecureNet Key authentication +# tis TIS Firewall Toolkit authentication # token Generic X9.9 token authentication +# yubikey YubiKey authentication # # Default allowed authentication styles |