Home | History | Annotate | Download | only in passwd

Lines Matching defs:master

177 	reason = yp_match(domain, "master.passwd.byname", nam, namlen,
219 char *master;
275 if ((r = yp_master(domain, "passwd.byname", &master)) != 0)
276 errx(EXIT_FAILURE, "Can't find the master NIS server (%s)",
282 if ((rpcport = getrpcport(master, YPPASSWDPROG,
284 errx(EXIT_FAILURE, "Master NIS server not running yppasswd "
307 client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
310 master, yperr_string(YPERR_YPBIND));
324 master, "the master NIS passwd server.");
380 char *master;
402 if ((r = yp_master(domain, "passwd.byname", &master)) != 0) {
403 warnx("can't find the master NIS server. Reason: %s",
412 if ((rpcport = getrpcport(master, YPPASSWDPROG,
414 warnx("Master NIS server not running yppasswd daemon");
442 client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
445 master, yperr_string(YPERR_YPBIND));
461 master, "the master NIS passwd server.");