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

  1. New Features of LU Exporter - Version 941229
  2.  
  3. Faster Operation
  4. ---------------- 
  5. Improved performance of single/range of user export.  
  6. This version now skips all users that are not needed.  
  7. This improves performance radically.  
  8.  
  9. Real-Time Status Display 
  10. ------------------------ 
  11. New "-V" option provides Verbose status information about
  12. all operations.  This gives you a progress report of all 
  13. operations (expecially when handling >64K of ACLs).  A 
  14. graphical display shows you the speed of different 
  15. operations.  We normally add this option to all of our 
  16. command lines so that we can guage when an operation will be 
  17. completed.  The verbose status information does not go into 
  18. the log files since it provides you with visual cues only.  
  19.  
  20. Detect and Repair Access Control Lists 
  21. --------------------------------------- 
  22. New "-BAD" option checks access control entries for
  23. access lists.  Empty ACLs and non-existent directories/files
  24. with resources are flagged.  The program now generates a
  25. file:  FIXACL.ICU that can used in the BA program to erase
  26. the bad entries.  Each entry is annotated.  
  27.  
  28. You must combine the -BAD with the -ACCESS parameter for 
  29. this feature to operate.
  30.  
  31. Possible Trap Condition Corrected 
  32. ----------------------------------
  33. Corrected bug that could cause a trap if a drive was
  34. checked for ACLs and there were none.  
  35.  
  36.  
  37. Added Selection Criteria for Groups and ACEs 
  38. -------------------------------------------- 
  39.  -UN:  option now limits user and group information for
  40. USER, GROUP, and ACEs This allows you to export the access
  41. control information for a single user/group.  
  42.  
  43.  
  44. ACE or ACL Only Reports Now Available 
  45. -------------------------------------- 
  46. Export data for access control can be limited to either
  47. -ACL (resources/server) or -ACE (users/groups/server) 
  48. information.  Both are listed by -ACC (all access 
  49. information).  Using the -UN option you can now export the 
  50. access control info for a specific user or group.  
  51.  
  52. Import DCDB & NET.ACC Info Without Editing 
  53. ------------------------------------------ 
  54. In this version you can change the header sections from
  55. [..._LIST] to ADD, UPDATE, or DELETE sections using the new
  56. -E option. The next letter after -E stands for the type of
  57. section(s) to generate.  A=ADD, D=DELETE, U=UPDATE.  This is
  58. then followed by a colon followed by the type of resource
  59. section tochange. The resource names are: [USE]ER, [GRO]UP,
  60. [ALI]IAS,[APP]LICATIONS,[ACL],[ACE],[ALL].You can use more
  61. than one option at a time.  The ALL option changes all
  62. sections that are generated.  
  63.  
  64. For example, to change the user export from a list to an 
  65. ADD, you would enter the command:  
  66.  
  67.     -EA:USER 
  68.  
  69. To change the ACE entries from LIST to UPDATE, you would use 
  70. the command:  
  71.  
  72.     -EU:ACE 
  73.  
  74. For example, to refresh the access permissions for the user 
  75. "PHIL" with the file REFRESH.ICU you would use the following 
  76. command to create the change file:  
  77.  
  78.     LU -ACE -UN:PHIL -EU:ACE -V -O:REFRESH.ICU 
  79.  
  80. To then apply this newly created file, you would use the 
  81. command:  
  82.  
  83.     BA -I:REFRESH.ICU 
  84.  
  85. Servers and Users Now Listed in ACL and ACE sections 
  86. ---------------------------------------------------- 
  87. We now provide lists of servers, users, and groups that
  88. are inaccess sections.  The lists can be renamed to
  89. [ACCESS_ADD], [ACCESS_DELETE], and [ACCESS_UPDATE] using the
  90. -E option.  This allows access sections to be processed in
  91. BA.EXE with no editing needed.  Lists of users/groups can be
  92. narrowed with -UN option.  
  93.  
  94. Adjustable Buffer Size for Large ACLs 
  95. ------------------------------------- 
  96. When accessing directory entries from remote servers that
  97. have large drives, you can control the buffering of entries. 
  98. You can buffer 1, 3 or 64K worth of directory entries.  When
  99. accessing a LAN Server 3.0 domain with HPFS-386 from an LAN 
  100. Server 4.0 requester, only the 1 entry buffer should be used 
  101. (bug in LAN Server 4.0)--this is the default.  In other 
  102. cases you can use the larger buffer size.  The option is 
  103. controlled with the switches:      
  104. -BUF1     Buffer one directory entry only (default)
  105. -BUF3    Buffer 3 entries 
  106. -BUF64K    Buffer a full 64Kbytes of entries (best performance)
  107.  
  108.  
  109. Cross Reference Report Now Shows Logon Assignments 
  110. -------------------------------------------------- 
  111. Added functionality to cross reference report.  This
  112. version not displays the logon assignment for each user in
  113. the report. If you want to make sure that all of the users
  114. have the same logon assignments, this feature shows you all
  115. of your logon assignments by resource.  
  116.  
  117. Command Line, Userid, and Machine ID now echoed
  118. -----------------------------------------------
  119. Additional information is now provided on 
  120. all reports.
  121.  
  122. Rewrote Exporter to handle LAN Server Internal Error
  123. ----------------------------------------------------
  124. In some cases, LAN Server would return an
  125. error code of 2140 (LAN Server Internal Error).  This
  126. version uses a rewritten version to work around this
  127. LAN Server bug.  We also achieved faster user info 
  128. lookup also.
  129.  
  130. Exported Encrypted Passwords Might not be Importable
  131. -----------------------------------------------------
  132. This version now truncates the password to 32 characters in 
  133. both the importer and exporter.  This will allow you to use 
  134. existing files with control characters in the Encrypted 
  135. Password field.
  136.  
  137.  
  138.