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

  1. New Features in BA.EXE Batch Editor Module (Version: 941229)
  2.  
  3. Add to Group USERS & ADMINS Now Ignored
  4. ----------------------------------------
  5. If an attempt was made to add a user to the USERS group, a
  6. LAN error would occur.  Now attempts to add a user to both 
  7. USERS and ADMINS are ignored.
  8.  
  9.  
  10. DOS DCDBs Now Synchronized
  11. --------------------------
  12. Any changes to Alias or Application logon assignments now 
  13. cause the DOS DCDB files to be synchronized automatically.
  14. The DOS DCDB can be manually synchronized to the OS/2 DCDB.
  15.  
  16. A bug exists in both LAN Server 3.0 and 4.0 that can cause 
  17. the DOS DCDB files to not be synchronized with the OS/2 
  18. database.  This causes logon assignments to work properly 
  19. for OS/2 workstations, but not for DOS workstations.  DOS 
  20. workstations users find extra assignments as well as many 
  21. missing assignments.
  22.  
  23. The "Sync_DOS_DCDB=YES" option forces the DOS DCDB files to 
  24. be synchronized with the OS/2 DCDB files.  The following
  25. sequence can be used to synchronize a series of users
  26. manually using the template 'FIXDOS':
  27.  
  28. [USER_UPDATE]
  29.   User_FIXDOS=PL
  30.   User_FIXDOS=SRVICS
  31.   User_FIXDOS=SRVPHIL
  32.   User_FIXDOS=TESTC
  33.   User_FIXDOS=TESTD
  34.   User_FIXDOS=TESTE
  35.   User_FIXDOS=TESTF
  36.   User_FIXDOS=TESTG
  37.   User_FIXDOS=U01
  38.   User_FIXDOS=USERIX
  39.   User_FIXDOS=X1
  40.   User_FIXDOS=X10
  41.   User_FIXDOS=X2
  42.  
  43. [USER_FIXDOS]
  44. Sync_DOS_DCDB=YES
  45.  
  46. This file would be used as input to the Batch Editor.
  47.  
  48.  
  49. New Options in Fix File
  50. -----------------------
  51. 'Init_DCDB=YES' option is used to clear a user's logon DCDB. 
  52. This option will be added to the fix file of any user that 
  53. has an uninitialized DCDB.
  54.  
  55. 'Fix_App_DCDB=YES' option is inserted if an internal 
  56. consistency error is detected in a user's DCDB.
  57.  
  58. User name can be changed without editing
  59. -----------------------------------------
  60. A new option has been added to allow an existing exported 
  61. user section to be reimported under a new name without 
  62. editing the export file.  This feature is accomplished with 
  63. the '-CN:OldName,NewName' option.  The change name feature 
  64. operates on user add, delete, and update operations.
  65.  
  66. This feature is designed to allow a single user to be 
  67. changed.  If there are muliple user names in the export 
  68. file, only the user section that matches the OldName will be
  69. used for the NewName.
  70.  
  71. Memory buffer too small on some application adds
  72. ------------------------------------------------
  73. In some cases applications might not be added due to a 
  74. limited buffer size.  This has been corrected.
  75.  
  76. Encrypted Password Imports might fail
  77. -------------------------------------
  78. In some versions of LAN Server, the encrypted password might
  79. contain an embedded control character at the end of the 
  80. password.  This situation is now detected and only the first
  81. 32 characters are used.  This allows existing exported user 
  82. sections to be used with no problems.
  83.  
  84. Import DCDB & NET.ACC Info Without Editing
  85. ------------------------------------------
  86. In this version you can change the header sections from
  87. [..._LIST] to ADD, UPDATE, or DELETE sections using the new
  88. -E option. The next letter after -E stands for the type of
  89. section(s) to generate.  A=ADD, D=DELETE, U=UPDATE.  This is
  90. then followed by a colon followed by the type of resource
  91. section tochange. The resource names are: [USE]ER, [GRO]UP,
  92. [ALI]IAS,[APP]LICATIONS,[ACL],[ACE],[ALL].You can use more
  93. than one option at a time.  The ALL option changes all
  94. sections that are generated.
  95.  
  96. For example, to import a user section from a LIST
  97. to an ADD, you would enter the command:
  98.  
  99.     -EA:USER
  100.  
  101. To change the ACE & ACL entries from LIST to UPDATE, you
  102. would use the command:
  103.  
  104.     -EU:ACL
  105.  
  106. For example, to refresh the access permissions for the user
  107. "PHIL" with the file REFRESH.ICU you would use the following
  108. command to create the change file:
  109.  
  110.     LU -ACE -UN:PHIL -V -O:REFRESH.ICU
  111.  
  112. To then apply this newly created file, you would use the
  113. command:
  114.  
  115.     BA -I:REFRESH.ICU -EU:ACL
  116.  
  117.  
  118.  
  119.  
  120.