home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / novell / 7217 < prev    next >
Encoding:
Internet Message Format  |  1992-09-11  |  2.1 KB

  1. Path: sparky!uunet!mcsun!sun4nl!dutrun!dutiws!winfrvk
  2. From: winfrvk@dutiws.tudelft.nl (R.v.Kampen)
  3. Newsgroups: comp.sys.novell
  4. Subject: Re: Bindery last-login info
  5. Message-ID: <2095@dutiws.tudelft.nl>
  6. Date: 11 Sep 92 13:29:16 GMT
  7. References: <1992Sep4.173748.648@csc.canterbury.ac.nz>
  8. Organization: Delft University of Technology
  9. Lines: 45
  10.  
  11. In article <1992Sep4.173748.648@csc.canterbury.ac.nz> engf002@csc.canterbury.ac.nz writes:
  12. >A (tricky?) Novell technical question :
  13. >
  14. >With SYSCON, under the "User Information" option, you can select
  15. >the "additional information" option. Amongst other things it
  16. >gives you the last login time/date of the selected user. This is
  17. >well and good. 
  18. >
  19. >What I want to know is how do you get this very information 
  20. >(last login date) using the Bindery Services - i.e.
  21. >the INT 21H calls with the E3 function codes, esp. 3D (Read
  22. >Property Value). I am very familiar with these calls and have got
  23. >a lot of information from the bindery, but this last-login-time
  24. >eludes me. One would expect the relevant property (say
  25. >"LAST_LOGIN", or similar) to appear on the nice table on page
  26. >3-13 of the Bindery Services manual (Netware System Interface
  27. >Technical Overview) but there is nothing there remotely like it.
  28. >I have tried several combinations of potential strings in the
  29. >vain attempt of succeeding, but with no luck. 
  30.  
  31. it is stored in the LOGIN_CONTROL  property
  32.  format : 
  33. offset 00-02 : account expiration date (format YYMMDD), 000000 if none
  34. 03 : ff= account disabled
  35. 04-06 : password expiration date YYMMDD, 000000 if none
  36. 07 : grace logins remaining, ff=no limit
  37. 08 : ????
  38. 09 : days between forced password change
  39. 0a : grace logins allowed, ff=no limit
  40. 0b : minimum password length
  41. 0c : ??
  42. 0d : maximum # concurrent connections (ff=no maximum)
  43. 0e - 37 : timerestrictions (bitmap)
  44. 38 - 3d : last login (YYMMDDHHMMSS)
  45. 3e : bit0 : user not allowed to change password
  46. 3f - 49 ??
  47. 4a - 55  : last intruder address (4:6:2 bytes)
  48.  
  49. the rest I haven't figured out yet, if any body else got more
  50. info on other properties please let me know
  51.  
  52. willem (winfrvk@dutiws.tudelft.nl  or willem@dutikos.tudelft.nl)
  53.  
  54.  
  55.  
  56.