Re: login.c

2001-04-24 Thread Jamie Heckford
Thanks for your help - worked a treat :) Jamie On 2001.04.24 15:15 Thomas Quinot wrote: > Le 2001-04-24, Jamie Heckford écrivait : > > > Noticed getpass() is in libc, is there a definition somewhere > > else that would prevent me from changing the Password: prompt? > > Try /usr/src/lib/libpam/

Re: login.c

2001-04-24 Thread David Malone
On Tue, Apr 24, 2001 at 04:03:32PM +0100, Jamie Heckford wrote: > Noticed getpass() is in libc, is there a definition somewhere > else that would prevent me from changing the Password: prompt? Login probably uses pam to get and check the password. You could try recompiling the pam_unix.c module a

Re: login.c

2001-04-24 Thread Thomas Quinot
Le 2001-04-24, Jamie Heckford écrivait : > Noticed getpass() is in libc, is there a definition somewhere > else that would prevent me from changing the Password: prompt? Try /usr/src/lib/libpam/modules/pam_unix/pam_unix.c. Thomas. -- [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

login.c

2001-04-24 Thread Jamie Heckford
Hello, Sorry - am slightly new to C programming, so I apologise of this is the wrong place. Having a bit of a hack at login.c, made a few custom mods for my company one of which being changing the login: and Password: prompts. Have succesfully changed the login: message to something else