xref: /illumos-gate/usr/src/cmd/netfiles/nsswitch.ad (revision a61ed2ce7a86a4d6428f2a83eb4739fae945447e)
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
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.
66netgroup:   files
67automount:  files
68aliases:    files
69services:   files
70printers:	user files
71
72auth_attr:  files
73prof_attr:  files
74project:    files
75
76tnrhtp:     files
77tnrhdb:     files
78