nss revision 7c478bd95313f5f23a4c958a745db2134aa03244
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# ident "%Z%%M% %I% %E% SMI"
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott#
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# Use is subject to license terms.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott#
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# CDDL HEADER START
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott#
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# The contents of this file are subject to the terms of the
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# Common Development and Distribution License, Version 1.0 only
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# (the "License"). You may not use this file except in compliance
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# with the License.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott#
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# or http://www.opensolaris.org/os/licensing.
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# See the License for the specific language governing permissions
eaf6de42255b7dab8d5531d29fffc299b3aaddd4Robert Wapshott# and limitations under the License.
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum#
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# When distributing Covered Code, include this CDDL HEADER in each
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# If applicable, add the following below this CDDL HEADER, with the
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# fields enclosed by brackets "[]" replaced with your own identifying
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# information: Portions Copyright [yyyy] [name of copyright owner]
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum#
87766bdd8bb4014f722680ff5332b1dc3c744c77Nathaniel McCallum# CDDL HEADER END
#
# 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 can be used to disable the sorting of addresses returned by
#name lookup functions such as gethostbyname(), getaddrinfo(),
#getipnodebyname() and netdir_getbyname().
#Setting SORT_ADDRS=FALSE will disable address sorting done by those
#functions. This is useful in case the order of addresses returned
#by the nameserver needs to be maintained. (example: DNS round robin feature)
#By default, address sorting is done.
#
#SORT_ADDRS=FALSE