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

/freebsd-11-stable/etc/
H A Dnsswitch.conf6 group_compat: nis
11 passwd_compat: nis
14 services_compat: nis
/freebsd-11-stable/lib/libc/net/
H A Dnss_backends.h41 NSS_BACKEND( nis, _nis_nss_module_register )
H A Dgetservent.c112 /* nis backend declarations */
124 NSS_TLS_HANDLING(nis); variable
648 /* nis backend implementation */
/freebsd-11-stable/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-11-stable/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-11-stable/etc/rc.d/
H A Dnsswitch78 nis)
79 echo "nis" >> $host_conf
/freebsd-11-stable/share/man/man8/
H A DMakefile35 yp.8 nis.8 \
/freebsd-11-stable/release/picobsd/tinyware/passwd/
H A Dlocal_passwd.c96 getnewpasswd(pw, nis)
98 int nis;
109 if (!nis)
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_group.c362 bool nis = false; local
386 nis = true;
403 if (nis && nis_update() == 0)
491 bool quiet, precrypted, dryrun, pretty, nis; local
493 quiet = precrypted = dryrun = pretty = nis = false;
544 nis = true;
558 if (nis && rc == EXIT_SUCCESS && nis_update() == 0)
577 bool quiet, pretty, dryrun, nis, precrypted; local
579 quiet = pretty = dryrun = nis = precrypted = false;
636 nis
[all...]
H A Dpw.c118 bool relocated, nis; local
121 relocated = nis = false;
H A Dpw_user.c242 /* duplicate for nis so that chgpwent is not modifying before NIS */
866 bool nis = false; local
898 nis = true;
924 if (!nis && nispasswd && *nispasswd != '/')
972 if (nis && nispasswd && *nispasswd=='/') {
1200 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1202 dryrun = nis = pretty = quiet = createhome = precrypted = false;
1323 nis = true;
1421 if (nis && cmdcnf->nispasswd && *cmdcnf->nispasswd == '/') {
1502 if (nis
1524 bool quiet, createhome, pretty, dryrun, nis, edited; local
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dauth_time.c49 #include <rpcsvc/nis.h>
H A Dauth_des.c52 #include <rpcsvc/nis.h>
H A Dgetrpcent.c98 /* nis backend declarations */
112 NSS_TLS_HANDLING(nis); variable
372 /* nis backend implementation */
/freebsd-11-stable/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-11-stable/contrib/top/
H A DConfigure266 set rand = `grep '^passwd:.*nis' /etc/nsswitch.conf | wc -l`
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1028 * Actions to take if <rpcsvc/nis.h> exists.
1033 * in many other header files. <rpcsvc/nis.h> uses GROUP_OBJ inside enum
1047 # include <rpcsvc/nis.h>
/freebsd-11-stable/lib/libc/gen/
H A Dgetgrent.c128 NSS_TLS_HANDLING(nis); variable
1046 * nis backend
H A Dgetpwent.c165 NSS_TLS_HANDLING(nis); variable
1189 * nis backend
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c772 else if (strcmp("nis", maptype[mapno]) == 0)
3311 # undef NIS /* symbol conflict in nis.h */
3312 # undef T_UNSPEC /* symbol conflict in nis.h -> ... -> sys/tiuser.h */
3313 # include <rpcsvc/nis.h>

Completed in 198 milliseconds