home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 24 DOS / 24-DOS.zip / winntcl2.zip / readme.fix < prev    next >
Text File  |  1997-08-09  |  7KB  |  179 lines

  1.  
  2.     IBM Networks Client for Microsoft Windows NT                (README.FIX)
  3.     ________________________________________________________________________
  4.  
  5.     Version 4.2.1                                             August 6, 1997
  6.  
  7.  
  8.     ------------
  9.     Introduction
  10.     ------------
  11.  
  12.         This file (README.FIX) contains descriptions of new features, things
  13.         that have been improved and APARs that have been fixed in this version
  14.         of the IBM Networks Primary Logon Client (PLC) and the IBM Networks
  15.         Coordinated Logon Client (CLC).
  16.  
  17.  
  18.     ------------------------
  19.     What's New And Important 
  20.     ------------------------
  21.  
  22.         This section describes what is new and important in this release.  To
  23.         see a cumulative list of changes, see the Release History section.
  24.  
  25.         * Added PLCUPDAT.BAT and README.FIX to package
  26.  
  27.             PLCUPDAT.BAT allows you to update the version of the PLC that you
  28.             already have installed on your workstation to the latest level 
  29.             without uninstalling, then reinstalling.
  30.  
  31.         * Added support for group mapping
  32.  
  33.             Our number one enhancement request for the PLC has been to add
  34.             support to allow IBM OS/2 Warp Server domain administrators to
  35.             administer local workstations.  Group mapping allows you to
  36.             specify that members of a particular domain group will be added 
  37.             to a specified local group during logon.
  38.  
  39.             Example:  You want administrators from domain WSDOM to have
  40.                       administrator authority over your NT workstations.
  41.  
  42.                       With group mapping, you can configure your workstations
  43.                       to add users that are members of the "ADMINS" group in
  44.                       WSDOM to the "Administrators" group on the local NT
  45.                       workstation.
  46.  
  47.             See the bullet for group mapping under "Version 4.2.1" of the
  48.             "Release History" section below for details.
  49.  
  50.         * Improved performance of FIXNTACC during logon
  51.  
  52.             Some customers reported performance problems during logon that
  53.             were due to FIXNTACC processing.  We improved performance of 
  54.             FIXNTACC so that it should take almost zero time except for the 
  55.             first time a user logs onto a particular workstation.
  56.  
  57.         * Fixed growth in NTUSER.DAT
  58.  
  59.             Customers reported that NTUSER.DAT was growing by approximately 
  60.             20K per logon.  This problem has been corrected.
  61.  
  62.         * Optimized initial cursor placement in dialogs
  63.  
  64.             Based on customer feedback, we have improved the initial 
  65.             placement of the cursor on the "Logon", "Change Password" and 
  66.             "Unlock Workstation" dialogs.
  67.  
  68.  
  69.     ---------------------------
  70.     How To Get The Latest Fixes
  71.     ---------------------------
  72.  
  73.         Fixes and updates for the IBM Networks Clients will be distributed
  74.         on the World-Wide Web.  Periodically, the clients that you download
  75.         from the IBM OS/2 Warp Server home page or from IBM Software Choice
  76.         will be refreshed with the latest level of code.
  77.  
  78.         IBM OS/2 Warp Server
  79.             http://www.software.ibm.com/os/warp-server/
  80.  
  81.         IBM Software Choice
  82.             http://www.software.ibm.com/os/warp/swchoice/
  83.  
  84.  
  85.     ---------------
  86.     Release History
  87.     ---------------
  88.  
  89.         Version 4.2.1
  90.             * Added PLCUPDAT.BAT and README.FIX
  91.             * Added support for group mapping
  92.  
  93.                 Group mapping allows you to configure the PLC to add members
  94.                 of a domain group to a specified local group during logon.
  95.  
  96.                 To add a group mapping:
  97.  
  98.                 1) Add the "GroupMapping" key to the workstation's registry
  99.                    if it is not already present.
  100.  
  101.                    a) Start REGEDT32.EXE
  102.                    b) Select the HKEY_LOCAL_MACHINE window.
  103.                    c) Double-click on SYSTEM
  104.                    d) Double-click on Services
  105.                    e) Double-click on IBMNeTNT
  106.                    f) From the "Edit" menu, click on "Add Key"
  107.                    g) Set the key name to "GroupMapping"
  108.                    h) Click on the "OK" button.
  109.  
  110.                 2) Click on the "GroupMapping" key.
  111.                 3) From the "Edit" menu, click on "Add Value"
  112.                 4) Set the value name to the name of the domain group.
  113.  
  114.                    Example:  WSDOM_ADMINS is the name of the "ADMINS" group
  115.                              in domain "WSDOM".
  116.  
  117.                 5) Data type should be REG_SZ.
  118.                 6) Click on the "OK" button.
  119.                 7) In the String Editor dialog, enter the name of the local
  120.                    group that you want members of the domain group to be 
  121.                    added to.
  122.  
  123.                    Example:  "Administrators" would give members of the
  124.                              "WSDOM_ADMINS" group local administrator rights.
  125.             
  126.                 8) Click on the "OK" button.
  127.                 9) Close REGEDT32.
  128.                 
  129.                 The next time someone performs a logon, ADMINS from the WSDOM
  130.                 domain will have administrative rights on the local workstation
  131.                 (based on our example).  No reboot is required for changes to
  132.                 the GroupMapping key to take effect.
  133.  
  134.                 Steps 2-8 can be followed to add new group mappings at any time.
  135.  
  136.             * Optimized initial cursor placement in "Logon", "Change Password"
  137.               and "Unlock Workstation" dialogs.
  138.  
  139.             * APAR IC17813 - Improve FIXNTACC performance / fix NTUSER.DAT growth
  140.  
  141.                 Fixed problem in FIXNTACC that was causing NTUSER.DAT to grow
  142.                 by approximately 20K per logon.
  143.  
  144.                 NOTE:  User's should run "FIXNTACC /FIX" once after installing
  145.                        this version of PLC to cleanup redundant access control 
  146.                        entries.
  147.  
  148.                 This APAR also fixed performance problems during logon by
  149.                 changing FIXNTACC to only run at the user's first logon for
  150.                 their profile.
  151.                        
  152.             * APAR IC18049 - Limit shared apps displayed in the GUI
  153.  
  154.                 Updated the GUI to only display shared applications that the
  155.                 user has access to.
  156.  
  157.             * APAR IC18317 - Fix security hole in SMB/DCE domain drivers  
  158.  
  159.                 Fixed a security hole in the SMB and DCE domain drivers that
  160.                 could give users access to resources on the local workstation
  161.                 that they are not authorized to access.
  162.  
  163.         Version 4.2
  164.             * GA version of IBM Networks Primary Logon Client
  165.  
  166.  
  167.     --------------------
  168.     Cumulative APAR List
  169.     --------------------
  170.  
  171.        PLC CLC   APAR      Description
  172.        --- ---   -------   ----------------------------------------------------
  173.         x        IC17813   Improve FIXNTACC performance / fix NTUSER.DAT growth
  174.         x   x    IC18049   Limit shared apps displayed in the GUI
  175.         x        IC18317   Fix security hole in SMB/DCE domain drivers  
  176.  
  177.  
  178. END OF DOCUMENT
  179.