diff options
author | 2001-07-08 21:18:35 +0000 | |
---|---|---|
committer | 2001-07-08 21:18:35 +0000 | |
commit | 2cdd6989a841950a57ed8e8abe8a0d97c0c8241d (patch) | |
tree | 7da230a077ddd543fe124156ceb54c98fce83c9d | |
parent | -Wall (diff) | |
download | wireguard-openbsd-2cdd6989a841950a57ed8e8abe8a0d97c0c8241d.tar.xz wireguard-openbsd-2cdd6989a841950a57ed8e8abe8a0d97c0c8241d.zip |
mention radius but don't put it in the list of default authentication styles
-rw-r--r-- | etc/login.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/login.conf b/etc/login.conf index 731445d6a0d..f33577a4151 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -1,4 +1,4 @@ -# $OpenBSD: login.conf,v 1.7 2001/07/01 23:22:04 millert Exp $ +# $OpenBSD: login.conf,v 1.8 2001/07/08 21:18:35 millert Exp $ # # Sample login.conf file. See login.conf(5) for details. @@ -16,6 +16,7 @@ # the kerberos password if the user has one, else change # the local password) # lchpass Do not login; change user's local password instead +# radius Use radius authentication # skey Use S/Key authentication # activ ActivCard X9.9 token authentication # crypto CRYPTOCard X9.9 token authentication |