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 2006 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
25 #ident "%Z%%M% %I% %E% SMI"
29 # Currently supported cache names:
30 # audit_user, auth_attr, bootparams, ethers
31 # exec_attr, group, hosts, ipnodes, netmasks
32 # networks, passwd, printers, prof_attr, project
33 # protocols, rpc, services, tnrhdb, tnrhtp, user_attr
35 # logfile /var/adm/nscd.log
36 # enable-cache hosts no
40 positive-time-to-live audit_user 3600
41 negative-time-to-live audit_user 5
42 keep-hot-count audit_user 20
43 check-files audit_user yes
45 positive-time-to-live auth_attr 3600
46 negative-time-to-live auth_attr 5
47 keep-hot-count auth_attr 20
48 check-files auth_attr yes
50 positive-time-to-live bootparams 3600
51 negative-time-to-live bootparams 5
52 keep-hot-count bootparams 20
53 check-files bootparams yes
55 positive-time-to-live ethers 3600
56 negative-time-to-live ethers 5
57 keep-hot-count ethers 20
58 check-files ethers yes
60 positive-time-to-live exec_attr 3600
61 negative-time-to-live exec_attr 300
62 keep-hot-count exec_attr 20
63 check-files exec_attr yes
65 positive-time-to-live group 3600
66 negative-time-to-live group 5
67 keep-hot-count group 20
70 positive-time-to-live hosts 3600
71 negative-time-to-live hosts 5
72 keep-hot-count hosts 20
75 positive-time-to-live ipnodes 3600
76 negative-time-to-live ipnodes 5
77 keep-hot-count ipnodes 20
78 check-files ipnodes yes
80 positive-time-to-live netmasks 3600
81 negative-time-to-live netmasks 5
82 keep-hot-count netmasks 20
83 check-files netmasks yes
85 positive-time-to-live networks 3600
86 negative-time-to-live networks 5
87 keep-hot-count networks 20
88 check-files networks yes
90 positive-time-to-live passwd 600
91 negative-time-to-live passwd 5
92 keep-hot-count passwd 20
93 check-files passwd yes
95 positive-time-to-live printers 3600
96 negative-time-to-live printers 5
97 keep-hot-count printers 20
98 check-files printers yes
100 positive-time-to-live prof_attr 3600
101 negative-time-to-live prof_attr 5
102 keep-hot-count prof_attr 20
103 check-files prof_attr yes
105 positive-time-to-live project 3600
106 negative-time-to-live project 5
107 keep-hot-count project 20
108 check-files project yes
110 positive-time-to-live protocols 3600
111 negative-time-to-live protocols 5
112 keep-hot-count protocols 20
113 check-files protocols yes
115 positive-time-to-live rpc 3600
116 negative-time-to-live rpc 5
117 keep-hot-count rpc 20
120 positive-time-to-live services 3600
121 negative-time-to-live services 5
122 keep-hot-count services 20
123 check-files services yes
125 positive-time-to-live tnrhdb 3600
126 negative-time-to-live tnrhdb 5
127 keep-hot-count tnrhdb 20
128 check-files tnrhdb yes
130 positive-time-to-live tnrhtp 3600
131 negative-time-to-live tnrhtp 5
132 keep-hot-count tnrhtp 20
133 check-files tnrhtp yes
135 positive-time-to-live user_attr 3600
136 negative-time-to-live user_attr 5
137 keep-hot-count user_attr 20
138 check-files user_attr yes