| Current File : //etc/default/nss |
#
# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
#
# NETID_AUTHORITATIVE changes the behaviour of nameservice lookups to use
# the netid or group table when satisfying the initgroups() call.
# The default is to use the group table, setting the value of TRUE forces
# the initgroups() function call to use netid as the source for supplementary
# groups rather than the group table.
# It is the responsibility of the nameservice administrator to ensure that
# the netid table contains valid supplementary group information for users,
# not all nameservices are capable of keeping the members listed in the
# groups table in sync with the netid table automatically.
#
#NETID_AUTHORITATIVE=TRUE
# SORT_ADDRS changes the behaviour of address sorting by host name
# lookup functions such as gethostbyname(), getaddrinfo(),
# getipnodebyname() and netdir_getbyname().
#
# - SORT_ADDRS=TRUE (the default) causes addresses to be sorted
# to favour addresses that are considered local; those that
# are within configured sub-networks.
#
# - SORT_ADDRS=FALSE disables address sorting. Useful if the order
# received needs to be maintained.
#
# - SORT_ADDRS=RANDOM addresses are returned in a random order.
#
#SORT_ADDRS=FALSE