/freebsd/contrib/sendmail/libsm/ |
H A D | niprop.c | 73 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 D | nsswitch.conf | 5 group_compat: nis 10 passwd_compat: nis 13 services_compat: nis
|
H A D | nss_backends.h | 41 NSS_BACKEND( nis, _nis_nss_module_register )
|
H A D | getservent.c | 120 NSS_TLS_HANDLING(nis);
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
H A D | cleanup.ksh | 33 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 D | setup.ksh | 37 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 D | cleanup.ksh | 43 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 D | setup.ksh | 39 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 D | pw_group.c | 375 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 D | pw_user.c | 833 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 D | pw.c | 116 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 D | setup.ksh | 30 $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 D | xattr.cfg | 37 if [ -f $TMPDIR/zfs-xattr-test-nis.txt ] 39 USES_NIS=$($CAT $TMPDIR/zfs-xattr-test-nis.txt)
|
H A D | cleanup.ksh | 32 $SVCADM enable svc:/network/nis/client:default 36 $RM $TMPDIR/zfs-xattr-test-nis.txt
|
/freebsd/include/rpcsvc/ |
H A D | Makefile | 7 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 D | setup.ksh | 36 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 D | cleanup.ksh | 35 log_must $SVCADM enable svc:/network/nis/client:default
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/ |
H A D | setup.ksh | 41 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 D | cleanup.ksh | 41 log_must svcadm enable svc:/network/nis/client:default
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_NIS | 7 .Sq nis
|
/freebsd/share/man/man8/ |
H A D | Makefile | 31 yp.8 nis.8 \
|
/freebsd/contrib/tcp_wrappers/ |
H A D | README.IRIX | 43 your system tries DNS before NIS (hostresorder bind nis local).
|
H A D | Makefile | 286 sco-nis:
|
/freebsd/tools/tools/nanobsd/dhcpd/ |
H A D | os-base | 94 sed -i.bak -es/nis/files/g ${NANO_WORLDDIR}/etc/nsswitch.conf
|
/freebsd/lib/libc/rpc/ |
H A D | getrpcent.c | 108 NSS_TLS_HANDLING(nis);
|