1###############################################################################
2#
3# File:    CONFIG
4#
5# Purpose: Specify test configuration parameters (user and password) for
6#          the Authen::Krb5::Simple module.
7#
8###############################################################################
9#
10
11# Uncomment and specify the test realm, username, and password if you want
12# to run a more complete authentication test. Leave them commented out to
13# skip the user authentication test.
14#
15# Note: TEST_REALM is optional.  If omitted, the default realm for the
16#       local system will be used.
17#
18# ** If you use these make sure the realm and user exist and the password
19#    is correct.  Otherwise, the test will fail.
20#
21#TEST_REALM TESTREALM.COM
22#TEST_USER testuser
23#TEST_PASS testpass
24
25###EOF###
26