home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / windows / x / 21605 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.5 KB

  1. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!cronkite.cisco.com!europe.cisco.com!ohansen
  2. From: ohansen@europe.cisco.com (Ove Hansen)
  3. Newsgroups: comp.windows.x
  4. Subject: Re: X11R4 - my config directory is missing... (was: xdm + password aging)
  5. Date: 26 Jan 1993 14:25:09 GMT
  6. Organization: Cisco Systems Europe
  7. Lines: 22
  8. Message-ID: <1k3hk5INN8dv@cronkite.cisco.com>
  9. References: <1k34qqINN7ha@cronkite.cisco.com>
  10. NNTP-Posting-Host: europe.cisco.com
  11.  
  12. I managed to find a source where I could get only the /usr/lib/X11/config
  13. directory I was missing - and that was all I needed to build what I needed.
  14. Sorry for not checking better before asking on the net...
  15.  
  16. To 'xdm', below is the diff of what I did to the source and which works for
  17. me (...) and which accepts my password even though I have password aging 
  18. enabled:
  19.  
  20. % diff verify.c.ORIG verify.c.
  21. 57c57
  22. <       if (strcmp (crypt (greet->password, p->pw_passwd), p->pw_passwd)) {
  23. ---
  24. >       if (strcmp (p->pw_passwd, crypt (greet->password, p->pw_passwd)) != 0){
  25.  
  26. Of course it doesn't stop me from logging in if my password has expired, or
  27. allow me to change it, I'll fix that in my spare time when I get R5...
  28.  
  29. -- 
  30. ---------------------------------------------------------------------------
  31. Ove Hansen, Cisco Systems Europe                  | Mail: ohansen@cisco.com  
  32. 16, avenue du Quebec,   Z.A. de Courtaboeuf       | Tel:  +33 1 60 92 20 56
  33. 91961 Les Ulis cedex, France                      | Fax:  +33 1 69 28 83 26
  34.