# Configures how many worker threads nsncd will spawn to process requests.
#NSNCD_WORKER_COUNT=8

# Configures how many seconds nsncd will wait for a worker thread to
# become available.
#NSNCD_HANDOFF_TIMEOUT=3

# If any of the NSNCD_IGNORE_* variables is set to "true", nsncd will not
# respond to the requests related to that particular database.
#NSNCD_IGNORE_GROUP=false
#NSNCD_IGNORE_HOSTS=false
#NSNCD_IGNORE_INITGROUPS=false
#NSNCD_IGNORE_NETGROUP=false
#NSNCD_IGNORE_PASSWD=false
#NSNCD_IGNORE_SERVICES=false

