⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 krb5.conf

📁 jdk-6u10-docs java开发宝典
💻 CONF
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -