krb5.conf für PROD und DEVEL eingefügt..
Schulung und QS sind darin umfasst..
This commit is contained in:
30
fetch_files/spolsa5069stu02.spolizei-bw.edu/etc/krb5.conf
Normal file
30
fetch_files/spolsa5069stu02.spolizei-bw.edu/etc/krb5.conf
Normal file
@ -0,0 +1,30 @@
|
||||
# Configuration snippets may be placed in this directory as well
|
||||
includedir /etc/krb5.conf.d/
|
||||
|
||||
[logging]
|
||||
default = FILE:/var/log/krb5libs.log
|
||||
kdc = FILE:/var/log/krb5kdc.log
|
||||
admin_server = FILE:/var/log/kadmind.log
|
||||
|
||||
[libdefaults]
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = false
|
||||
kdc_timeout = 5sec
|
||||
ticket_lifetime = 24h
|
||||
renew_lifetime = 7d
|
||||
forwardable = true
|
||||
rdns = false
|
||||
pkinit_anchors = /etc/pki/tls/certs/ca-bundle.crt
|
||||
default_realm = POLIZEI-BW.NET
|
||||
default_ccache_name = KEYRING:persistent:%{uid}
|
||||
|
||||
[realms]
|
||||
POLIZEI-BW.NET = {
|
||||
kdc = polizei-bw.net
|
||||
default_domain = POLIZEI-BW.NET
|
||||
admin_server = polizei-bw.net
|
||||
}
|
||||
|
||||
[domain_realm]
|
||||
.polizei-bw.net = POLIZEI-BW.NET
|
||||
polizei-bw.net = POLIZEI-BW.NET
|
Reference in New Issue
Block a user