docs: README, changelog, contributing, security, deployment, operations, CI
This commit is contained in:
commit
bdfd8027f4
12 changed files with 551 additions and 0 deletions
14
krb5.conf
Normal file
14
krb5.conf
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue