aboutsummaryrefslogtreecommitdiff
path: root/network/heimdal/config/kdc.conf
blob: d63d571f61ee67bf5ce68467f872a24a6fc35490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
        addresses = 0.0.0.0

        # 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