1# 2# CDDL HEADER START 3# 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. 7# 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. 12# 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] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25#ident "%Z%%M% %I% %E% SMI" 26# 27 28# 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 34# 35# logfile /var/adm/nscd.log 36# enable-cache hosts no 37 38 debug-level 0 39 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 44 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 49 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 54 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 59 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 64 65 positive-time-to-live group 3600 66 negative-time-to-live group 5 67 keep-hot-count group 20 68 check-files group yes 69 70 positive-time-to-live hosts 3600 71 negative-time-to-live hosts 5 72 keep-hot-count hosts 20 73 check-files hosts yes 74 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 79 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 84 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 89 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 94 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 99 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 104 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 109 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 114 115 positive-time-to-live rpc 3600 116 negative-time-to-live rpc 5 117 keep-hot-count rpc 20 118 check-files rpc yes 119 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 124 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 129 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 134 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 139