diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 15:01:28 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackbuilds.org> | 2010-05-11 15:01:28 +0200 |
commit | e7a9c4461b80c1b9337f2d97c965ad181e0ba6a5 (patch) | |
tree | f776d67f412a5ad020e2ce8ba1209838b2f0bebd /network/heimdal/kdc.conf | |
parent | 557baff128bdce0fdc485c15f1be1f99e60004c9 (diff) |
network/heimdal: Initial import
Diffstat (limited to 'network/heimdal/kdc.conf')
-rw-r--r-- | network/heimdal/kdc.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/network/heimdal/kdc.conf b/network/heimdal/kdc.conf new file mode 100644 index 0000000000000..180b8ab69e91d --- /dev/null +++ b/network/heimdal/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 + |