home *** CD-ROM | disk | FTP | other *** search
- 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
- From: ohansen@europe.cisco.com (Ove Hansen)
- Newsgroups: comp.windows.x
- Subject: Re: X11R4 - my config directory is missing... (was: xdm + password aging)
- Date: 26 Jan 1993 14:25:09 GMT
- Organization: Cisco Systems Europe
- Lines: 22
- Message-ID: <1k3hk5INN8dv@cronkite.cisco.com>
- References: <1k34qqINN7ha@cronkite.cisco.com>
- NNTP-Posting-Host: europe.cisco.com
-
- I managed to find a source where I could get only the /usr/lib/X11/config
- directory I was missing - and that was all I needed to build what I needed.
- Sorry for not checking better before asking on the net...
-
- To 'xdm', below is the diff of what I did to the source and which works for
- me (...) and which accepts my password even though I have password aging
- enabled:
-
- % diff verify.c.ORIG verify.c.
- 57c57
- < if (strcmp (crypt (greet->password, p->pw_passwd), p->pw_passwd)) {
- ---
- > if (strcmp (p->pw_passwd, crypt (greet->password, p->pw_passwd)) != 0){
-
- Of course it doesn't stop me from logging in if my password has expired, or
- allow me to change it, I'll fix that in my spare time when I get R5...
-
- --
- ---------------------------------------------------------------------------
- Ove Hansen, Cisco Systems Europe | Mail: ohansen@cisco.com
- 16, avenue du Quebec, Z.A. de Courtaboeuf | Tel: +33 1 60 92 20 56
- 91961 Les Ulis cedex, France | Fax: +33 1 69 28 83 26
-