[7971] in Athena Bugs
decmips 7.3K: xlogin
daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Sun Aug 18 17:49:18 1991
Date: Sun, 18 Aug 91 17:49:36 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: bugs@ATHENA.MIT.EDU
In-Reply-To: Don't reply to root!'s message of Sat, 17 Aug 91 05:34:38 EDT <9108170934.AA02245@podge>
This bug has apparently always been there. I suspect that root used
to be a member of a group which has since been deleted. In any case,
here's a diff to xlogin/verify.c to fix this. However, it's minor
enough that I wouldn't put out a bugfix to 7.3 unless we find another
reason to modify the release (which we probably will).
-Mark
*** verify.c Fri Jul 19 15:38:59 1991
--- /tmp/verify.c Sun Aug 18 17:47:56 1991
***************
*** 289,295 ****
return(msg);
}
strcpy(glist[0], errbuf);
! } else
fprintf(stderr,
"Warning: could not get any groups for you from Hesiod.\n");
}
--- 289,295 ----
return(msg);
}
strcpy(glist[0], errbuf);
! } else if (!local_passwd)
fprintf(stderr,
"Warning: could not get any groups for you from Hesiod.\n");
}