Ajout fichiers de conf

This commit is contained in:
2024-09-04 22:29:03 +02:00
parent 12da17b88d
commit 00321c2e8a
95 changed files with 36638 additions and 3090 deletions

21
configfiles/etc/krb5.conf Normal file
View 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
}