File: README

package info (click to toggle)
remctl 3.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,612 kB
  • sloc: ansic: 19,504; sh: 5,386; perl: 1,778; java: 740; makefile: 715; xml: 502; python: 430
file content (20 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This directory contains configuration required to run the complete remctl
test suite.  If there is no configuration in this directory, some of the
tests will be skipped.  To enable the full test suite, create the
following files:

keytab

    A valid Kerberos keytab for a principal, preferrably in your local
    realm.  This will be used to test network interactions that require
    Kerberos authentication.

principal

    The name of the Kerberos principal whose keys are stored in keytab on
    a single line ending with a newline.

If you are building in a different directory tree than the source tree,
don't put the files in this directory.  Instead, after running configure,
you will have an empty tests/config directory in your build tree.  Put the
keytab and principal files in that directory instead.