Blame nis/nss

Packit Service 82fcde
# /etc/default/nss
Packit Service 82fcde
# This file can theoretically contain a bunch of customization variables
Packit Service 82fcde
# for Name Service Switch in the GNU C library.  For now there are only
Packit Service 82fcde
# four variables:
Packit Service 82fcde
#
Packit Service 82fcde
# NETID_AUTHORITATIVE
Packit Service 82fcde
#   If set to TRUE, the initgroups() function will accept the information
Packit Service 82fcde
#   from the netid.byname NIS map as authoritative.  This can speed up the
Packit Service 82fcde
#   function significantly if the group.byname map is large.  The content
Packit Service 82fcde
#   of the netid.byname map is used AS IS.  The system administrator has
Packit Service 82fcde
#   to make sure it is correctly generated.
Packit Service 82fcde
#NETID_AUTHORITATIVE=TRUE
Packit Service 82fcde
#
Packit Service 82fcde
# SERVICES_AUTHORITATIVE
Packit Service 82fcde
#   If set to TRUE, the getservbyname{,_r}() function will assume
Packit Service 82fcde
#   services.byservicename NIS map exists and is authoritative, particularly
Packit Service 82fcde
#   that it contains both keys with /proto and without /proto for both
Packit Service 82fcde
#   primary service names and service aliases.  The system administrator
Packit Service 82fcde
#   has to make sure it is correctly generated.
Packit Service 82fcde
#SERVICES_AUTHORITATIVE=TRUE
Packit Service 82fcde
#
Packit Service 82fcde
# SETENT_BATCH_READ
Packit Service 82fcde
#  If set to TRUE, various setXXent() functions will read the entire
Packit Service 82fcde
#  database at once and then hand out the requests one by one from
Packit Service 82fcde
#  memory with every getXXent() call.  Otherwise each getXXent() call
Packit Service 82fcde
#  might result into a network communication with the server to get
Packit Service 82fcde
#  the next entry.
Packit Service f8659b
SETENT_BATCH_READ=TRUE
Packit Service 82fcde
#
Packit Service 82fcde
# ADJUNCT_AS_SHADOW
Packit Service 82fcde
#  If set to TRUE, the passwd routines in the NIS NSS module will not
Packit Service 82fcde
#  use the passwd.adjunct.byname tables to fill in the password data
Packit Service 82fcde
#  in the passwd structure.  This is a security problem if the NIS
Packit Service 82fcde
#  server cannot be trusted to send the passwd.adjuct table only to
Packit Service 82fcde
#  privileged clients.  Instead the passwd.adjunct.byname table is
Packit Service 82fcde
#  used to synthesize the shadow.byname table if it does not exist.
Packit Service 82fcde
#ADJUNCT_AS_SHADOW=TRUE