xref: /illumos-gate/usr/src/cmd/initpkg/nscd.conf (revision cb5caa98)
17c478bd9Sstevel@tonic-gate#
27c478bd9Sstevel@tonic-gate# CDDL HEADER START
37c478bd9Sstevel@tonic-gate#
47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*cb5caa98Sdjl# Common Development and Distribution License (the "License").
6*cb5caa98Sdjl# You may not use this file except in compliance with the License.
77c478bd9Sstevel@tonic-gate#
87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
117c478bd9Sstevel@tonic-gate# and limitations under the License.
127c478bd9Sstevel@tonic-gate#
137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
187c478bd9Sstevel@tonic-gate#
197c478bd9Sstevel@tonic-gate# CDDL HEADER END
207c478bd9Sstevel@tonic-gate#
217c478bd9Sstevel@tonic-gate#
22*cb5caa98Sdjl# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*cb5caa98Sdjl# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gate#
29*cb5caa98Sdjl#	Currently supported cache names:
30*cb5caa98Sdjl#		audit_user, auth_attr, bootparams, ethers
31*cb5caa98Sdjl#		exec_attr, group, hosts, ipnodes, netmasks
32*cb5caa98Sdjl#		networks, passwd, printers, prof_attr, project
33*cb5caa98Sdjl#		protocols, rpc, services, tnrhdb, tnrhtp, user_attr
347c478bd9Sstevel@tonic-gate#
357c478bd9Sstevel@tonic-gate#	logfile			/var/adm/nscd.log
367c478bd9Sstevel@tonic-gate#	enable-cache		hosts		no
377c478bd9Sstevel@tonic-gate
387c478bd9Sstevel@tonic-gate	debug-level		0
397c478bd9Sstevel@tonic-gate
40*cb5caa98Sdjl	positive-time-to-live	audit_user	3600
41*cb5caa98Sdjl	negative-time-to-live	audit_user	5
42*cb5caa98Sdjl	keep-hot-count		audit_user	20
43*cb5caa98Sdjl	check-files		audit_user	yes
44*cb5caa98Sdjl
45*cb5caa98Sdjl	positive-time-to-live	auth_attr	3600
46*cb5caa98Sdjl	negative-time-to-live	auth_attr	5
47*cb5caa98Sdjl	keep-hot-count		auth_attr	20
48*cb5caa98Sdjl	check-files		auth_attr	yes
49*cb5caa98Sdjl
50*cb5caa98Sdjl	positive-time-to-live	bootparams	3600
51*cb5caa98Sdjl	negative-time-to-live	bootparams	5
52*cb5caa98Sdjl	keep-hot-count		bootparams	20
53*cb5caa98Sdjl	check-files		bootparams	yes
54*cb5caa98Sdjl
55*cb5caa98Sdjl	positive-time-to-live	ethers		3600
56*cb5caa98Sdjl	negative-time-to-live	ethers		5
57*cb5caa98Sdjl	keep-hot-count		ethers		20
58*cb5caa98Sdjl	check-files		ethers		yes
59*cb5caa98Sdjl
60*cb5caa98Sdjl	positive-time-to-live	exec_attr	3600
61*cb5caa98Sdjl	negative-time-to-live	exec_attr	300
62*cb5caa98Sdjl	keep-hot-count		exec_attr	20
63*cb5caa98Sdjl	check-files		exec_attr	yes
647c478bd9Sstevel@tonic-gate
657c478bd9Sstevel@tonic-gate	positive-time-to-live	group		3600
667c478bd9Sstevel@tonic-gate	negative-time-to-live	group		5
677c478bd9Sstevel@tonic-gate	keep-hot-count		group		20
687c478bd9Sstevel@tonic-gate	check-files		group		yes
697c478bd9Sstevel@tonic-gate
707c478bd9Sstevel@tonic-gate	positive-time-to-live	hosts		3600
717c478bd9Sstevel@tonic-gate	negative-time-to-live	hosts		5
727c478bd9Sstevel@tonic-gate	keep-hot-count		hosts		20
737c478bd9Sstevel@tonic-gate	check-files		hosts		yes
747c478bd9Sstevel@tonic-gate
757c478bd9Sstevel@tonic-gate	positive-time-to-live	ipnodes		3600
767c478bd9Sstevel@tonic-gate	negative-time-to-live	ipnodes		5
777c478bd9Sstevel@tonic-gate	keep-hot-count		ipnodes		20
787c478bd9Sstevel@tonic-gate	check-files		ipnodes		yes
797c478bd9Sstevel@tonic-gate
80*cb5caa98Sdjl	positive-time-to-live	netmasks	3600
81*cb5caa98Sdjl	negative-time-to-live	netmasks	5
82*cb5caa98Sdjl	keep-hot-count		netmasks	20
83*cb5caa98Sdjl	check-files		netmasks	yes
84*cb5caa98Sdjl
85*cb5caa98Sdjl	positive-time-to-live	networks	3600
86*cb5caa98Sdjl	negative-time-to-live	networks	5
87*cb5caa98Sdjl	keep-hot-count		networks	20
88*cb5caa98Sdjl	check-files		networks	yes
89*cb5caa98Sdjl
90*cb5caa98Sdjl	positive-time-to-live	passwd		600
91*cb5caa98Sdjl	negative-time-to-live	passwd		5
92*cb5caa98Sdjl	keep-hot-count		passwd		20
93*cb5caa98Sdjl	check-files		passwd		yes
94*cb5caa98Sdjl
95*cb5caa98Sdjl	positive-time-to-live	printers	3600
96*cb5caa98Sdjl	negative-time-to-live	printers	5
97*cb5caa98Sdjl	keep-hot-count		printers	20
98*cb5caa98Sdjl	check-files		printers	yes
997c478bd9Sstevel@tonic-gate
1007c478bd9Sstevel@tonic-gate	positive-time-to-live	prof_attr	3600
1017c478bd9Sstevel@tonic-gate	negative-time-to-live	prof_attr	5
1027c478bd9Sstevel@tonic-gate	keep-hot-count		prof_attr	20
1037c478bd9Sstevel@tonic-gate	check-files		prof_attr	yes
1047c478bd9Sstevel@tonic-gate
105*cb5caa98Sdjl	positive-time-to-live	project		3600
106*cb5caa98Sdjl	negative-time-to-live	project		5
107*cb5caa98Sdjl	keep-hot-count		project		20
108*cb5caa98Sdjl	check-files		project		yes
109*cb5caa98Sdjl
110*cb5caa98Sdjl	positive-time-to-live	protocols	3600
111*cb5caa98Sdjl	negative-time-to-live	protocols	5
112*cb5caa98Sdjl	keep-hot-count		protocols	20
113*cb5caa98Sdjl	check-files		protocols	yes
114*cb5caa98Sdjl
115*cb5caa98Sdjl	positive-time-to-live	rpc		3600
116*cb5caa98Sdjl	negative-time-to-live	rpc		5
117*cb5caa98Sdjl	keep-hot-count		rpc		20
118*cb5caa98Sdjl	check-files		rpc		yes
119*cb5caa98Sdjl
120*cb5caa98Sdjl	positive-time-to-live	services	3600
121*cb5caa98Sdjl	negative-time-to-live	services	5
122*cb5caa98Sdjl	keep-hot-count		services	20
123*cb5caa98Sdjl	check-files		services	yes
124*cb5caa98Sdjl
125*cb5caa98Sdjl	positive-time-to-live	tnrhdb		3600
126*cb5caa98Sdjl	negative-time-to-live	tnrhdb		5
127*cb5caa98Sdjl	keep-hot-count		tnrhdb		20
128*cb5caa98Sdjl	check-files		tnrhdb		yes
129*cb5caa98Sdjl
130*cb5caa98Sdjl	positive-time-to-live	tnrhtp		3600
131*cb5caa98Sdjl	negative-time-to-live	tnrhtp		5
132*cb5caa98Sdjl	keep-hot-count		tnrhtp		20
133*cb5caa98Sdjl	check-files		tnrhtp		yes
134*cb5caa98Sdjl
1357c478bd9Sstevel@tonic-gate	positive-time-to-live	user_attr	3600
1367c478bd9Sstevel@tonic-gate	negative-time-to-live	user_attr	5
1377c478bd9Sstevel@tonic-gate	keep-hot-count		user_attr	20
1387c478bd9Sstevel@tonic-gate	check-files		user_attr	yes
139