tasks.ldif 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. #
  2. # BEGIN COPYRIGHT BLOCK
  3. # This Program is free software; you can redistribute it and/or modify it under
  4. # the terms of the GNU General Public License as published by the Free Software
  5. # Foundation; version 2 of the License.
  6. #
  7. # This Program is distributed in the hope that it will be useful, but WITHOUT
  8. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  9. # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  10. #
  11. # You should have received a copy of the GNU General Public License along with
  12. # this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
  13. # Place, Suite 330, Boston, MA 02111-1307 USA.
  14. #
  15. # In addition, as a special exception, Red Hat, Inc. gives You the additional
  16. # right to link the code of this Program with code not covered under the GNU
  17. # General Public License ("Non-GPL Code") and to distribute linked combinations
  18. # including the two, subject to the limitations in this paragraph. Non-GPL Code
  19. # permitted under this exception must only link to the code of this Program
  20. # through those well defined interfaces identified in the file named EXCEPTION
  21. # found in the source code files (the "Approved Interfaces"). The files of
  22. # Non-GPL Code may instantiate templates or use macros or inline functions from
  23. # the Approved Interfaces without causing the resulting work to be covered by
  24. # the GNU General Public License. Only Red Hat, Inc. may make changes or
  25. # additions to the list of Approved Interfaces. You must obey the GNU General
  26. # Public License in all respects for all of the Program code and other code used
  27. # in conjunction with the Program except the Non-GPL Code covered by this
  28. # exception. If you modify this file, you may extend this exception to your
  29. # version of the file, but you are not obligated to do so. If you do not wish to
  30. # provide this exception without modification, you must delete this exception
  31. # statement from your version and license this file solely under the GPL without
  32. # exception.
  33. #
  34. #
  35. # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  36. # Copyright (C) 2005 Red Hat, Inc.
  37. # All rights reserved.
  38. # END COPYRIGHT BLOCK
  39. #
  40. #
  41. # Top level Tasks branch
  42. #
  43. dn: cn=Tasks
  44. objectclass: top
  45. objectclass: nsResourceRef
  46. #
  47. # Operation Task Group
  48. #
  49. dn: cn=Operation, cn=Tasks
  50. objectclass: top
  51. objectclass: nstaskgroup
  52. nstasklabel: Operation Tasks Group
  53. # Define the order of tasks on the task tab
  54. dn: cn=task summary, cn=Operation, cn=Tasks
  55. objectclass: top
  56. objectclass: nsConfig
  57. description: start stop restart Backup Restore KeyCert Authenticate CompleteImport CompleteExport
  58. dn: cn=start, cn=Operation, cn=Tasks
  59. objectclass: top
  60. objectclass: nstask
  61. objectclass: nsAdminObject
  62. nsClassname: [email protected]
  63. nsexecref: start
  64. dn: cn=stop, cn=Operation, cn=Tasks
  65. objectclass: top
  66. objectclass: nstask
  67. objectclass: nsAdminObject
  68. nsClassname: [email protected]
  69. nsexecref: shutdown
  70. dn: cn=restart, cn=Operation, cn=Tasks
  71. objectclass: top
  72. objectclass: nstask
  73. objectclass: nsAdminObject
  74. nsClassname: [email protected]
  75. nsexecref: restart
  76. dn: cn=Backup, cn=operation, cn=Tasks
  77. objectclass: top
  78. objectclass: nstask
  79. objectclass: nsAdminObject
  80. nsClassname: [email protected]
  81. nsexecref: ds_db2bak
  82. dn: cn=Restore, cn=operation, cn=Tasks
  83. objectclass: top
  84. objectclass: nstask
  85. objectclass: nsAdminObject
  86. nsClassname: [email protected]
  87. nsexecref: ds_bak2db
  88. dn: cn=KeyCert, cn=operation, cn=Tasks
  89. objectclass: top
  90. objectclass: nstask
  91. objectclass: nsAdminObject
  92. nsClassname: [email protected]
  93. dn: cn=Authenticate, cn=operation, cn=Tasks
  94. objectclass: top
  95. objectclass: nstask
  96. objectclass: nsAdminObject
  97. nsClassname: [email protected]
  98. dn: cn=CompleteImport, cn=operation, cn=Tasks
  99. objectclass: top
  100. objectclass: nstask
  101. objectclass: nsAdminObject
  102. nsClassname: [email protected]
  103. dn: cn=CompleteExport, cn=operation, cn=Tasks
  104. objectclass: top
  105. objectclass: nstask
  106. objectclass: nsAdminObject
  107. nsClassname: [email protected]
  108. dn: cn=Export, cn=operation, cn=Tasks
  109. objectclass: top
  110. objectclass: nstask
  111. objectclass: nsAdminObject
  112. nsexecref: ds_db2ldif
  113. dn: cn=Import, cn=operation, cn=Tasks
  114. objectclass: top
  115. objectclass: nstask
  116. objectclass: nsAdminObject
  117. nsexecref: ds_ldif2db
  118. dn: cn=ViewLog, cn=operation, cn=Tasks
  119. objectclass: top
  120. objectclass: nstask
  121. objectclass: nsAdminObject
  122. nsexecref: perl?ds_viewlog.pl
  123. dn: cn=ListBackups, cn=operation, cn=Tasks
  124. objectclass: top
  125. objectclass: nstask
  126. objectclass: nsAdminObject
  127. nsexecref: ds_listdb
  128. dn: cn=Remove, cn=operation, cn=Tasks
  129. objectclass: top
  130. objectclass: nstask
  131. objectclass: nsAdminObject
  132. nsexecref: ds_remove
  133. dn: cn=CreateVLVIndex, cn=operation, cn=Tasks
  134. objectclass: top
  135. objectclass: nstask
  136. objectclass: nsAdminObject
  137. nsexecref: vlvindex
  138. dn: cn=AddIndex, cn=operation, cn=Tasks
  139. objectclass: top
  140. objectclass: nstask
  141. objectclass: nsAdminObject
  142. nsexecref: addindex
  143. dn: cn=SNMPCtrl, cn=operation, cn=Tasks
  144. objectclass: top
  145. objectclass: nstask
  146. objectclass: nsAdminObject
  147. nsexecref: ds_snmpctrl