diff options
Diffstat (limited to 'network/heimdal/config/kdc.conf')
-rw-r--r-- | network/heimdal/config/kdc.conf | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/network/heimdal/config/kdc.conf b/network/heimdal/config/kdc.conf index 180b8ab69e..d63d571f61 100644 --- a/network/heimdal/config/kdc.conf +++ b/network/heimdal/config/kdc.conf @@ -1,20 +1,15 @@ # Leave this section out on the clients +# See the kdc(8) man page for a full description of this file. [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 + addresses = 0.0.0.0 # Check the addresses in the ticket when processing TGS requests. - check-ticket-addresses = TRUE + #check-ticket-addresses = TRUE # Permit tickets with no addresses. #allow-null-ticket-addresses = TRUE # Permit anonymous tickets with no addresses. #allow-anonymous = TRUE - |