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