4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
25 # ident "%Z%%M% %I% %E% SMI"
29 # In order to complete this configuration file
30 # you will need to replace the __<name>__ placeholders
31 # with appropriate values for your network and uncomment the
32 # appropriate entries.
35 # default_realm = ___default_realm___
38 # ___default_realm___ = {
39 # kdc = ___master_kdc___
40 # kdc = ___slave_kdc1___
41 # kdc = ___slave_kdc2___
42 # kdc = ___slave_kdcN___
43 # admin_server = ___master_kdc___
47 # ___domainname___ = ___default_realm___
50 default = FILE:/var/krb5/kdc.log
51 kdc = FILE:/var/krb5/kdc.log
54 # How often to rotate kdc.log. Logs will get rotated no more
55 # often than the period, and less often if the KDC is not used
60 # how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)