summaryrefslogblamecommitdiffstats
path: root/server/modules/pam-curitiba/etc/krb5.conf
blob: 0bf51ad2b54b22fa013fe68eb7f0de224f2de743 (plain) (tree)



























































                                                                                            
[libdefaults]
	default_realm = C3LOCAL

# The following krb5.conf variables are only for MIT Kerberos.
	krb4_config = /etc/krb.conf
	krb4_realms = /etc/krb.realms
	kdc_timesync = 1
	ccache_type = 4
	forwardable = true
	proxiable = true

# The following encryption type specification will be used by MIT Kerberos
# if uncommented.  In general, the defaults in the MIT Kerberos code are
# correct and overriding these specifications only serves to disable new
# encryption types as they are added, creating interoperability problems.
#
# Thie only time when you might need to uncomment these lines and change
# the enctypes is if you have local software that will break on ticket
# caches containing ticket encryption types it doesn't know about (such as
# old versions of Sun Java).
	allow_weak_crypto = true
	default_tgs_enctypes = des-cbc-crc des3-cbc-sha1 arcfour-hmac aes256-cts des-cbc-md5
	default_tkt_enctypes = des-cbc-crc des3-cbc-sha1 arcfour-hmac aes256-cts des-cbc-md5
	permitted_enctypes = des-cbc-crc des3-cbc-sha1 arcfour-hmac aes256-cts des-cbc-md5

# The following libdefaults parameters are only for Heimdal Kerberos.
	v4_instance_resolve = false
	v4_name_convert = {
		host = {
			rcmd = host
			ftp = ftp
		}
		plain = {
			something = something-else
		}
	}
	fcc-mit-ticketflags = true

[realms]
        C3LOCAL = {
                kdc = urquell.c3local
                admin_server = urquell.c3local
                default_domain = c3local
                passwd_server = urquell.c3local
        }

[domain_realm]
        .c3local = C3LOCAL
        c3local = C3LOCAL
        .c3sl.ufpr.br = C3LOCAL
        c3sl.ufpr.br = C3LOCAL

[login]
	krb4_convert = true
	krb4_get_tickets = false

[logging]
	default = FILE:/var/log/krb5libs.log
	kdc = FILE:/var/log/krb5kdc.log
	admin_server = FILE:/var/log/kadmind.log