summaryrefslogtreecommitdiffstats
path: root/network/heimdal/config/kdc.conf
diff options
context:
space:
mode:
author Menno Duursma <druiloor@zonnet.nl>2010-10-19 17:16:52 +0100
committer Michiel van Wessem <michiel@slackbuilds.org>2010-10-19 17:16:52 +0100
commit31444f01c3a08fe385d86afa5de85622d2089ac9 (patch)
tree30dbcfeee3979c9f2ccfa2e262b14ef757ceb7d8 /network/heimdal/config/kdc.conf
parent1f03a0e8f069db34508633d2df61701eba96368e (diff)
downloadslackbuilds-31444f01c3a08fe385d86afa5de85622d2089ac9.tar.gz
slackbuilds-31444f01c3a08fe385d86afa5de85622d2089ac9.tar.xz
network/heimdal: Fixed permissions issues.
Signed-off-by: Michiel van Wessem <michiel@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
+