home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Topware / w2ksp2en / w2ksp2.exe / i386 / adminpak.msi / adminpak.CAB / delegwiz.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1999-10-04  |  2.2 KB  |  111 lines

  1. [Version]
  2. signature="$CHICAGO$"
  3.  
  4. [DelegationTemplates]
  5.  
  6. Templates = template1, template2, template3, template4, template5, template6, template7
  7.  
  8. ;---------------------------------------------------------
  9. [template1]
  10. AppliesToClasses=domainDns,organizationalUnit
  11.  
  12. Description = "Create, delete, and manage user accounts"
  13.  
  14. ObjectTypes = SCOPE, user
  15.  
  16. [template1.SCOPE]
  17. user=CC,DC
  18.  
  19. [template1.user]
  20. @=GA
  21. ;---------------------------------------------------------
  22.  
  23.  
  24.  
  25. ;---------------------------------------------------------
  26. [template2]
  27. AppliesToClasses=domainDns,organizationalUnit
  28.  
  29. Description = "Reset passwords on user accounts"
  30.  
  31. ObjectTypes = user
  32.  
  33. [template2.user]
  34. CONTROLRIGHT= "Reset Password"
  35. ;----------------------------------------------------------
  36.  
  37.  
  38. ;----------------------------------------------------------
  39. [template3]
  40. AppliesToClasses=domainDns,organizationalUnit
  41.  
  42. Description = "Read all user information"
  43.  
  44. ObjectTypes = user
  45.  
  46. [template3.user]
  47. @=RP
  48.  
  49. ;----------------------------------------------------------
  50. [template4]
  51. AppliesToClasses = organizationalUnit
  52.  
  53. Description = "Create, delete and manage groups"
  54.  
  55. ObjectTypes = SCOPE, group
  56.  
  57. [template4.SCOPE]
  58. group=CC,DC
  59.  
  60. [template4.group]
  61. @=GA
  62.  
  63. ;----------------------------------------------------------
  64.  
  65.  
  66. ;----------------------------------------------------------
  67. [template5]
  68. AppliesToClasses=domainDns,organizationalUnit
  69.  
  70. Description = "Modify the membership of a group"
  71.  
  72. ObjectTypes = group
  73.  
  74. [template5.group]
  75. member=RP,WP
  76. ;----------------------------------------------------------
  77.  
  78.  
  79. ;----------------------------------------------------------
  80. [template6]
  81. AppliesToClasses = domainDNS
  82.  
  83. Description = "Join a computer to the domain"
  84.  
  85. ObjectTypes = SCOPE
  86.  
  87. [template6.SCOPE]
  88. computer=CC
  89. ;----------------------------------------------------------
  90.  
  91.  
  92.  
  93. ;----------------------------------------------------------
  94. [template7]
  95. AppliesToClasses = domainDNS,organizationalUnit,site
  96.  
  97. Description = "Manage Group Policy links"
  98.  
  99. ObjectTypes = SCOPE
  100.  
  101. [template7.SCOPE]
  102. gPLink=RP,WP
  103. gPOptions=RP,WP
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110. ;----------------------------------------------------------
  111.