Blame conf/services/pam_unix.conf

Packit 57988d
###########################################################################
Packit 57988d
# $Id$
Packit 57988d
###########################################################################
Packit 57988d
Packit 57988d
# You can put comments anywhere you want to.  They are effective for the
Packit 57988d
# rest of the line.
Packit 57988d
Packit 57988d
# this is in the format of <name> = <value>.  Whitespace at the beginning
Packit 57988d
# and end of the lines is removed.  Whitespace before and after the = sign
Packit 57988d
# is removed.  Everything is case *insensitive*.
Packit 57988d
Packit 57988d
# Yes = True  = On  = 1
Packit 57988d
# No  = False = Off = 0
Packit 57988d
Packit 57988d
Title = "pam_unix"
Packit 57988d
Packit 57988d
# Which logfile group...
Packit 57988d
LogFile = messages
Packit 57988d
LogFile = secure
Packit 57988d
Packit 57988d
########################################################
Packit 57988d
# This was written and is maintained by:
Packit 57988d
#    Kirk Bauer <kirk@kaybee.org>
Packit 57988d
#
Packit 57988d
# Please send all comments, suggestions, bug reports,
Packit 57988d
#    etc, to kirk@kaybee.org.
Packit 57988d
########################################################
Packit 57988d
Packit 57988d
# vi: shiftwidth=3 tabstop=3 et