File: CONFIG

package info (click to toggle)
libauthen-krb5-simple-perl 0.42-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 88 kB
  • ctags: 12
  • sloc: perl: 153; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (4)
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###