blob: 5e9179ab39b839f1dfbc2e65b525f52b8df7430d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#
# $FreeBSD$
#
# This file contains information on what types of authentication to use.
# It is just the beginnings of a greater scheme.
# crypt_default = md5 des
# auth_list = passwd kerberos
auth_list = passwd
|