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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright (c) 1994-2001 by Sun Microsystems, Inc. 24# All rights reserved. 25# 26#ident "%Z%%M% %I% %E% SMI" 27# 28 29# 30# Currently supported cache names: passwd, group, hosts, ipnodes 31# exec_attr, prof_attr, user_attr 32# 33 34# logfile /var/adm/nscd.log 35# enable-cache hosts no 36 37 debug-level 0 38 39 positive-time-to-live passwd 600 40 negative-time-to-live passwd 5 41 suggested-size passwd 211 42 keep-hot-count passwd 20 43 old-data-ok passwd no 44 check-files passwd yes 45 46 positive-time-to-live group 3600 47 negative-time-to-live group 5 48 suggested-size group 211 49 keep-hot-count group 20 50 old-data-ok group no 51 check-files group yes 52 53 positive-time-to-live hosts 3600 54 negative-time-to-live hosts 5 55 suggested-size hosts 211 56 keep-hot-count hosts 20 57 old-data-ok hosts no 58 check-files hosts yes 59 60 positive-time-to-live ipnodes 3600 61 negative-time-to-live ipnodes 5 62 suggested-size ipnodes 211 63 keep-hot-count ipnodes 20 64 old-data-ok ipnodes no 65 check-files ipnodes yes 66 67 positive-time-to-live exec_attr 3600 68 negative-time-to-live exec_attr 300 69 suggested-size exec_attr 211 70 keep-hot-count exec_attr 20 71 old-data-ok exec_attr no 72 check-files exec_attr yes 73 74 positive-time-to-live prof_attr 3600 75 negative-time-to-live prof_attr 5 76 suggested-size prof_attr 211 77 keep-hot-count prof_attr 20 78 old-data-ok prof_attr no 79 check-files prof_attr yes 80 81 positive-time-to-live user_attr 3600 82 negative-time-to-live user_attr 5 83 suggested-size user_attr 211 84 keep-hot-count user_attr 20 85 old-data-ok user_attr no 86 check-files user_attr yes 87