summaryrefslogtreecommitdiff
path: root/network/heimdal/config/kdc.conf
diff options
context:
space:
mode:
authorMenno Duursma <druiloor@zonnet.nl>2010-07-30 02:51:03 -0500
committerErik Hanson <erik@slackbuilds.org>2010-07-31 22:31:51 -0500
commit952a293306fb8ace94eda61b2ead9e16577482db (patch)
treec82a48f7f2b5023d933305126b9cb9f20fd76c4c /network/heimdal/config/kdc.conf
parente502945912c3ccc6d55a6819bc921cf5f47cc4fd (diff)
downloadslackbuilds-952a293306fb8ace94eda61b2ead9e16577482db.tar.gz
network/heimdal: Updated for version 1.3.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/heimdal/config/kdc.conf')
-rw-r--r--network/heimdal/config/kdc.conf20
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
+