Ajout fichiers de conf
This commit is contained in:
21
configfiles/etc/krb5.conf
Normal file
21
configfiles/etc/krb5.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
[libdefaults]
|
||||
default_realm = ARDA.LAN
|
||||
dns_lookup_realm = true
|
||||
dns_lookup_kdc = true
|
||||
default_ccache_name = /run/user/%{uid}/krb5cc
|
||||
|
||||
[realms]
|
||||
ARDA.LAN = {
|
||||
default_domain = ARDA.LAN
|
||||
}
|
||||
|
||||
[domain_realm]
|
||||
.arda.lan = ARDA.LAN
|
||||
|
||||
[appdefaults]
|
||||
pam = {
|
||||
ticket_lifetime = 1d
|
||||
renew_lifetime = 1d
|
||||
forwardable = true
|
||||
proxiable = false
|
||||
}
|
Reference in New Issue
Block a user