Searched refs:nsswitch (Results 1 - 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/cmd/netfiles/
H A DMakefile25 TXTS= nsswitch.conf netconfig hosts services
31 ETCFILES= netconfig nsswitch.conf nsswitch.files nsswitch.nis \
32 nsswitch.dns nsswitch.ldap nsswitch.ad
/illumos-gate/usr/src/lib/nsswitch/ldap/
H A Dreq.flg33 echo_file usr/src/lib/nsswitch/Makefile.com
34 echo_file usr/src/lib/nsswitch/Makefile.targ
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-svc165 # to change in the nsswitch.conf (hosts or ipnodes) to update with dns.
170 # Add dns to the nsswitch file, if it isn't already there.
195 } $1 !~ /^'${policy}':/ { printf("%s\n", $0); }' /etc/nsswitch.conf \
196 >/tmp/nsswitch.conf.$$
198 mv_file /tmp/nsswitch.conf.$$ /etc/nsswitch.conf 644
202 # Remove any lines with the "# Added by DHCP" tag from /etc/nsswitch.conf;
212 /etc/nsswitch.conf >/tmp/nsswitch.conf.$$
214 mv_file /tmp/nsswitch
[all...]
H A Dnet-loc361 # /etc/nsswitch.files to /etc/nsswitch.conf first so that only "files"
364 $CP -p /etc/nsswitch.files /etc/nsswitch.conf
389 $CP -p $NAMESERVICES_CONFIG_FILE /etc/nsswitch.conf
681 # line of nsswitch.conf.
682 $GREP -v "^#" $USER_LOC_PATH/nsswitch.conf |\
H A Dnet-nwam165 # Copy /etc/nsswitch.conf file
166 copy_to_legacy_loc /etc/nsswitch.conf
167 NAMESERVICES_CONFIG_FILE="$VOL_LEGACY_PATH/nsswitch.conf"
172 $GREP -i "added by dhcp" /etc/nsswitch.conf >/dev/null
344 # copy nsswitch.conf to /etc/nsswitch.conf
345 copy_from_legacy_loc /etc/nsswitch.conf
573 # NWAM is enabled (e.g. resolv.conf, nsswitch.conf, etc.).
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dswitch_err.c32 #include <nsswitch.h>
/illumos-gate/usr/src/lib/passwdutil/
H A D__check_history.c29 #include <nsswitch.h>
H A D__get_authtoken_attr.c33 #include <nsswitch.h>
H A D__set_authtoken_attr.c29 #include <nsswitch.h>
67 * - PAM_REPOSITORY is not set, but we recognize the nsswitch.conf
H A Dswitch_utils.c28 #include <nsswitch.h>
38 #include <nsswitch.h>
105 * 2. the nsswitch.conf file
153 * Supported nsswitch.conf can have a maximum of 3 repositories.
154 * If we encounter an unsupported nsswitch.conf, we return REP_NSS
155 * to fall back to the nsswitch backend.
/illumos-gate/usr/src/lib/libresolv2/
H A Ddns-install130 # Create the nsswitch.conf file
132 /usr/bin/cp -f /etc/nsswitch.dns /etc/nsswitch.conf
135 msg="Error copying /etc/nsswitch.dns to \"/etc/nsswitch.conf\""
140 /usr/bin/chmod 644 /etc/nsswitch.conf
143 msg="Error setting permissions on \"/etc/nsswitch.conf\""
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.h48 #include <nsswitch.h>
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.h44 #include <nsswitch.h>
/illumos-gate/usr/src/lib/libc/inc/
H A Dnsswitch_priv.h30 * /usr/include/nsswitch.h. Although it was marked "Project Private",
43 #include <nsswitch.h>
53 * Results: the first of which are from /usr/include/nsswitch.h
65 * Actions: the first of which are from /usr/include/nsswitch.h
H A Dlibc.h39 #include <nsswitch.h>
/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-hostname.sh87 # $3 is the first entry for hosts in /etc/nsswitch.conf .
103 echo "listing files first for hosts in /etc/nsswitch.conf"
137 # 2. fall back to individual hosts: methods in nsswitch.conf, using
151 hosts_line=`sed -n -e 's/^hosts:\([^#]*\).*/\1/p' /etc/nsswitch.conf`
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c50 #define NSSWITCH_PREFIX "/etc/nsswitch."
87 "for this location - see nsswitch.conf(4)",
199 char *nsswitch = NULL; local
237 * via DHCP, with default nsswitch (/etc/nsswitch.dns).
258 nsswitch = strdup(NSSWITCH_PREFIX NWAM_NAMESERVICES_DNS_STRING);
259 if (nsswitch == NULL) {
263 if ((err = nwam_value_create_string(nsswitch, &val)) != NWAM_SUCCESS)
269 if (nsswitch != NULL)
270 free(nsswitch);
753 char *nsswitch; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dnetname.c64 #include <nsswitch.h>
168 * It uses the publickey policy in the /etc/nsswitch.conf file
170 * If there is no publickey policy in /etc/nsswitch.conf,
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c41 #include <nsswitch.h>
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_generic.c32 #include <nsswitch.h>
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_subr.c40 #include <nsswitch.h>
/illumos-gate/usr/src/tools/quick/
H A Dmake-idmap142 nsswitch/ad
/illumos-gate/usr/src/man/man4/
H A DMakefile140 nsswitch.conf.4 \
/illumos-gate/usr/src/lib/
H A DMakefile251 nsswitch \
681 nsswitch: libadutils libidmap libdns_sd libscf libldap5 libsldap
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c39 #include <nsswitch.h>
233 * as we were not able to read nsswitch.conf.

Completed in 102 milliseconds

12