I'm upgrading my cluster to 5.0-R (fresh from CD), and everything works swimmingly except logging in as user on the YPmap.
[3jane:~$] ssh ypuser@mcp Password: Connection to mcp.evil.mil closed by remote host. Connection to mcp.evil.mil closed. [3jane:~$] ssh user@mcp Password: <Happy shiny ssh> However, I can su, finger and all files list the correct ownership on the system, leading me to believe that yp is actually working. When I check the logs, I see this message: Feb 6 17:09:32 MCP sshd[562]: fatal: login_get_lastlog: Cannot find account for uid 1002 Which I tracked to loginrec.c line 296: pw = getpwuid(uid); if (pw == NULL) fatal("login_get_lastlog: Cannot find account for uid %i", uid) And that looks idential to the working code on 4.6.2... So perhaps I've missed some configuration somewhere or there is something wrong with the library. Am I missing something? (I don't think so, the configuration is identical to the working 4.6.2 setup I was running until this afternoon) or is this a bug? ----------------------------------------------------------- Barkley C. Vowk -- Systems Analyst -- University of Alberta Math Sciences Department - [EMAIL PROTECTED] Office: CAB642A, 780-492-4064 Opinions expressed are the responsibility of the author and may not reflect the opinions of others or reality. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message