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

12

/freebsd-current/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 )
/freebsd-current/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr.cfg27 # re-enable the nis/client during cleanup.
37 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
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
/freebsd-current/include/rpcsvc/
H A Dnis_callback.x45 %#include <rpcsvc/nis.h>
51 %#include "nis.h"
H A Dnis_cache.x40 %#include <rpcsvc/nis.h>
43 %#define CACHEFILE "/var/nis/NIS_SHARED_DIRCACHE"
54 %#define COLD_START_FILE "/var/nis/NIS_COLD_START"
67 %#include "nis.h"
H A DMakefile8 ypxfrd.h ypupdate_prot.h nis.h nis_cache.h nis_callback.h \
12 yppasswd.x yp.x ypxfrd.x ypupdate_prot.x nis.x nis_cache.x nis_object.x \
27 nis.h: nis_object.x
H A Dnis_db.h53 #include <rpcsvc/nis.h>
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
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
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
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/
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
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
/freebsd-current/tests/sys/cddl/zfs/tests/acl/
H A Dcleanup.ksh33 # restore the state of svc:/network/nis/client:default
35 log_must $SVCADM enable svc:/network/nis/client:default
H A Dsetup.ksh31 # check svc:/network/nis/client:default state
36 if [[ "ON" == $($SVCS -H -o sta svc:/network/nis/client:default) ]]; then
37 log_must $SVCADM disable -t svc:/network/nis/client:default
/freebsd-current/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-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dcleanup.ksh39 # restore the state of svc:/network/nis/client:default
41 log_must svcadm enable svc:/network/nis/client:default
H A Dsetup.ksh37 # check svc:/network/nis/client:default state
41 if [[ "ON" == $(svcs -H -o sta svc:/network/nis/client:default) ]]; then
42 log_must svcadm disable -t svc:/network/nis/client:default
/freebsd-current/share/man/man8/
H A DMakefile32 yp.8 nis.8 \
/freebsd-current/usr.sbin/pw/
H A Dpw_group.c375 bool nis = false; local
399 nis = true;
422 if (nis && nis_update() == 0)
510 bool quiet, precrypted, dryrun, pretty, nis; local
512 quiet = precrypted = dryrun = pretty = nis = false;
563 nis = true;
583 if (nis && rc == EXIT_SUCCESS && nis_update() == 0)
602 bool quiet, pretty, dryrun, nis, precrypted; local
604 quiet = pretty = dryrun = nis = precrypted = false;
661 nis
[all...]
H A Dpw.c116 bool relocated, nis; local
119 relocated = nis = false;
H A Dpw_user.c221 /* duplicate for nis so that chgpwent is not modifying before NIS */
833 bool nis = false; local
865 nis = true;
897 if (!nis && nispasswd && *nispasswd != '/')
953 if (nis && nispasswd && *nispasswd=='/') {
1193 bool dryrun, nis, pretty, quiet, createhome, precrypted, genconf; local
1195 dryrun = nis = pretty = quiet = createhome = precrypted = false;
1316 nis = true;
1420 if (nis && cmdcnf->nispasswd && *cmdcnf->nispasswd == '/') {
1504 if (nis
1526 bool quiet, createhome, pretty, dryrun, nis, edited; local
[all...]
/freebsd-current/lib/libc/rpc/
H A Dauth_time.c44 #include <rpcsvc/nis.h>
H A Dauth_des.c53 #include <rpcsvc/nis.h>
/freebsd-current/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:

Completed in 234 milliseconds

12