Re: verifying password
From: Maxim Yegorushkin (maxim.yegorushkin_at_gmail.com)
Date: 10/25/05
- Next message: Torsten Mueller: "SIGBUS in exit?"
- Previous message: Roger Leigh: "Re: how to change osrelease?"
- In reply to: prasi: "verifying password"
- Next in thread: prasi: "Re: verifying password"
- Reply: prasi: "Re: verifying password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 25 Oct 2005 02:52:45 -0700
prasi wrote:
> I want to verify the password of a user by accepting the password and
> comparing with the entry in the /etc/shadow file .But I a, getting an
> error
> The following code is giving one error
> /home/training/prasanna/unix system programming/testpas.c:19: undefined
> reference to `crypt'
> collect2: ld returned 1 exit status
man crypt
...
Programs using this function must be linked with -lcrypt.
- Next message: Torsten Mueller: "SIGBUS in exit?"
- Previous message: Roger Leigh: "Re: how to change osrelease?"
- In reply to: prasi: "verifying password"
- Next in thread: prasi: "Re: verifying password"
- Reply: prasi: "Re: verifying password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|