xref: /illumos-gate/usr/src/cmd/netfiles/nsswitch.ad (revision 7957df47ba71407f1d0517aa3f34f1bdde135b84)
1#
2# CDDL HEADER START
3#
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.
7#
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.
12#
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]
18#
19# CDDL HEADER END
20#
21# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24
25#
26# /etc/nsswitch.ad:
27#
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.
31#
32# AD name service currently only supports passwd(4) and group(4)
33# databases.
34#
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.
39#
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.
42#
43# "hosts:" and "services:" in this file are used only if the
44# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.
45
46# DNS service expects that an instance of svc:/network/dns/client be
47# enabled and online.
48
49passwd:     files ad
50group:      files ad
51
52# Note that IPv4 addresses are searched for in all of the ipnodes databases
53# before searching the hosts databases.
54hosts:      files dns
55ipnodes:   files dns
56
57networks:   files
58protocols:  files
59rpc:        files
60ethers:     files
61netmasks:   files
62bootparams: files
63publickey:  files
64netgroup:   files
65automount:  files
66aliases:    files
67services:   files
68printers:	user files
69
70auth_attr:  files
71prof_attr:  files
72project:    files
73
74tnrhtp:     files
75tnrhdb:     files
76