aboutsummaryrefslogblamecommitdiff
path: root/files/etc/nscd.conf.freebsd
blob: 9105cb516d2f4dda860f6a3a5726a1aac2a7f4bf (plain) (tree)


























                                                      
enable-cache           passwd     yes
positive-time-to-live  passwd     ${nscd_ttl}
negative-time-to-live  passwd     ${nscd_negative_ttl}

enable-cache           group      yes
positive-time-to-live  group      ${nscd_ttl}
negative-time-to-live  group      ${nscd_negative_ttl}

enable-cache           hosts      yes
positive-time-to-live  hosts      ${nscd_ttl}
negative-time-to-live  hosts      ${nscd_negative_ttl}

enable-cache           services   yes
positive-time-to-live  services   ${nscd_ttl}
negative-time-to-live  services   ${nscd_negative_ttl}

enable-cache           protocols  yes
positive-time-to-live  protocols  ${nscd_ttl}
negative-time-to-live  protocols  ${nscd_negative_ttl}

enable-cache           rpc        yes
positive-time-to-live  rpc        ${nscd_ttl}
negative-time-to-live  rpc        ${nscd_negative_ttl}

enable-cache           networks   yes
positive-time-to-live  networks   ${nscd_ttl}
negative-time-to-live  networks   ${nscd_negative_ttl}