docs: README, changelog, contributing, security, deployment, operations, CI

This commit is contained in:
root 2026-05-24 18:21:04 +01:00
commit bdfd8027f4
12 changed files with 551 additions and 0 deletions

14
krb5.conf Normal file
View file

@ -0,0 +1,14 @@
[libdefaults]
default_realm = <REALM>
dns_lookup_realm = false
dns_lookup_kdc = true
[realms]
<REALM> = {
kdc = <DNS_SERVER_IP>
admin_server = <DNS_SERVER_IP>
}
[domain_realm]
.<DOMAIN> = <REALM>
<DOMAIN> = <REALM>