home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / NBP12.ZIP / PROTOCOL.OS2 < prev    next >
Text File  |  1990-11-08  |  2KB  |  40 lines

  1. ;********************************************************************
  2. ;    %VER 1.1b OS/2 Protocol Manager Initialization File
  3. ;********************************************************************
  4. ;
  5. ;       For additional details on setting the NBP parameters see
  6. ;       the "3+OPEN NetBIOS Protocol Guide for LAN Manager 2.0."
  7. ;
  8. ;       There are four possible values for the NBP "DEFAULTS =" parameter
  9. ;       for an OS/2 installation.  Each of these is shown on a separate
  10. ;       line below.  Select the "DEFAULTS =" line most appropriate for
  11. ;       your type of installation.  Whichever line you choose should NOT
  12. ;       be commented out--it should not have a ';' in the left margin--
  13. ;       while each of the other three "DEFAULTS =" lines SHOULD have a
  14. ;       ';' in the left margin.  Exactly one of the four "DEFAULTS =" lines
  15. ;       should be active.
  16. ;
  17. ;       For example, if this is an OS/2 client installation, you should
  18. ;       make sure that the "DEFAULTS = USER" or "DEFAULTS = POWER-USER"
  19. ;       has not been commented out.  See Chapter 2 of the "3+OPEN NetBIOS
  20. ;       Protocol Guide for LAN Manager 2.0" for a description of each of
  21. ;       the "DEFAULTS =" classes.
  22. ;
  23. ;       If you are installing for the first time, or anytime you change
  24. ;       your choice of "DEFAULTS =" value, you must use the SETUP program
  25. ;       to modify corresponding values in your LANMAN.INI file.  Again,
  26. ;       refer to Chapter 2 of the "3+OPEN NetBIOS Protocol Guide for LAN
  27. ;       Manager 2.0" for details on how to set these values and which
  28. ;       values to use.
  29. ;
  30. ;********************************************************************
  31.  
  32.         drivername = nbp$
  33.         UnitIdSwapped
  34.  
  35. ;       DEFAULTS = USER
  36. ;       DEFAULTS = POWER-USER
  37.         DEFAULTS = SERVER
  38. ;       DEFAULTS = POWER-SERVER
  39.  
  40.