summaryrefslogtreecommitdiffstats
path: root/etc/auth.conf
blob: 09b3908bf5bc9b6b0af624083a41fe0bcfd29ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $Id: auth.conf,v 1.1 1998/10/08 06:12:04 markm Exp $
#
# This file contains information on what types of authentication to use.
# It is just the beginnings of a greater scheme.

## auth_default disabled gives the old 'default' behaviour.  Otherwise
## it accepts any of: best, sha1, md5 or des (case insensitive), and is
## used by passwd.  Best will currently give SHA1 support.  When using
## NIS with hosts that do not support MD5 or SHA1, you should select
## DES only.

# auth_default	=	best
# auth_list	=	passwd kerberos

auth_list	=	passwd
OpenPOWER on IntegriCloud