4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
21 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
22 # Use is subject to license terms.
28 # An example file that could be copied over to /etc/nsswitch.conf; it
29 # uses Microsoft's Active Directory (AD) for passwd and group; DNS for
30 # hosts lookups; and files for the remaining databases.
32 # AD name service currently only supports passwd(4) and group(4)
35 # Other name service databases such as audit_user(4) and user_attr(4)
36 # that follow passwd entry in nsswitch.conf are not supported by AD.
37 # If the AD backend is processed (based on the configuration) it will
38 # return NOT FOUND for these databases.
40 # Since AD name service is not yet a complete Solaris solution, please
41 # add other name service(s) as appropriate to the lines in this file.
43 # "hosts:" and "services:" in this file are used only if the
44 # /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.
46 # DNS service expects that an instance of svc:/network/dns/client be
52 # Note that IPv4 addresses are searched for in all of the ipnodes databases
53 # before searching the hosts databases.
64 # At present there isn't a 'files' backend for netgroup; the system will
65 # figure it out pretty quickly, and won't use netgroups at all.