mirror of
https://github.com/krizsipeti/custom_blfs_packages.git
synced 2025-01-23 22:42:29 +08:00
Save kerberos config
This commit is contained in:
parent
639223a88e
commit
6cd1d53e0c
22
etc/krb5.conf
Normal file
22
etc/krb5.conf
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Begin /etc/krb5.conf
|
||||||
|
|
||||||
|
[libdefaults]
|
||||||
|
default_realm = PKR-LINUX
|
||||||
|
encrypt = true
|
||||||
|
|
||||||
|
[realms]
|
||||||
|
PKR-LINUX = {
|
||||||
|
kdc = pkr-linux
|
||||||
|
admin_server = pkr-linux
|
||||||
|
dict_file = /usr/share/dict/words
|
||||||
|
}
|
||||||
|
|
||||||
|
[domain_realm]
|
||||||
|
.pkr-linux = PKR-LINUX
|
||||||
|
|
||||||
|
[logging]
|
||||||
|
kdc = SYSLOG:INFO:AUTH
|
||||||
|
admin_server = SYSLOG:INFO:AUTH
|
||||||
|
default = SYSLOG:DEBUG:DAEMON
|
||||||
|
|
||||||
|
# End /etc/krb5.conf
|
Loading…
Reference in New Issue
Block a user