home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / programm / 4623 < prev    next >
Encoding:
Text File  |  1992-09-10  |  814 b   |  23 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!wupost!sdd.hp.com!decwrl!csus.edu!netcom.com!rkitts
  3. From: rkitts@netcom.com (Rick Kitts)
  4. Subject: Creating accounts in C
  5. Message-ID: <k6tny!p.rkitts@netcom.com>
  6. Date: Thu, 10 Sep 92 23:40:34 GMT
  7. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  8. Distribution: na
  9. Lines: 12
  10.  
  11.  
  12.  I seem to be having a problem creating accounts from within a C program
  13. using only C function calls. I can create the information correctly (I
  14. think), add it to /etc/passwd and /etc/shadow in a form which seems to
  15. be rational but I am unable to login to the account. This is Esix SVR4
  16. running on a 486 by the way. Does any one have any idea of what I could
  17. be doing wrong or, better, have code that does this already? Any
  18. help would be appreciated.
  19.  
  20.  
  21. ---Rick
  22.  
  23.