This file is indexed.

/usr/share/dirsrv/data/21astasks.ldif.tmpl is in 389-admin 1.1.46-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
# BEGIN COPYRIGHT BLOCK
# Copyright (C) 2007 Red Hat, Inc.
# All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; version 2
# of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
#
# END COPYRIGHT BLOCK
dn: cn=Tasks,%as_sie%
objectClass: top
objectClass: nsResourceRef
cn: Tasks

dn: cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstaskgroup
nsTaskLabel: Operation Tasks Group
cn: Operation

dn: cn=Stop,cn=Operation,cn=Tasks,%as_sie%
changetype: modify
replace: nsClassname
replace: nsHelpRef
nsClassname: com.netscape.management.admserv.task.Stop@%as_console_jar%@%as_sie%
nsHelpRef: %as_help_path%/stopadm.html

dn: cn=Stop,cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/stopadm.html
nsExecRef: stopsrv
nsClassname: com.netscape.management.admserv.task.Stop@%as_console_jar%@%as_sie%
cn: Stop

dn: cn=Restart,cn=Operation,cn=Tasks,%as_sie%
changetype: modify
replace: nsClassname
replace: nsHelpRef
nsClassname: com.netscape.management.admserv.task.Restart@%as_console_jar%@%as_sie%
nsHelpRef: %as_help_path%/restartadm.html

dn: cn=Restart,cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/restartadm.html
nsExecRef: restartsrv
nsClassname: com.netscape.management.admserv.task.Restart@%as_console_jar%@%as_sie%
cn: Restart

dn: cn=Authenticate,cn=Operation,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/userauth.html

dn: cn=Authenticate,cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
nsHelpRef: %as_help_path%/userauth.html
nsExecRef: userauth
cn: Authenticate

dn: cn=ListOldServers,cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: listOldSrvs
cn: ListOldServers

dn: cn=StartConfigDS,cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
nsExecRef: start_config_ds
cn: StartConfigDS

dn: cn=MigrateConfig,cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: migrateConfig
cn: MigrateConfig

dn: cn=StatusPing,cn=Operation,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: statusping
nsLogSuppress: true
cn: StatusPing

dn: cn=Configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstaskgroup
nsTaskLabel: Configuration Tasks Group
cn: Configuration

dn: cn=ServerSetup,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsClassname
nsClassname: com.netscape.management.admserv.task.ServerSetup@%as_console_jar%@%as_sie%

dn: cn=ServerSetup,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: config
nsClassname: com.netscape.management.admserv.task.ServerSetup@%as_console_jar%@%as_sie%
cn: ServerSetup

dn: cn=DirectorySetup,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: dsconfig
cn: DirectorySetup

dn: cn=UGDirectorySetup,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: ugdsconfig
cn: UGDirectorySetup

dn: cn=AccessSetup,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: admpw
cn: AccessSetup

dn: cn=Logging,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsClassname
replace: nsHelpRef
nsClassname: com.netscape.management.admserv.task.Logging@%as_console_jar%@%as_sie%
nsHelpRef: %as_help_path%/logging.html

dn: cn=Logging,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/logging.html
nsExecRef: config
nsClassname: com.netscape.management.admserv.task.Logging@%as_console_jar%@%as_sie%
cn: Logging

dn: cn=SecurityOp,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsExecRef: security
cn: SecurityOp

dn: cn=CertSetup,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsClassname
replace: nsHelpRef
nsClassname: com.netscape.management.admserv.task.CertSetup@%as_console_jar%@%as_sie%
nsHelpRef: %as_help_path%/certrequest.html

dn: cn=CertSetup,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/certrequest.html
nsClassname: com.netscape.management.admserv.task.CertSetup@%as_console_jar%@%as_sie%
cn: CertSetup

dn: cn=SSLActivate,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/ssl_activate.html

dn: cn=SSLActivate,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/ssl_activate.html
nsExecRef: sec-activate
cn: SSLActivate

dn: cn=ReadLog,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/logging.html

dn: cn=ReadLog,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/logging.html
nsExecRef: ReadLog
cn: ReadLog

dn: cn=HTMLAdmin,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/htmladmin.html

dn: cn=HTMLAdmin,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/htmladmin.html
nsExecRef: htmladmin
cn: HTMLAdmin

dn: cn=StatPingServ,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/statpingserv.html

dn: cn=StatPingServ,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/statpingserv.html
nsExecRef: statpingserv
cn: StatPingServ

dn: cn=ViewData,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/viewdata.html

dn: cn=ViewData,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/viewdata.html
nsExecRef: viewdata
cn: ViewData

dn: cn=ViewLog,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/viewlog.html

dn: cn=ViewLog,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/viewlog.html
nsExecRef: viewlog
cn: ViewLog

dn: cn=MonReplication,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/monreplication.html

dn: cn=MonReplication,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/monreplication.html
nsExecRef: monreplication
cn: MonReplication

dn: cn=repl-monitor-cgi.pl,cn=configuration,cn=Tasks,%as_sie%
changetype: modify
replace: nsHelpRef
nsHelpRef: %as_help_path%/monreplication.html

dn: cn=repl-monitor-cgi.pl,cn=configuration,cn=Tasks,%as_sie%
objectClass: top
objectClass: nstask
objectClass: nsAdminObject
nsHelpRef: %as_help_path%/monreplication.html
nsExecRef: repl-monitor-cgi.pl
cn: repl-monitor-cgi.pl