krb5.conf

来自「jdk 6.0的api文档...很难找到哦」· CONF 代码 · 共 67 行

CONF
67
字号
## Copyright 2004 Sun Microsystems, Inc.	 All rights reserved.# Use is subject to license terms.## ident "@(#)krb5.conf	1.3	04/03/25 SMI"## krb5.conf template# In order to complete this configuration file# you will need to replace the __<name>__ placeholders# with appropriate values for your network.#[libdefaults]        default_realm = J1LABS.EXAMPLE.COM	forwardable = truedefault_tkt_enctypes = aes128-cts rc4-hmac des3-cbc-sha1 des-cbc-md5 des-cbc-crcdefault_tgs_enctypes = aes128-cts rc4-hmac des3-cbc-sha1 des-cbc-md5 des-cbc-crcpermitted_enctypes   = aes128-cts rc4-hmac des3-cbc-sha1 des-cbc-md5 des-cbc-crc[realms]        J1LABS.EXAMPLE.COM = {		kdc = j1hol-1280                kdc = j1hol-004                admin_server = j1hol-1280        }[domain_realm]	.example.com = J1LABS.EXAMPLE.COM[logging]        default = FILE:/var/krb5/kdc.log        kdc = FILE:/var/krb5/kdc.log	kdc_rotate = {# How often to rotate kdc.log. Logs will get rotated no more# often than the period, and less often if the KDC is not used# frequently.		period = 1d# how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)		versions = 10	}[appdefaults]	gkadmin = {                help_url = http://localhost:8888/ab2/coll.384.1/SEAM        }	kinit = {		renewable = true		forwardable= true	}        rlogin = {                forwardable= true        }        rsh = {                forwardable= true        }        telnet = {                autologin = true                forwardable= true        }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?