5488N/A#
5488N/A# CDDL HEADER START
5488N/A#
5488N/A# The contents of this file are subject to the terms of the
5488N/A# Common Development and Distribution License (the "License").
5488N/A# You may not use this file except in compliance with the License.
5488N/A#
5488N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5488N/A# or http://www.opensolaris.org/os/licensing.
5488N/A# See the License for the specific language governing permissions
5488N/A# and limitations under the License.
5488N/A#
5488N/A# When distributing Covered Code, include this CDDL HEADER in each
5488N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5488N/A# If applicable, add the following below this CDDL HEADER, with the
5488N/A# fields enclosed by brackets "[]" replaced with your own identifying
5488N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5488N/A#
5488N/A# CDDL HEADER END
5488N/A#
5488N/A#
5488N/A# Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
5488N/A#
5488N/A
5488N/A# krb5.conf template
5488N/A# In order to complete this configuration file
5488N/A# you will need to replace the __<name>__ placeholders
5488N/A# with appropriate values for your network and uncomment the
5488N/A# appropriate entries.
5488N/A#
5488N/A[libdefaults]
5488N/A# default_realm = ___default_realm___
5488N/A
5488N/A[realms]
5488N/A# ___default_realm___ = {
5488N/A# kdc = ___master_kdc___
5488N/A# kdc = ___slave_kdc1___
5488N/A# kdc = ___slave_kdc2___
5488N/A# kdc = ___slave_kdcN___
5488N/A# admin_server = ___master_kdc___
5488N/A# }
5488N/A
5488N/A[domain_realm]
5488N/A# ___domainname___ = ___default_realm___
5488N/A
5488N/A[logging]
5488N/A default = FILE:/var/krb5/kdc.log
5488N/A kdc = FILE:/var/krb5/kdc.log
5488N/A kdc_rotate = {
5488N/A
5488N/A# How often to rotate kdc.log. Logs will get rotated no more
5488N/A# often than the period, and less often if the KDC is not used
5488N/A# frequently.
5488N/A
5488N/A period = 1d
5488N/A
5488N/A# how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)
5488N/A
5488N/A versions = 10
5488N/A }
5488N/A
5488N/A[appdefaults]
5488N/A kinit = {
5488N/A renewable = true
5488N/A forwardable= true
5488N/A }