===
Puppet module to manage nscd, Linux's Name Service Cache Daemon.
Recommend reading the man page, NSCD.CONF(5). This module allows for parameterization of all options specified in the man page.
The module assumes that you want to set enable-cache to true for each of the services (passwd, group, hosts, and services). If this is not the case, you can disable the cache on a per service basis.
To use this module simply include nscd
===
This module officially supports the platforms listed in the
metadata.json
. It does not fail on unsupported platforms and has been
known to work on many, many platforms since its creation in 2013.
- Amazon Linux 2015
- Amazon Linux 2016
- Amazon Linux 2017
- Debian 6
- EL 5
- EL 6
- EL 7
- EL 8
- Solaris 10
- Suse 10
- Suse 11
- Suse 12
- Suse 15
- OpenSuse 13.1
- Ubuntu 12.04 LTS
When using nscd in combination with Dell Authentication Services (QAS/VAS) [1] it is recommended to turn off caching of passwd and groups.
nscd::passwd_enable_cache: 'no' nscd::group_enable_cache: 'no'
[1] http://software.dell.com/products/authentication-services/
===
All numbers should be type cast as strings. Global options for nscd.con can be accessed as parameters, with the dashes changed to underscores. Each per service option can be accessed as parameters and follow the naming scheme of <service>_<option>
with the dashed changed to underscores. So enable-cache for the passwd service is available as passwd_enable_cache
. The default values follow that of the man page, unless otherwise noted.
String or array for name of package(s). 'USE_DEFAULTS' will use platform specific defaults.
- Default: 'USE_DEFAULTS'
String for value of ensure attribute of nscd package. Valid values are 'present', 'installed', or 'absent'.
- Default: 'present'
String for value of Solaris specific adminfile attribute of package resource. 'USE_DEFAULTS' will use platform specific defaults.
- Default: 'USE_DEFAULTS'
String for value of Solaris specific source attribute of package resource. 'USE_DEFAULTS' will use platform specific defaults.
- Default: 'USE_DEFAULTS'
Path to nscd.conf.
- Default: '/etc/nscd.conf'
Owner of nscd.conf.
- Default: 'root'
Group of nscd.conf.
- Default: 'root'
Mode of nscd.conf. Must be in four digit octal notation.
- Default: '0644'
String or array for name of service(s). 'USE_DEFAULTS' will use platform specific defaults
- Default: 'USE_DEFAULTS'
String for value of ensure attribute of nscd service. Valid values are 'present', 'running', 'absent', or 'stopped'.
- Default: 'running'
Value of enable attribute of nscd service. This determines if the service will start at boot or not. Allows for boolean, 'true', or 'false'.
- Default: true
String for value of the provider attribute of nscd service. Specifying here will allow you to change the platform's default.
- Default: 'USE_DEFAULTS'
Setting for logfile in nscd.conf. See nscd.conf(5). Must be an absolute path.
- Default: 'USE_DEFAULTS'
Setting for threads in nscd.conf. See nscd.conf(5). Must be an number expressed as a string.
- Default: '5'
Setting for max-threads in nscd.conf. See nscd.conf(5). Must be an number expressed as a string.
- Default: '32'
Setting for server-user in nscd.conf. See nscd.conf(5). 'USE_DEFAULTS' will use platform specific defaults. RedHat based systems set this optional parameter to 'nscd' while other platforms do not use it.
- Default: 'USE_DEFAULTS'
Setting for stat-user in nscd.conf. See nscd.conf(5).
- Default: 'root'
Setting for debug-level in nscd.conf. See nscd.conf(5). Must be a number expressed as a string.
- Default: '0'
Settings for reload-count in nscd.conf. See nscd.conf(5). Must be a number expressed as a string or 'unlimited'.
- Default: '5'
Setting for paranoia in nscd.conf. See nscd.conf(5). Must be 'yes' or 'no'.
- Default: 'no'
Setting for restart-interval in nscd.conf. See nscd.conf(5). Must be a number expressed as a string.
- Default: '3600'
Switch to show passwd section in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS', based on OS platform
Switch to show group section in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS', based on OS platform
Switch to show hosts section in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS', based on OS platform
Switch to show services section in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS', based on OS platform
Switch to show netgroup section in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS', based on OS platform
Settings for enable_db_audit_user in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_auth_attr in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_bootparams in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_ethers in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_exec_attr in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_ipnodes in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_netmasks in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_networks in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_printers in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_prof_attr in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_project in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_protocols in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_rpc in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_tnrhdb in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_tnrhtp in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_db_user_attr in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable_opt_auto_propagate in nscd.conf. Allows for boolean, 'true', or 'false'.
- Default: 'USE_DEFAULTS'
Settings for enable-cache passwd in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live passwd in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '600'
Settings for negative-time-to-live passwd in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count passwd in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size passwd in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files passwd in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent passwd in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared passwd in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size passwd in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate passwd in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache group in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live group in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live group in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '60'
Settings for keep-hot-count group in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size group in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files group in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent group in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared group in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size group in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate group in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache hosts in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live hosts in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live hosts in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count hosts in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size hosts in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files hosts in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent hosts in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared hosts in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size hosts in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for enable-cache services in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live services in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '28800'
Settings for negative-time-to-live services in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count services in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size services in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files services in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent services in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared services in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size servicess in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for enable-cache netgroup in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live netgroup in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '28800'
Settings for negative-time-to-live netgroup in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for suggested-size netgroup in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files netgroup in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent netgroup in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared netgroup in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size netgroup in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for enable-cache audit_user in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live audit_user in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live audit_user in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count audit_user in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size audit_user in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files audit_user in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent audit_user in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared audit_user in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size audit_user in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate audit_user in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache auth_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live auth_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live auth_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count auth_attr in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size auth_attr in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files auth_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent auth_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared auth_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size auth_attr in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate auth_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache bootparams in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live bootparams in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live bootparams in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count bootparams in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size bootparams in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files bootparams in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent bootparams in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared bootparams in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size bootparams in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate bootparams in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache ethers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live ethers in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live ethers in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count ethers in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size ethers in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files ethers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent ethers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared ethers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size ethers in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate ethers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache exec_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live exec_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live exec_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count exec_attr in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size exec_attr in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files exec_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent exec_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared exec_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size exec_attr in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate exec_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache ipnodes in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live ipnodes in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live ipnodes in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count ipnodes in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size ipnodes in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files ipnodes in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent ipnodes in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared ipnodes in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size ipnodes in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate ipnodes in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache netmasks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live netmasks in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live netmasks in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count netmasks in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size netmasks in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files netmasks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent netmasks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared netmasks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size netmasks in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate netmasks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache networks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live networks in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live networks in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count networks in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size networks in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files networks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent networks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared networks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size networks in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate networks in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache printers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live printers in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live printers in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count printers in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size printers in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files printers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent printers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared printers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size printers in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate printers in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache prof_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live prof_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live prof_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count prof_attr in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size prof_attr in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files prof_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent prof_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared prof_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size prof_attr in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate prof_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache project in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live project in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live project in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count project in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size project in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files project in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent project in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared project in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size project in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate project in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache protocols in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live protocols in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live protocols in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count protocols in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size protocols in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files protocols in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent protocols in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared protocols in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size protocols in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate protocols in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache rpc in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live rpc in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live rpc in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count rpc in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size rpc in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files rpc in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent rpc in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared rpc in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size rpc in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate rpc in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live tnrhdb in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live tnrhdb in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count tnrhdb in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size tnrhdb in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size tnrhdb in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live tnrhdb in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live tnrhdb in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count tnrhdb in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size tnrhdb in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size tnrhdb in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate tnrhdb in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for enable-cache user_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for positive-time-to-live user_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '3600'
Settings for negative-time-to-live user_attr in nscd.conf. Must be a number in seconds expressed as a string.
- Default: '20'
Settings for keep-hot-count user_attr in nscd.conf. Must be a number expressed as a string.
- Default: '2048'
Settings for suggested-size user_attr in nscd.conf. Must be a number expressed as a string.
- Default: '211'
Settings for check-files user_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for persistent user_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for shared user_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'
Settings for max-db-size user_attr in nscd.conf. Must be a number in bytes expressed as a string.
- Default: '33554432'
Settings for auto-propagate user_attr in nscd.conf. Must be 'yes' or 'no'.
- Default: 'yes'