# /etc/default/nss
# This file can theoretically contain a bunch of customization variables
# for Name Service Switch in the GNU C library.  For now there are only three
# variables:
#
# NETID_AUTHORITATIVE
#   If set to TRUE, the initgroups() function will accept the information
#   from the netid.byname NIS map as authoritative.  This can speed up the
#   function significantly if the group.byname map is large.  The content
#   of the netid.byname map is used AS IS.  The system administrator has
#   to make sure it is correctly generated.
#NETID_AUTHORITATIVE=TRUE
#
# SERVICES_AUTHORITATIVE
#   If set to TRUE, the getservbyname{,_r}() function will assume
#   services.byservicename NIS map exists and is authoritative, particularly
#   that it contains both keys with /proto and without /proto for both
#   primary service names and service aliases.  The system administrator
#   has to make sure it is correctly generated.
#SERVICES_AUTHORITATIVE=TRUE
#
# SPLIT_GROUPS
#   If set to TRUE, the nss_compat module's initgroups() function will
#   not use the NIS initgroups interface for retrieving group information.
#   This allows one NIS group to be split into multiple database entries
#   with same gid, a practice used to overcome entry length limitations.
#   The downside is a certain performance degradation.
#SPLIT_GROUPS=TRUE
#
# ADJUNCT_SHADOW
#   If set to TRUE, the nss_nis module will associate the passwd.adjunct
#   NIS database with the local NSS database of shadow. This means that
#   nss_nis-provided shadow will use the NIS passwd + passwd.adjunct
#   combination instead of NIS shadow database (falling back to shadow in
#   case no passwd.adjunct record is available). The nss_nis-provided
#   passwd will contain 'x' placeholders instead of password hashes
#   from the passwd.adjunct database. This serves to enable legacy setups
#   using passwd.adjunct (Solaris compatibility) to use nscd (otherwise
#   password hashes are either not accessible at all or can leak to
#   non-root processes).
#ADJUNCT_SHADOW=TRUE
