summaryrefslogtreecommitdiffstats
path: root/server/modules/auth-freiburg/etc/krb5.conf
blob: 6fd49243cb185dcd6ec198d140abdc9b27bbe9da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# file copied from configuration package (rootfs/etc/krb5.conf)
#########################################################################
[libdefaults]
    noaddresses = false
    clockskew = 300
    default_realm = PUBLIC.ADS.UNI-FREIBURG.DE
    forwardable = true
    minimum_uid = 1000
    proxiable = false
    renew_lifetime = 30d
    retain_after_close = false
    ticket_lifetime = 3d
    use_shmem = sshd
    allow_weak_crypto=true
#########################################################################
[realms]
    PUBLIC.ADS.UNI-FREIBURG.DE = {
        kdc = kerberos.uni-freiburg.de
        default_domain = uni-freiburg.de
        admin_server = kerberos.uni-freiburg.de
    }
#########################################################################
[domain_realm]
    uni-freiburg.de  = PUBLIC.ADS.UNI-FREIBURG.DE
    .uni-freiburg.de = PUBLIC.ADS.UNI-FREIBURG.DE
##########################################################################
[appdefaults]
#########################################################################