mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
Add auth.conf. JKH Added the code to understand this to libutil, and
I will be following up with commits to use it in KerberosIV userland.
This commit is contained in:
parent
8e35ba93ae
commit
c67d21dd73
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40052
@ -1,11 +1,11 @@
|
||||
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
|
||||
# $Id: Makefile,v 1.177 1998/09/25 08:21:15 dima Exp $
|
||||
# $Id: Makefile,v 1.178 1998/10/06 19:24:14 phk Exp $
|
||||
|
||||
SUBDIR= sendmail
|
||||
|
||||
BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
|
||||
fbtab ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
|
||||
inetd.conf login.conf login.access motd modems networks \
|
||||
inetd.conf auth.conf login.conf login.access motd modems networks \
|
||||
newsyslog.conf phones pccard.conf.sample printcap profile protocols \
|
||||
rc rc.atm rc.conf rc.devfs rc.firewall rc.local rc.network rc.pccard \
|
||||
rc.serial rc.shutdown etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \
|
||||
|
10
etc/auth.conf
Normal file
10
etc/auth.conf
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# This file contains information on what types of authentication to use.
|
||||
# It is just the beginnings of a greater scheme.
|
||||
|
||||
# auth_default = des
|
||||
# auth_list = passwd kerberos
|
||||
|
||||
auth_list = passwd
|
Loading…
Reference in New Issue
Block a user