Re: AUTHENTICATION IN UNIX



In article <1162029469.604146.93980@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
sethukr@xxxxxxxxx wrote:

hi,

I used etc/shadow database only..

also i used crypt() function to encrypt the user password. So that i
can compare with the encripted password in the database.

but, while executing the program, it shows an error as,

UNDEFINED REFERENCE TO CRYPT() FUNCTION.

But i included "unistd.h"..

what can i do???

please help me..

-Sethu

Please don't create two threads with the same question. I just answered
you in the "crypt() function is not working.????" thread.

--
Barry Margolin, barmar@xxxxxxxxxxxx
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
.



Relevant Pages

  • Re: AUTHENTICATION IN UNIX
    ... I used etc/shadow database only.. ... also i used cryptfunction to encrypt the user password. ... can compare with the encripted password in the database. ... UNDEFINED REFERENCE TO CRYPT() FUNCTION. ...
    (comp.security.unix)
  • Re: crypt() function is not working.????
    ... I'm doing user authendication in my FTP server.. ... I used crypt() function to encrypt the user password. ... can compare with the encripted password in the database. ...
    (comp.security.unix)
  • Re: crypt() function is not working.????
    ... I'm doing user authendication in my FTP server.. ... I used crypt() function to encrypt the user password. ... library linking problem. ...
    (comp.security.unix)
  • Re: crypt() function is not working.????
    ... I used crypt() function to encrypt the user password. ... but, while executing the program, it shows an error as, ... if it is in your SYNOPSIS? ...
    (comp.security.unix)
  • crypt() function is not working.????
    ... I'm doing user authendication in my FTP server.. ... I used crypt() function to encrypt the user password. ... can compare with the encripted password in the database. ...
    (comp.unix.programmer)