Lines Matching refs:NIS
35 * This file defines the format for a NIS object in RPC language.
79 * The fundamental name type of NIS. The name may consist of two parts,
88 typedef string nis_name<>; /* The NIS name itself. */
90 /* NIS object types are defined by the following enumeration. The numbers
124 * The types of Name services NIS knows about. They are enumerated
130 NIS = 1, /* Nis Plus Service */
131 SUNYP = 2, /* Old NIS Service */
178 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
210 * GROUP - The group object contains a list of NIS principal names. Groups
230 nis_name li_name; /* The object's real NIS name */
238 * of NIS. Like many databases, tables are logically divided into columns
296 * This is the basic NIS object data type. It consists of a generic part
317 nis_name zo_name; /* The NIS name for this object */
318 nis_name zo_owner; /* NIS name of object owner. */
319 nis_name zo_group; /* NIS name of access group. */