This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Clint Rowe <address@hidden> >Organization: University of Nebraska Geosciences >Keywords: 200510121733.j9CHXbeX018904 McIDAS ADDE papagayo Hi Clint, re: NIS vs /etc/passwd >Actually, I don't think it has anything to do with NIS -- I'm >guessing that when I reconstructed the passwd entries for >all users, I forgot that mcidas and mcadde shared the same >home. I should be able to fix that easily. Let me try that. OK. >Here are the current passwd entries: >mcidas:x:20021:2000:McIDAS system:/home/mcidas:/bin/csh >mcadde:x:20031:2000:McADDE Server:/home/mcadde:/bin/csh > >Here's what I think I have to change them to: >mcidas:x:20021:2000:McIDAS system:/home/mcidas:/bin/csh >mcadde:x:20031:2000:McADDE Server:/home/mcidas: > >Does that look correct to you? No, I think that the entry for mcadde should be something like: mcadde:x:20031:2000:McIDAS ADDE Remote Sserver:/home/mcidas:/bin/false The important part of the change is the '/bin/false' for the shell. >Then, in inetd.conf, the current line is: >mcidas stream tcp nowait mcadde /home/mcidas/bin/mcservsh >mcservsh -H /hom > e/mcidas > >this should be changed to: (??) >mcidas stream tcp nowait mcadde /home/mcadde/bin/mcservsh >mcservsh -H /hom > e/mcadde No, I already changed the /etc/inetd.conf entry to use /home/mcidas (the last item on the line is the ch-rooted HOME (-H)). Cheers, Tom -- +-----------------------------------------------------------------------------+ * Tom Yoksas UCAR Unidata Program * * (303) 497-8642 (last resort) P.O. Box 3000 * * address@hidden Boulder, CO 80307 * * Unidata WWW Service http://www.unidata.ucar.edu/* +-----------------------------------------------------------------------------+