home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20048 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!europa.asd.contel.com!emory!swrinde!sdd.hp.com!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!yale.edu!yale!mintaka.lcs.mit.edu!wyvern
  3. From: wyvern@gnu.ai.mit.edu (The Wyvern)
  4. Subject: Shadow passwords and xdm/ftpd
  5. Message-ID: <1992Dec12.085655.9597@mintaka.lcs.mit.edu>
  6. Sender: news@mintaka.lcs.mit.edu
  7. Organization: Free Software Foundation
  8. Date: Sat, 12 Dec 1992 08:56:55 GMT
  9. Lines: 19
  10.  
  11. Has anyone had any luck getting either xdm or ftpd to work with
  12. the shadow password package? I tried recompiling xdm with the
  13. original sources + linux diffs with -DUSESHADOW, but upon
  14. a user logging in, something strange happens (for one thing
  15. olvwm won't source the .openwin-menu file properly - I think
  16. this has something to do with it not finding the right user)
  17. and it executes an xterm, which also fails after a second or two
  18. and you are returned to the xdm login prompt.
  19. And yes, I do have the xdm startup files configured correctly,
  20. because the xdm that comes with XFree86 has had no problems.
  21.  
  22. Also, ftp/ftpd won't work correctly with shadow passwords,
  23. although I modified the routine in ftpd that gets the password via
  24. getpwnam() to use getspnam() instead. With or without
  25. this change ftp locks up immediately after the username is
  26. entered. You can kill it externally or by sending SIGQUIT,
  27. but this leaves an ftpd process lying around.
  28.  
  29.  
  30.