diff options
author | Thibaut Notteboom <tib@tibux.org> | 2011-12-11 22:11:27 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:45 -0200 |
commit | adfa160a33338632c054bfe7f2ea8c98d2943a5f (patch) | |
tree | bdc14f50fe1207756481ee5b751a1e3b2684e44e /network/heimdal/config/kdc.conf | |
parent | b16dcfda15b2aa602e654ebf003a74d8bf5c8dc1 (diff) | |
download | slackbuilds-adfa160a33338632c054bfe7f2ea8c98d2943a5f.tar.gz |
network/heimdal: Added (KTH Heimdal Kerberos)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/heimdal/config/kdc.conf')
-rw-r--r-- | network/heimdal/config/kdc.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/network/heimdal/config/kdc.conf b/network/heimdal/config/kdc.conf new file mode 100644 index 0000000000..180b8ab69e --- /dev/null +++ b/network/heimdal/config/kdc.conf @@ -0,0 +1,20 @@ +# Leave this section out on the clients +[kdc] + # Space seperated list of addresses to listen for requests on. + #addresses = 192.168.0.1 172.16.0.1 10.0.0.1 + + # Following directive is needed when KDC starts atomatically + require-preauth = no + + # database key file + key-file = /var/heimdal/key-file + + # Check the addresses in the ticket when processing TGS requests. + check-ticket-addresses = TRUE + + # Permit tickets with no addresses. + #allow-null-ticket-addresses = TRUE + + # Permit anonymous tickets with no addresses. + #allow-anonymous = TRUE + |