home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / novell / 6876 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.8 KB  |  37 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!caen!kca
  3. From: kca@engin.umich.edu (Jonathan Van Oast)
  4. Subject: more (questions) on get_user_FULL_name ??
  5. Message-ID: <XHl-_B#@engin.umich.edu>
  6. Date: Mon, 31 Aug 92 12:46:16 EDT
  7. Organization: University of Michigan Engineering, Ann Arbor
  8. References: <217.2AA0727C@gisatl.fidonet.org>
  9. Sender: kca@caen.engin.umich.edu
  10. Nntp-Posting-Host: ptrans.engin.umich.edu
  11. Lines: 24
  12.  
  13. in a previous post, some asked about netware calls to determine a users
  14. full name as well as login name.  to help out, i sent info on the user_name,
  15. and then looked into full_name.  i am not a netware expert, but (using
  16. lan times' "programmers guide to netware" -- a useful tool) have managed
  17. to write code doing everthing from the aforementioned getting a users
  18. login name to mapping drives.  anwyay.. in this book i found only ONE
  19. reference (i could have missed some...) to a users full name.  this was
  20. in the get_station_logged_information (E3h 05h).  this also seems to be
  21. the only place to extract home_directory (if you need this).  the big deal
  22. is, i THINK (maybe i just coded wrong), it does not work.  NOTE that the
  23. book notes: "this call is supported in ... NetWare386 [what i use].  It has
  24. been replaced by higher-level calls such as Get Connection Information but
  25. is shown here for completeness."
  26.  
  27. i am wondering if maybe it really ISNT supported in netware 386, (either that
  28. or i coded wrong -- has anyone else made this work?), AND what is the
  29. "higher-level call" which replaced the part about full_name (which is not
  30. in Get Connection Information)?
  31.  
  32. any help along these lines would greatly be appreciated.  i am guessing it
  33. IS possible to get the full_name since there is a variable to access it for
  34. login scripts (and it would be silly(?) not to be able to access it).
  35.  
  36. thanks,   -jon   pc&ns  kca@caen.engin.umich.edu
  37.