Home
last modified time | relevance | path

Searched refs:nis (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/sendmail/libsm/
H A Dniprop.c73 ni_status nis; variable
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/lib/libc/net/
H A Dnsswitch.conf5 group_compat: nis
10 passwd_compat: nis
13 services_compat: nis
H A Dnss_backends.h41 NSS_BACKEND( nis, _nis_nss_module_register )
H A Dgetservent.c120 NSS_TLS_HANDLING(nis);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dcleanup.ksh33 USES_NIS=$(<$TEST_BASE_DIR/zfs-xattr-test-nis.txt)
34 rm $TEST_BASE_DIR/zfs-xattr-test-nis.txt $TEST_BASE_DIR/zfs-xattr-test-user.txt
38 svcadm enable svc:/network/nis/client:default
H A Dsetup.ksh37 if svcs svc:/network/nis/client:default | grep -q online
39 svcadm disable -t svc:/network/nis/client:default
51 echo $USES_NIS > $TEST_BASE_DIR/zfs-xattr-test-nis.txt
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/
H A Dcleanup.ksh43 USES_NIS=$(<$TEST_BASE_DIR/zfs-privs-test-nis.txt)
47 svcadm enable svc:/network/nis/client:default
52 rm $TEST_BASE_DIR/zfs-privs-test-nis.txt
H A Dsetup.ksh39 if svcs svc:/network/nis/client:default | grep -q online
41 svcadm disable svc:/network/nis/client:default
64 echo $USES_NIS > $TEST_BASE_DIR/zfs-privs-test-nis.txt
/freebsd/usr.sbin/pw/
H A Dpw_group.c375 bool nis = false; in pw_group_del()
399 nis = true; in pw_group_del()
422 if (nis && nis_update() == 0) in grp_has_member()
510 bool quiet, precrypted, dryrun, pretty, nis; in pw_group_add()
512 quiet = precrypted = dryrun = pretty = nis = false; in pw_group_add()
563 nis = true; in pw_group_add()
583 if (nis && rc == EXIT_SUCCESS && nis_update() == 0) in pw_group_mod()
602 bool quiet, pretty, dryrun, nis, precrypted; in pw_group_mod()
604 quiet = pretty = dryrun = nis = precrypted = false; in pw_group_mod()
661 nis in pw_group_mod()
367 bool nis = false; pw_group_del() local
498 bool quiet, precrypted, dryrun, pretty, nis; pw_group_add() local
586 bool quiet, pretty, dryrun, nis, precrypted; pw_group_mod() local
[all...]
H A Dpw_user.c833 bool nis = false; in pw_user_del() local
865 nis = true; in pw_user_del()
897 if (!nis && nispasswd && *nispasswd != '/') in pw_user_del()
953 if (nis && nispasswd && *nispasswd=='/') { in pw_user_del()
1193 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; in pw_user_add() local
1195 dryrun = nis = pretty = quiet = createhome = precrypted = false; in pw_user_add()
1316 nis = true; in pw_user_add()
1420 if (nis && cmdcnf->nispasswd && *cmdcnf->nispasswd == '/') { in pw_user_add()
1504 if (nis && nis_update() == 0) in pw_user_add()
1526 bool quiet, createhome, pretty, dryrun, nis, edited; in pw_user_mod() local
[all …]
H A Dpw.c116 bool relocated, nis; in main()
119 relocated = nis = false; in main()
113 bool relocated, nis; main() local
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dsetup.ksh30 $SVCS svc:/network/nis/client:default | $GREP online > /dev/null
33 $SVCADM disable -t svc:/network/nis/client:default
54 $ECHO $USES_NIS > $TMPDIR/zfs-xattr-test-nis.txt
H A Dxattr.cfg37 if [ -f $TMPDIR/zfs-xattr-test-nis.txt ]
39 USES_NIS=$($CAT $TMPDIR/zfs-xattr-test-nis.txt)
H A Dcleanup.ksh32 $SVCADM enable svc:/network/nis/client:default
36 $RM $TMPDIR/zfs-xattr-test-nis.txt
/freebsd/include/rpcsvc/
H A DMakefile7 ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \
11 yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
26 nis.h: nis_object.x
/freebsd/tests/sys/cddl/zfs/tests/acl/
H A Dsetup.ksh36 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then
37 log_must $SVCADM disable -t svc:/network/nis/client:default
H A Dcleanup.ksh35 log_must $SVCADM enable svc:/network/nis/client:default
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dsetup.ksh41 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
42 log_must svcadm disable -t svc:/network/nis/client:default
H A Dcleanup.ksh41 log_must svcadm enable svc:/network/nis/client:default
/freebsd/tools/build/options/
H A DWITHOUT_NIS7 .Sq nis
/freebsd/share/man/man8/
H A DMakefile31 yp.8 nis.8 \
/freebsd/contrib/tcp_wrappers/
H A DREADME.IRIX43 your system tries DNS before NIS (hostresorder bind nis local).
H A DMakefile286 sco-nis:
/freebsd/tools/tools/nanobsd/dhcpd/
H A Dos-base94 sed -i.bak -es/nis/files/g ${NANO_WORLDDIR}/etc/nsswitch.conf
/freebsd/lib/libc/rpc/
H A Dgetrpcent.c108 NSS_TLS_HANDLING(nis);

12