Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
3.9 KiB

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