docs: README, changelog, contributing, security, deployment, operations, CI
Some checks are pending
build / build (push) Waiting to run
Some checks are pending
build / build (push) Waiting to run
This commit is contained in:
commit
473855e59a
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 = DISCWORLD.NETWORK
|
||||
dns_lookup_realm = false
|
||||
dns_lookup_kdc = true
|
||||
|
||||
[realms]
|
||||
DISCWORLD.NETWORK = {
|
||||
kdc = 192.168.88.1
|
||||
admin_server = 192.168.88.1
|
||||
}
|
||||
|
||||
[domain_realm]
|
||||
.discworld.network = DISCWORLD.NETWORK
|
||||
discworld.network = DISCWORLD.NETWORK
|
||||
Loading…
Add table
Add a link
Reference in a new issue