dea6e5412f
o add README.OpenBSD (includes heimdal setup instructions) o rework openafs-setup to use arla's afsd in base, and heimdal o fix a bug since 4.1 to not blow the thread stack on 64bit time functions in libc
33 lines
603 B
Plaintext
33 lines
603 B
Plaintext
[libdefaults]
|
|
default_realm = %REALM%
|
|
ticket_lifetime = 90000000
|
|
clockskew = 300
|
|
|
|
[appdefaults]
|
|
afs-use-524 = no
|
|
afslog = yes
|
|
renewable = yes
|
|
|
|
[realms]
|
|
%REALM% = {
|
|
supported_keytypes = des:normal des-cbc-crc:v4 des-cbc-crc:afs3
|
|
kdc = %host%.%cell%
|
|
admin_server = %host%.%cell%
|
|
kpasswd_server = %host%.%cell%
|
|
}
|
|
|
|
[domain_realm]
|
|
.%cell% = %REALM%
|
|
|
|
[kadmin]
|
|
default_keys = v5 afs3
|
|
afs-cell = %cell%
|
|
|
|
[logging]
|
|
kadmind = FILE:/var/heimdal/kadmind.log
|
|
|
|
[kdc]
|
|
require-preauth = no
|
|
v4-realm = %REALM%
|
|
afs-cell = %cell%
|