Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@fw ~]# cat /etc/krb5.conf
- # Configuration snippets may be placed in this directory as well
- includedir /etc/krb5.conf.d/
- includedir /var/lib/sss/pubconf/krb5.include.d/
- [logging]
- default = FILE:/var/log/krb5libs.log
- kdc = FILE:/var/log/krb5kdc.log
- admin_server = FILE:/var/log/kadmind.log
- [libdefaults]
- dns_lookup_realm = false
- ticket_lifetime = 24h
- renew_lifetime = 7d
- forwardable = true
- rdns = false
- # default_realm = EXAMPLE.COM
- default_ccache_name = KEYRING:persistent:%{uid}
- default_realm = INTERLIN.NL
- [realms]
- # EXAMPLE.COM = {
- # kdc = kerberos.example.com
- # admin_server = kerberos.example.com
- # }
- INTERLIN.NL = {
- }
- INTERLIN.NL = {
- }
- AD.INTERLIN.NL = {
- }
- [domain_realm]
- # .example.com = EXAMPLE.COM
- # example.com = EXAMPLE.COM
- interlin.nl = INTERLIN.NL
- .interlin.nl = INTERLIN.NL
Advertisement
Add Comment
Please, Sign In to add comment