Lines Matching defs:master
249 char *master;
259 * Find the master for the passwd map; it should be running
262 if ((r = yp_master(domain, "passwd.byname", &master)) != 0) {
263 pam_error(pamh, "Can't find master NIS server. Reason: %s",
271 if ((rpcport = getrpcport(master, YPPASSWDPROG,
274 "Master NIS server not running yppasswd daemon.\n\t"
312 client = clnt_create(master, YPPASSWDPROG, YPPASSWDVERS, "udp");
315 master, yperr_string(YPERR_YPBIND));
330 "the master NIS passwd server.", master);