home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / novell / 10949 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.6 KB  |  36 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!purdue!yuma!millerje
  3. From: millerje@CS.ColoState.EDU (Jeff Miller)
  4. Subject: Are long login names okay?
  5. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  6. Message-ID: <Dec30.175828.52626@yuma.ACNS.ColoState.EDU>
  7. Date: Wed, 30 Dec 1992 17:58:28 GMT
  8. Nntp-Posting-Host: mozart.cs.colostate.edu
  9. Organization: Colorado State University, Computer Science Department
  10. Lines: 24
  11.  
  12. In setting up the LAN at work, it was decided that all logins would have
  13. the first initial of the first name, and the last name (i.e. jmiller).  I've
  14. run into a problem where in the login script, Netware will not map a drive
  15. when the name is > 8 characters (why does Netware use this DOS convention?)
  16. For example:
  17.     map N:=fserv1/SYS:USERS/%LOGIN_NAME
  18.  
  19. If the login is hlonglastname, the home directory is USERS/hlonglas
  20.  
  21. Now my question:  Should I make all logins 8 characters instead, truncating
  22. the last name, or should I modify the login script to look for the static
  23. exceptions (we only have a few people who dont fit the 8 characters), or is
  24. there a utility that gives NW scripts a string length and truncate function,
  25. so I could do:
  26.     IF SLEN("%LOGIN_NAME") > 8 THEN map N:=fserv1/SYS:USERS/STRUNC( etc.
  27.  
  28. Thanks for any help.
  29.  
  30.  
  31. -- 
  32.  _____________________________________________________________________________
  33. |                                                                             |
  34. | "Nuke the unborn gay whales!" |  millerje@cs.colostate.edu  |  Jeff Miller  |
  35. |_____________________________________________________________________________|
  36.