home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / NOVELL / ACEBAC.ZIP / ACEBAC.TXT
Encoding:
Text File  |  1991-02-09  |  1.2 KB  |  44 lines

  1.                               2 Work Arounds
  2.                         Access Server on a Backbone
  3.                 Attaching Users to a Particular File Server
  4.  
  5. WORK AROUND #1
  6. --------------
  7. Modify FASTART or HASTART by changing   (will be TMP or BAT files)
  8.      %1:signon /P
  9.         To
  10.      %1:signon AFILESERVERNAME/afictitious name
  11.         That is for example
  12.      %1:signon NETWIRE/BRUTH
  13.  
  14. Then have the system Login Script read
  15.      IF LOGIN_NAME=BRUTH
  16.      EXIT"LOGIN"
  17.      END
  18.  
  19. The user will then be required to give their NetWare password and will be
  20. attached to their usual file server.  
  21.  
  22.  
  23. WORK AROUND #2
  24. --------------
  25. Modify FASTART or HASTART by changing 
  26.      %1:signon /P
  27.         To
  28.      %1:signon AFILESERVERNAME/AFICTIOUSNAME
  29.         That is for example
  30.      %1:signon NETWIRE/BRUTH     (for example)
  31.  
  32. Then have "BRUTH's" Login Script read
  33.      EXIT"LOGIN"
  34.  
  35. THe user will then be connected to the desired file server and required to
  36. login and give their password just as though they had not come in through
  37. Access Server.   
  38.  
  39.  
  40. In each case the fictitious name must be actually a listed (fictitious)
  41. user on the file server.
  42.  
  43. These are temporary "inelegant" temporary work arounds.
  44.