File: edu.mit.Kerberos

package info (click to toggle)
pykerberos 1.0%2Bsvn2455-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 240 kB
  • ctags: 105
  • sloc: ansic: 1,099; python: 206; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[libdefaults]
    default_realm = EXAMPLE.COM
    dns_fallback = NO
    default_tkt_enctypes = des-cbc-crc
    default_tgs_enctypes = des-cbc-crc

[realms]
	APPLECONNECT.APPLE.COM = {
		kdc = kdc.example.com
	}

[domain_realm]
	.example.com = EXAMPLE.COM
	example.com = EXAMPLE.COM