home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / icunew.zip / an.txt < prev    next >
Text File  |  1994-12-29  |  4KB  |  118 lines

  1. New Features in AN.EXE Analyzer Module (Version: 941229)
  2.  
  3. DOS DCDBs Now Synchronized
  4. --------------------------
  5. A bug exists in both LAN Server 3.0 and 4.0 that can cause 
  6. the DOS DCDB files to not be synchronized with the OS/2 
  7. database.  This causes logon assignments to work properly 
  8. for OS/2 workstations, but not for DOS workstations.  DOS 
  9. workstations users find extra assignments as well as many 
  10. missing assignments.
  11.  
  12. This has been rectified via a number of solutions.  First, 
  13. when checking user accounts, the synchronization of DOS and 
  14. OS/2 logon files is checked.  If there is an inconsistency, 
  15. then the user is offered the opportunity to perform a 
  16. DOS_DCDB_SYNC operation (YES/NO).  There are two files dealt
  17. with during the sync operation: LIST.S (application 
  18. assignments) and LIST.U (alias assignments). Both are 
  19. synchronized to the OS/2 DCDB.
  20.  
  21. If the batch option is chosen, the Analyzer will now insert 
  22. the line: "Sync_DOS_DCDB=YES" into the batch file to force 
  23. the Batch Editor to do the synchronization.  This line can 
  24. be added manually to a change section to cause a series of 
  25. users to be synchronized.  For example, the following 
  26. sequence can be used for synchronization a series of users 
  27. manually using the template 'FIXDOS':
  28.  
  29. [USER_UPDATE]
  30.   User_FIXDOS=PL
  31.   User_FIXDOS=SRVICS
  32.   User_FIXDOS=SRVPHIL
  33.   User_FIXDOS=TESTC
  34.   User_FIXDOS=TESTD
  35.   User_FIXDOS=TESTE
  36.   User_FIXDOS=TESTF
  37.   User_FIXDOS=TESTG
  38.   User_FIXDOS=U01
  39.   User_FIXDOS=USERIX
  40.   User_FIXDOS=X1
  41.   User_FIXDOS=X10
  42.   User_FIXDOS=X2
  43.  
  44. [USER_FIXDOS]
  45. Sync_DOS_DCDB=YES
  46.  
  47. This file would be used as input to the Batch Editor.
  48.  
  49. Analyzer Now Creates Batch Files
  50. --------------------------------
  51. One of the most requested features in LAN ICU was the 
  52. ability to use the Analyzer in batch mode to create a change
  53. file that could be examined and run at a later date.  This 
  54. feature has now been implemented in both the Analyzer and 
  55. Batch Editor.
  56.  
  57. The switch to perform the analyze operation in batch mode is
  58. '-B'.  This causes all problems and their solutions to be 
  59. inserted into a fix file that can be used for input to the 
  60. Batch Editor.  The name of the batch file is controlled by 
  61. the: '-F:FIXFILENAME' parameter.  If no fix file name is 
  62. supplied, the default file name of FIXLAN.ICU will be used.
  63.  
  64. Analyzer Can Be Limited in Scope
  65. --------------------------------
  66. Another feature widely requested was the ability to turn off
  67. the rules base or selected parts of it.  This can now be 
  68. accomplished by the following command line switches:
  69.  
  70. [-XBA]SE    Skips testing of base profile settings like
  71.             password required, logon server, etc.
  72.  
  73. [-XLO]GON   Skips testing of alias and application logon
  74.             assignments.
  75.  
  76. [-XDC]B     Skips testing of DCDB intergity and 
  77.             initialization.  If you have users with
  78.             uninitialized DCDBs, and you don't want
  79.             them flagged, use this option.
  80.  
  81. [-XPE]RMISSIONS
  82.             Skips testing access permissions for accounts.
  83.             This feature will not check the user's right
  84.             to use the aliases that are assigned at logon.
  85.  
  86. Faster Operation of Analyzer
  87. ----------------------------
  88. The user name [-UN] option has been speeded up radically. 
  89. This version will now skip forward directly to the first 
  90. user account listed.  It will end its operation at end of 
  91. the last user.
  92.  
  93. Permissions Problems Listed in Fix File
  94. ---------------------------------------
  95. All corrections are placed in the fix file.  Insufficent 
  96. privilege is flagged in fix file and must be corrected
  97. manually.
  98.  
  99. New Options in Fix File
  100. -----------------------
  101. 'Init_DCDB=YES' option is used to clear a user's logon DCDB. 
  102. This option will be added to the fix file of any user that 
  103. has an uninitialized DCDB.
  104.  
  105. 'Fix_App_DCDB=YES' option is inserted if an internal 
  106. consistency error is detected in a user's DCDB.
  107.  
  108. Alias not found in domain
  109. -------------------------
  110. This version of the analyzer now checks the aliases within 
  111. the domain more completely.  The Alias not found in domain 
  112. message now accurately reports existence or non-existence of
  113. aliases.
  114.  
  115.  
  116.  
  117.  
  118.