home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / novell / 10911 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.8 KB

  1. Path: sparky!uunet!spool.mu.edu!olivea!isc-br!tau-ceti!comtch!mstaben
  2. From: mstaben@comtch.spk.wa.us (Matthew Staben)
  3. Newsgroups: comp.sys.novell
  4. Subject: Re: API for Encrypted Passwords?
  5. Message-ID: <seyJwB1w165w@comtch.spk.wa.us>
  6. Date: 29 Dec 92 16:31:15 GMT
  7. References: <1hoolhINNi4a@flop.ENGR.ORST.EDU>
  8. Sender: bbs@comtch.spk.wa.us (Waffle bbs)
  9. Organization: Waffle BBS at CompuTech Spokane, Washington
  10. Lines: 38
  11.  
  12. villalj@xanth.CS.ORST.EDU (John Villalovos) writes:
  13.  
  14. > Does anyone know how to set up the call for a "Verify Bindery Object Password
  15. > using ENCRYPTED passwords.  I have the Netware Programmers Guide and the call
  16. > listed does not seem to support encrypted passwords.  My server keeps
  17. > squawking back a message about an attempt to use un-encrypted passwords.  Any
  18. > info would be appreciated.  Also on any of the other calls dealing with
  19. > passwords (i.e. Set Bindery Object Password, Change, Login...).
  20. > Thanks,
  21. > -- 
  22. > John Villalovos
  23. > Certified Netware Engineer
  24. > villalj@xanth.cs.orst.edu
  25. > (503) 753-7883
  26.  
  27.  
  28. The API call, "Verify Password" is really the only way to determine if a 
  29. password is legal for the object specified.  You do not send an encrypted 
  30. password - you send an actual password which is then compared with an 
  31. internally decrypted password to see if they match.  As far as I know, 
  32. there is no way to retrieve a password from the Netware OS.  The same 
  33. rule applies to all password API calls.
  34.  
  35. Verify Bindery Object Password:  
  36. SENT: Object ID & Password (which your application generates)
  37. RETRN: Error code no match.
  38.  
  39. All other Password:
  40. Sent: Object ID & Password with New Password (ie, for change)
  41. RETRN: Error code for no match.
  42.  
  43. Maybe I don't understand the question, as this should be obvious.  
  44.  
  45.  
  46. mstaben@comtch.spk.wa.us
  47.  
  48. [Made in America]
  49.