summaryrefslogtreecommitdiffstats
path: root/network/heimdal/kdc.conf
blob: 180b8ab69e91d2de0e912c0c1d89536e76cbef59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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