Browse Source

skey was left out of the default authentication methods; add it back

OPENBSD_3_0
millert 23 years ago
parent
commit
54d0f56882
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/login.conf

+ 3
- 3
src/etc/login.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: login.conf,v 1.8 2001/07/08 21:18:35 millert Exp $
# $OpenBSD: login.conf,v 1.9 2001/08/09 15:45:24 millert Exp $
#
# Sample login.conf file. See login.conf(5) for details.
@ -25,10 +25,10 @@
#
# Default authentication methods (krb4-or-pwd by default)
auth-defaults:auth=krb4-or-pwd,krb4,krb5-or-pwd,krb5,passwd,activ,crypto,snk,chpass,lchpass,token:
auth-defaults:auth=krb4-or-pwd,krb4,krb5-or-pwd,krb5,passwd,skey,activ,crypto,snk,chpass,lchpass,token:
# Default authentication methods for ftp (krb4-or-pwd by default)
auth-ftp-defaults:auth-ftp=krb4-or-pwd,krb4,krb5-or-pwd,krb5,passwd,activ,crypto,snk,token:
auth-ftp-defaults:auth-ftp=krb4-or-pwd,krb4,krb5-or-pwd,krb5,passwd,skey,activ,crypto,snk,token:
#
# The default values


Loading…
Cancel
Save