HomeSort by relevance Sort by last modified time
    Searched defs:NIS (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
nisplus.h 34 #undef NIS /* confict in nis.h */
35 #undef T_UNSPEC /* symbol conflict in nis.h -> ... -> sys/tiuser.h */
37 #include <rpcsvc/nis.h>
65 * These are the the columns in the NIS+ Table.
90 * of an nis alias table object
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
auth_des.c 50 #undef NIS
51 #include <rpcsvc/nis.h>
85 nis_server *ad_nis_srvr; /* NIS+ server struct */
auth_time.c 35 * NIS+ clients and their servers.
67 #undef NIS
68 #include <rpcsvc/nis.h>
netname.c 48 * the Sun NIS domain architecture.
51 #undef NIS
64 #include <rpcsvc/nis.h>
95 * publickey: nis [NOTFOUND = return] files
103 lookup_nis = {"nis", DEF_ACTION, NULL, &lookup_files};
163 * 1. Determine user's nis+ principal name.
189 "user2netname: (nis+ lookup): %s\n",
195 "user2netname: (nis+ lookup): %s\n",
203 * 2. use nis+ principal name to get netname by getting a PK entry.
247 * else it's success or a serious enough NIS+ er
    [all...]
netnamer.c 45 * the Sun NIS domain architecture.
48 #undef NIS
64 #include <rpcsvc/nis.h>
86 * publickey: nis [NOTFOUND = return] files
94 lookup_nis = {"nis", DEF_ACTION, NULL, &lookup_files};
269 * This function reads the netid from the NIS (YP) nameservice.
382 "netname2user: (nis+ lookup): %s\n",
388 syslog(LOG_ERR, "netname2user: (nis+ lookup): %s\n",
450 "netname2user: (nis+ lookup): %s\n",
459 syslog(LOG_ERR, "netname2user: (nis+ lookup): %s\n"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/
Makefile 73 SUBDIRS= rpc.bootparamd nis/utils nis/bin nis/cachemgr nis/rpc.nisd \
74 nis/rpc.nispasswdd
83 NIS = $(NETSVC)/nis
88 ROOTVAR_NIS= $(ROOT)/var/nis
92 $(NIS) \
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
pmLoad.java 49 final static int NIS = 6;
101 nameserviceCombo.addItem("NIS");
104 nameserviceCombo.addItem("NIS+");
128 Debug.message("CLNT:pmLoad:1: NIS");
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
map.c 42 #if NIS
48 #endif /* NIS */
72 #if NIS
74 #endif /* NIS */
763 #if NIS
764 else if (strcmp("nis", maptype[mapno]) == 0)
772 #endif /* NIS */
843 ** up their DNS or NIS databases wrong.
    [all...]

Completed in 479 milliseconds