Searched refs:nis (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.3-release/etc/
H A Dnsswitch.conf6 group_compat: nis
10 passwd_compat: nis
13 services_compat: nis
/freebsd-10.3-release/lib/libc/net/
H A Dnss_backends.h41 NSS_BACKEND( nis, _nis_nss_module_register )
H A Dgetservent.c113 /* nis backend declarations */
125 NSS_TLS_HANDLING(nis); variable
649 /* nis backend implementation */
/freebsd-10.3-release/include/rpcsvc/
H A Dnis_callback.x53 %#include <rpcsvc/nis.h>
59 %#include "nis.h"
H A Dnis_cache.x47 %#include <rpcsvc/nis.h>
50 %#define CACHEFILE "/var/nis/NIS_SHARED_DIRCACHE"
61 %#define COLD_START_FILE "/var/nis/NIS_COLD_START"
74 %#include "nis.h"
H A DMakefile10 ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \
14 yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
29 nis.h: nis_object.x
H A Dnis_db.h57 #include <rpcsvc/nis.h>
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dniprop.c73 ni_status nis; local
116 nis = ni_open(NULL, LOCAL_NETINFO_DOMAIN, &ni);
119 sm_dprintf("ni_open(LOCAL) = %d\n", nis);
127 nis = ni_open(lastni, PARENT_NETINFO_DOMAIN, &ni);
130 sm_dprintf("ni_open(PARENT) = %d\n", nis);
142 if (nis != 0)
/freebsd-10.3-release/share/man/man8/
H A DMakefile25 yp.8 nis.8 \
/freebsd-10.3-release/etc/rc.d/
H A Dnsswitch77 nis)
78 echo "nis" >> $host_conf
/freebsd-10.3-release/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c96 getnewpasswd(pw, nis)
98 int nis;
109 if (!nis)
/freebsd-10.3-release/usr.sbin/pw/
H A Dpw_group.c360 bool nis = false; local
384 nis = true;
401 if (nis && nis_update() == 0)
489 bool quiet, precrypted, dryrun, pretty, nis; local
491 quiet = precrypted = dryrun = pretty = nis = false;
542 nis = true;
556 if (nis && rc == EXIT_SUCCESS && nis_update() == 0)
575 bool quiet, pretty, dryrun, nis, precrypted; local
577 quiet = pretty = dryrun = nis = precrypted = false;
634 nis
[all...]
H A Dpw.c116 bool relocated, nis; local
119 relocated = nis = false;
H A Dpw_user.c241 /* duplicate for nis so that chgpwent is not modifying before NIS */
864 bool nis = false; local
896 nis = true;
922 if (!nis && nispasswd && *nispasswd != '/')
970 if (nis && nispasswd && *nispasswd=='/') {
1189 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1191 dryrun = nis = pretty = quiet = createhome = precrypted = false;
1305 nis = true;
1395 if (nis && cmdcnf->nispasswd && *cmdcnf->nispasswd == '/') {
1476 if (nis
1498 bool quiet, createhome, pretty, dryrun, nis, edited, docreatehome; local
[all...]
/freebsd-10.3-release/contrib/tcp_wrappers/
H A DMakefile24 @echo " ptx-2.x ptx-generic pyramid sco sco-nis sco-od2 sco-os5 sinix sunos4"
286 sco-nis:
/freebsd-10.3-release/lib/libc/rpc/
H A Dauth_des.c52 #include <rpcsvc/nis.h>
H A Dauth_time.c49 #include <rpcsvc/nis.h>
H A Dgetrpcent.c99 /* nis backend declarations */
113 NSS_TLS_HANDLING(nis); variable
373 /* nis backend implementation */
/freebsd-10.3-release/contrib/top/
H A DConfigure266 set rand = `grep '^passwd:.*nis' /etc/nsswitch.conf | wc -l`
/freebsd-10.3-release/contrib/amd/include/
H A Dam_defs.h1008 * Actions to take if <rpcsvc/nis.h> exists.
1013 * in many other header files. <rpcsvc/nis.h> uses GROUP_OBJ inside enum
1027 # include <rpcsvc/nis.h>
/freebsd-10.3-release/lib/libc/gen/
H A Dgetgrent.c127 NSS_TLS_HANDLING(nis); variable
1045 * nis backend
H A Dgetpwent.c167 NSS_TLS_HANDLING(nis); variable
1208 * nis backend
/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c770 else if (strcmp("nis", maptype[mapno]) == 0)
2896 # undef NIS /* symbol conflict in nis.h */
2897 # undef T_UNSPEC /* symbol conflict in nis.h -> ... -> sys/tiuser.h */
2898 # include <rpcsvc/nis.h>

Completed in 183 milliseconds