1 # ident "%Z%%M% %I% %E% SMI"
3 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4 # Use is subject to license terms.
8 # The contents of this file are subject to the terms of the
9 # Common Development and Distribution License, Version 1.0 only
10 # (the "License"). You may not use this file except in compliance
13 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 # or http://www.opensolaris.org/os/licensing.
15 # See the License for the specific language governing permissions
16 # and limitations under the License.
18 # When distributing Covered Code, include this CDDL HEADER in each
19 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 # If applicable, add the following below this CDDL HEADER, with the
21 # fields enclosed by brackets "[]" replaced with your own identifying
22 # information: Portions Copyright [yyyy] [name of copyright owner]
26 # NETID_AUTHORITATIVE changes the behaviour of nameservice lookups to use
27 # the netid or group table when satisfying the initgroups() call.
28 # The default is to use the group table, setting the value of TRUE forces
29 # the initgroups() function call to use netid as the source for supplementary
30 # groups rather than the group table.
31 # It is the responsibility of the nameservice administrator to ensure that
32 # the netid table contains valid supplementary group information for users,
33 # not all nameservices are capable of keeping the members listed in the
34 # groups table in sync with the netid table automatically.
36 #NETID_AUTHORITATIVE=TRUE
38 #SORT_ADDRS can be used to disable the sorting of addresses returned by
39 #name lookup functions such as gethostbyname(), getaddrinfo(),
40 #getipnodebyname() and netdir_getbyname().
41 #Setting SORT_ADDRS=FALSE will disable address sorting done by those
42 #functions. This is useful in case the order of addresses returned
43 #by the nameserver needs to be maintained. (example: DNS round robin feature)
44 #By default, address sorting is done.