David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
 
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2019, Michal Nowak
# Copyright (c) 2020, Andreas Wacknitz
# Copyright (c) 2022, Friedrich Kink
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
# Move man pages to "oldap" namespace
<transform file path=(.+)/man/man1oldap/(.+).1oldap$ -> \
    set action.hash %<\1>/man/man1/%<\2>.1>
<transform file path=(.+)/man/man3oldap/(.+).3oldap$ -> \
    set action.hash %<\1>/man/man3/%<\2>.3>
<transform file path=(.+)/man/man5oldap/(.+).5oldap$ -> \
    set action.hash %<\1>/man/man5/%<\2>.5>
<transform file path=(.+)/man/man8oldap/(.+).8oldap$ -> \
    set action.hash %<\1>/man/man8/%<\2>.8>
 
group groupname=openldap gid=75
user username=openldap ftpuser=false gcos-field="OpenLDAP User" group=openldap uid=75
 
dir path=var/openldap owner=openldap group=openldap
dir path=var/openldap/openldap-data owner=openldap group=openldap mode=700
dir path=var/openldap/run owner=openldap group=openldap mode=700
 
file files/exec_attr path=etc/security/exec_attr.d/library:openldap
file files/prof_attr path=etc/security/prof_attr.d/library:openldap
file files/ldap-olslapd.xml path=lib/svc/manifest/network/ldap/ldap-olslapd.xml
file files/ldap-olslapd path=lib/svc/method/ldap-olslapd
 
link path=usr/bin/openldapadd target=openldapmodify
 
link path=usr/lib/$(MACH64)/liblber.so       target=liblber-2.6.so.2
link path=usr/lib/$(MACH64)/liblber-2.4.so   target=liblber-2.6.so.2
link path=usr/lib/$(MACH64)/liblber-2.4.so.2 target=liblber-2.6.so.2
link path=usr/lib/$(MACH64)/liblber-2.6.so   target=liblber-2.6.so.2
link path=usr/lib/$(MACH64)/libldap-2.4.so   target=libldap-2.6.so.2
link path=usr/lib/$(MACH64)/libldap-2.4.so.2 target=libldap-2.6.so.2
link path=usr/lib/$(MACH64)/libldap-2.6.so   target=libldap-2.6.so.2
link path=usr/lib/$(MACH64)/libldap_r.so     target=libldap-2.6.so.2
link path=usr/lib/$(MACH64)/libldap_r-2.4.so target=libldap-2.6.so.2
link path=usr/lib/$(MACH64)/libldap_r-2.4.so.2 target=libldap-2.6.so.2
link path=usr/lib/liblber.so       target=liblber-2.6.so.2
link path=usr/lib/liblber-2.4.so   target=liblber-2.6.so.2
link path=usr/lib/liblber-2.4.so.2 target=liblber-2.6.so.2
link path=usr/lib/liblber-2.6.so   target=liblber-2.6.so.2
link path=usr/lib/libldap-2.4.so   target=libldap-2.6.so.2
link path=usr/lib/libldap-2.4.so.2 target=libldap-2.6.so.2
link path=usr/lib/libldap-2.6.so   target=libldap-2.6.so.2
link path=usr/lib/libldap_r.so     target=libldap-2.6.so.2
link path=usr/lib/libldap_r-2.4.so target=libldap-2.6.so.2
link path=usr/lib/libldap_r-2.4.so.2 target=libldap-2.6.so.2
 
file path=etc/openldap/ldap.conf mode=0644 owner=root group=openldap preserve=true
file path=etc/openldap/ldap.conf.default
file path=etc/openldap/schema/README
file path=etc/openldap/schema/collective.ldif
file path=etc/openldap/schema/collective.schema
file path=etc/openldap/schema/corba.ldif
file path=etc/openldap/schema/corba.schema
file path=etc/openldap/schema/core.ldif
file path=etc/openldap/schema/core.schema
file path=etc/openldap/schema/cosine.ldif
file path=etc/openldap/schema/cosine.schema
file path=etc/openldap/schema/dsee.ldif
file path=etc/openldap/schema/dsee.schema
file path=etc/openldap/schema/duaconf.ldif
file path=etc/openldap/schema/duaconf.schema
file path=etc/openldap/schema/dyngroup.ldif
file path=etc/openldap/schema/dyngroup.schema
file path=etc/openldap/schema/inetorgperson.ldif
file path=etc/openldap/schema/inetorgperson.schema
file path=etc/openldap/schema/java.ldif
file path=etc/openldap/schema/java.schema
file path=etc/openldap/schema/misc.ldif
file path=etc/openldap/schema/misc.schema
file path=etc/openldap/schema/msuser.ldif
file path=etc/openldap/schema/msuser.schema
file path=etc/openldap/schema/namedobject.ldif
file path=etc/openldap/schema/namedobject.schema
file path=etc/openldap/schema/nis.ldif
file path=etc/openldap/schema/nis.schema
file path=etc/openldap/schema/openldap.ldif
file path=etc/openldap/schema/openldap.schema
file path=etc/openldap/schema/pmi.ldif
file path=etc/openldap/schema/pmi.schema
file path=etc/openldap/slapd.conf mode=0640 owner=root group=openldap preserve=true
file path=etc/openldap/slapd.conf.default
file usr/bin/ldapcompare path=usr/bin/openldapcompare
file usr/bin/ldapdelete path=usr/bin/openldapdelete
file usr/bin/ldapexop path=usr/bin/openldapexop
file usr/bin/ldapmodify path=usr/bin/openldapmodify
file usr/bin/ldapmodrdn path=usr/bin/openldapmodrdn
file usr/bin/ldappasswd path=usr/bin/openldappasswd
file usr/bin/ldapsearch path=usr/bin/openldapsearch
file usr/bin/ldapurl path=usr/bin/openldapurl
file usr/bin/ldapvc path=usr/bin/openldapvc
file usr/bin/ldapwhoami path=usr/bin/openldapwhoami
file path=usr/include/openldap/lber.h
file path=usr/include/openldap/lber_types.h
file path=usr/include/openldap/ldap.h
file path=usr/include/openldap/ldap_cdefs.h
file path=usr/include/openldap/ldap_features.h
file path=usr/include/openldap/ldap_schema.h
file path=usr/include/openldap/ldap_utf8.h
file path=usr/include/openldap/ldif.h
file path=usr/include/openldap/openldap.h
file path=usr/include/openldap/slapi-plugin.h
link path=usr/lib/$(MACH64)/liblber-2.6.so.2 target=liblber-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/liblber-2.6.so.2.0.200
#link path=usr/lib/$(MACH64)/liblber.so target=liblber-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/libldap-2.6.so.2 target=libldap-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/libldap-2.6.so.2.0.200
#link path=usr/lib/$(MACH64)/libldap.so target=libldap-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/accesslog-2.6.so.2 \
    target=accesslog-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/accesslog-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/accesslog.so \
    target=accesslog-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/argon2-2.6.so.2 \
    target=argon2-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/argon2-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/argon2.so target=argon2-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/auditlog-2.6.so.2 \
    target=auditlog-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/auditlog-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/auditlog.so target=auditlog-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/autoca-2.6.so.2 \
    target=autoca-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/autoca-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/autoca.so target=autoca-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_asyncmeta-2.6.so.2 \
    target=back_asyncmeta-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_asyncmeta-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_asyncmeta.so \
    target=back_asyncmeta-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_dnssrv-2.6.so.2 \
    target=back_dnssrv-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_dnssrv-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_dnssrv.so \
    target=back_dnssrv-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_ldap-2.6.so.2 \
    target=back_ldap-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_ldap-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_ldap.so \
    target=back_ldap-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_mdb-2.6.so.2 \
    target=back_mdb-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_mdb-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_mdb.so target=back_mdb-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_meta-2.6.so.2 \
    target=back_meta-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_meta-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_meta.so \
    target=back_meta-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_null-2.6.so.2 \
    target=back_null-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_null-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_null.so \
    target=back_null-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_passwd-2.6.so.2 \
    target=back_passwd-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_passwd-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_passwd.so \
    target=back_passwd-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_perl-2.6.so.2 \
    target=back_perl-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_perl-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_perl.so \
    target=back_perl-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_relay-2.6.so.2 \
    target=back_relay-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_relay-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_relay.so \
    target=back_relay-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_sock-2.6.so.2 \
    target=back_sock-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_sock-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_sock.so \
    target=back_sock-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_sql-2.6.so.2 \
    target=back_sql-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/back_sql-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/back_sql.so target=back_sql-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/collect-2.6.so.2 \
    target=collect-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/collect-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/collect.so target=collect-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/constraint-2.6.so.2 \
    target=constraint-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/constraint-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/constraint.so \
    target=constraint-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/dds-2.6.so.2 target=dds-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/dds-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/dds.so target=dds-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/deref-2.6.so.2 target=deref-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/deref-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/deref.so target=deref-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/dyngroup-2.6.so.2 \
    target=dyngroup-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/dyngroup-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/dyngroup.so target=dyngroup-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/dynlist-2.6.so.2 \
    target=dynlist-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/dynlist-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/dynlist.so target=dynlist-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/homedir-2.6.so.2 \
    target=homedir-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/homedir-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/homedir.so target=homedir-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/memberof-2.6.so.2 \
    target=memberof-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/memberof-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/memberof.so target=memberof-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/otp-2.6.so.2 target=otp-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/otp-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/otp.so target=otp-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/pcache-2.6.so.2 \
    target=pcache-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/pcache-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/pcache.so target=pcache-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/ppolicy-2.6.so.2 \
    target=ppolicy-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/ppolicy-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/ppolicy.so target=ppolicy-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/refint-2.6.so.2 \
    target=refint-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/refint-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/refint.so target=refint-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/remoteauth-2.6.so.2 \
    target=remoteauth-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/remoteauth-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/remoteauth.so \
    target=remoteauth-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/retcode-2.6.so.2 \
    target=retcode-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/retcode-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/retcode.so target=retcode-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/rwm-2.6.so.2 target=rwm-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/rwm-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/rwm.so target=rwm-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/seqmod-2.6.so.2 \
    target=seqmod-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/seqmod-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/seqmod.so target=seqmod-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/sssvlv-2.6.so.2 \
    target=sssvlv-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/sssvlv-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/sssvlv.so target=sssvlv-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/syncprov-2.6.so.2 \
    target=syncprov-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/syncprov-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/syncprov.so target=syncprov-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/translucent-2.6.so.2 \
    target=translucent-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/translucent-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/translucent.so \
    target=translucent-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/unique-2.6.so.2 \
    target=unique-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/unique-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/unique.so target=unique-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/valsort-2.6.so.2 \
    target=valsort-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/openldap/valsort-2.6.so.2.0.200
link path=usr/lib/$(MACH64)/openldap/valsort.so target=valsort-2.6.so.2.0.200
file path=usr/lib/$(MACH64)/pkgconfig/lber.pc
file path=usr/lib/$(MACH64)/pkgconfig/ldap.pc
file path=usr/lib/$(MACH64)/slapd mode=555
link path=usr/lib/liblber-2.6.so.2 target=liblber-2.6.so.2.0.200
file path=usr/lib/liblber-2.6.so.2.0.200
#link path=usr/lib/liblber.so target=liblber-2.6.so.2.0.200
link path=usr/lib/libldap-2.6.so.2 target=libldap-2.6.so.2.0.200
file path=usr/lib/libldap-2.6.so.2.0.200
#link path=usr/lib/libldap.so target=libldap-2.6.so.2.0.200
file path=usr/lib/pkgconfig/lber.pc
file path=usr/lib/pkgconfig/ldap.pc
link path=usr/sbin/slapacl target=../lib/$(MACH64)/slapd
link path=usr/sbin/slapadd target=../lib/$(MACH64)/slapd
link path=usr/sbin/slapauth target=../lib/$(MACH64)/slapd
link path=usr/sbin/slapcat target=../lib/$(MACH64)/slapd
link path=usr/sbin/slapdn target=../lib/$(MACH64)/slapd
link path=usr/sbin/slapindex target=../lib/$(MACH64)/slapd
link path=usr/sbin/slapmodify target=../lib/$(MACH64)/slapd
link path=usr/sbin/slappasswd target=../lib/$(MACH64)/slapd
link path=usr/sbin/slapschema target=../lib/$(MACH64)/slapd
link path=usr/sbin/slaptest target=../lib/$(MACH64)/slapd
link path=usr/share/man/man1oldap/ldapadd.1oldap target=ldapmodify.1oldap
file path=usr/share/man/man1oldap/ldapcompare.1oldap
file path=usr/share/man/man1oldap/ldapdelete.1oldap
file path=usr/share/man/man1oldap/ldapexop.1oldap
file path=usr/share/man/man1oldap/ldapmodify.1oldap
file path=usr/share/man/man1oldap/ldapmodrdn.1oldap
file path=usr/share/man/man1oldap/ldappasswd.1oldap
file path=usr/share/man/man1oldap/ldapsearch.1oldap
file path=usr/share/man/man1oldap/ldapurl.1oldap
file path=usr/share/man/man1oldap/ldapvc.1oldap
file path=usr/share/man/man1oldap/ldapwhoami.1oldap
link path=usr/share/man/man3oldap/ber_alloc_t.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_bvarray_add.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_bvarray_free.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_bvdup.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_bvecadd.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_bvecfree.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_bvfree.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_bvstr.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_bvstrdup.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_dupbv.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_first_element.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_flush.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_free.3oldap target=lber-types.3oldap
link path=usr/share/man/man3oldap/ber_get_bitstring.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_get_boolean.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_get_enum.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_get_int.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_get_next.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_get_null.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_get_stringa.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_get_stringb.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_next_element.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_peek_tag.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_printf.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_put_enum.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_put_int.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_put_null.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_put_ostring.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_put_seq.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_put_set.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_put_string.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_scanf.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_skip_tag.3oldap target=lber-decode.3oldap
link path=usr/share/man/man3oldap/ber_start_set.3oldap target=lber-encode.3oldap
link path=usr/share/man/man3oldap/ber_str2bv.3oldap target=lber-types.3oldap
file path=usr/share/man/man3oldap/lber-decode.3oldap
file path=usr/share/man/man3oldap/lber-encode.3oldap
file path=usr/share/man/man3oldap/lber-memory.3oldap
file path=usr/share/man/man3oldap/lber-sockbuf.3oldap
file path=usr/share/man/man3oldap/lber-types.3oldap
link path=usr/share/man/man3oldap/ld_errno.3oldap target=ldap_error.3oldap
file path=usr/share/man/man3oldap/ldap.3oldap
file path=usr/share/man/man3oldap/ldap_abandon.3oldap
link path=usr/share/man/man3oldap/ldap_abandon_ext.3oldap target=ldap_abandon.3oldap
file path=usr/share/man/man3oldap/ldap_add.3oldap
link path=usr/share/man/man3oldap/ldap_add_ext.3oldap target=ldap_add.3oldap
link path=usr/share/man/man3oldap/ldap_add_ext_s.3oldap target=ldap_add.3oldap
link path=usr/share/man/man3oldap/ldap_add_s.3oldap target=ldap_add.3oldap
link path=usr/share/man/man3oldap/ldap_attributetype2name.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_attributetype2str.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_attributetype_free.3oldap target=ldap_schema.3oldap
file path=usr/share/man/man3oldap/ldap_bind.3oldap
link path=usr/share/man/man3oldap/ldap_bind_s.3oldap target=ldap_bind.3oldap
file path=usr/share/man/man3oldap/ldap_compare.3oldap
link path=usr/share/man/man3oldap/ldap_compare_ext.3oldap target=ldap_compare.3oldap
link path=usr/share/man/man3oldap/ldap_compare_ext_s.3oldap target=ldap_compare.3oldap
link path=usr/share/man/man3oldap/ldap_compare_s.3oldap target=ldap_compare.3oldap
link path=usr/share/man/man3oldap/ldap_control_create.3oldap target=ldap_controls.3oldap
link path=usr/share/man/man3oldap/ldap_control_dup.3oldap target=ldap_controls.3oldap
link path=usr/share/man/man3oldap/ldap_control_find.3oldap target=ldap_controls.3oldap
link path=usr/share/man/man3oldap/ldap_control_free.3oldap target=ldap_controls.3oldap
file path=usr/share/man/man3oldap/ldap_controls.3oldap
link path=usr/share/man/man3oldap/ldap_controls_dup.3oldap target=ldap_controls.3oldap
link path=usr/share/man/man3oldap/ldap_controls_free.3oldap target=ldap_controls.3oldap
link path=usr/share/man/man3oldap/ldap_count_entries.3oldap target=ldap_first_entry.3oldap
link path=usr/share/man/man3oldap/ldap_count_messages.3oldap target=ldap_first_message.3oldap
link path=usr/share/man/man3oldap/ldap_count_references.3oldap \
    target=ldap_first_reference.3oldap
link path=usr/share/man/man3oldap/ldap_count_values.3oldap target=ldap_get_values.3oldap
link path=usr/share/man/man3oldap/ldap_count_values_len.3oldap target=ldap_get_values.3oldap
link path=usr/share/man/man3oldap/ldap_dcedn2dn.3oldap target=ldap_get_dn.3oldap
file path=usr/share/man/man3oldap/ldap_delete.3oldap
link path=usr/share/man/man3oldap/ldap_delete_ext.3oldap target=ldap_delete.3oldap
link path=usr/share/man/man3oldap/ldap_delete_ext_s.3oldap target=ldap_delete.3oldap
link path=usr/share/man/man3oldap/ldap_delete_s.3oldap target=ldap_delete.3oldap
link path=usr/share/man/man3oldap/ldap_destroy.3oldap target=ldap_dup.3oldap
link path=usr/share/man/man3oldap/ldap_dn2ad_canonical.3oldap target=ldap_get_dn.3oldap
link path=usr/share/man/man3oldap/ldap_dn2dcedn.3oldap target=ldap_get_dn.3oldap
link path=usr/share/man/man3oldap/ldap_dn2str.3oldap target=ldap_get_dn.3oldap
link path=usr/share/man/man3oldap/ldap_dn2ufn.3oldap target=ldap_get_dn.3oldap
link path=usr/share/man/man3oldap/ldap_dnfree.3oldap target=ldap_get_dn.3oldap
file path=usr/share/man/man3oldap/ldap_dup.3oldap
link path=usr/share/man/man3oldap/ldap_err2string.3oldap target=ldap_error.3oldap
link path=usr/share/man/man3oldap/ldap_errlist.3oldap target=ldap_error.3oldap
file path=usr/share/man/man3oldap/ldap_error.3oldap
link path=usr/share/man/man3oldap/ldap_explode_dn.3oldap target=ldap_get_dn.3oldap
link path=usr/share/man/man3oldap/ldap_explode_rdn.3oldap target=ldap_get_dn.3oldap
file path=usr/share/man/man3oldap/ldap_extended_operation.3oldap
link path=usr/share/man/man3oldap/ldap_extended_operation_s.3oldap \
    target=ldap_extended_operation.3oldap
file path=usr/share/man/man3oldap/ldap_first_attribute.3oldap
file path=usr/share/man/man3oldap/ldap_first_entry.3oldap
file path=usr/share/man/man3oldap/ldap_first_message.3oldap
file path=usr/share/man/man3oldap/ldap_first_reference.3oldap
link path=usr/share/man/man3oldap/ldap_free_urldesc.3oldap target=ldap_url.3oldap
link path=usr/share/man/man3oldap/ldap_get_attribute_ber.3oldap \
    target=ldap_first_attribute.3oldap
file path=usr/share/man/man3oldap/ldap_get_dn.3oldap
file path=usr/share/man/man3oldap/ldap_get_option.3oldap
file path=usr/share/man/man3oldap/ldap_get_values.3oldap
link path=usr/share/man/man3oldap/ldap_get_values_len.3oldap target=ldap_get_values.3oldap
link path=usr/share/man/man3oldap/ldap_init.3oldap target=ldap_open.3oldap
link path=usr/share/man/man3oldap/ldap_init_fd.3oldap target=ldap_open.3oldap
link path=usr/share/man/man3oldap/ldap_initialize.3oldap target=ldap_open.3oldap
link path=usr/share/man/man3oldap/ldap_install_tls.3oldap target=ldap_tls.3oldap
link path=usr/share/man/man3oldap/ldap_is_ldap_url.3oldap target=ldap_url.3oldap
link path=usr/share/man/man3oldap/ldap_matchingrule2name.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_matchingrule2str.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_matchingrule_free.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_memalloc.3oldap target=ldap_memory.3oldap
link path=usr/share/man/man3oldap/ldap_memcalloc.3oldap target=ldap_memory.3oldap
link path=usr/share/man/man3oldap/ldap_memfree.3oldap target=ldap_memory.3oldap
file path=usr/share/man/man3oldap/ldap_memory.3oldap
link path=usr/share/man/man3oldap/ldap_memrealloc.3oldap target=ldap_memory.3oldap
link path=usr/share/man/man3oldap/ldap_memvfree.3oldap target=ldap_memory.3oldap
file path=usr/share/man/man3oldap/ldap_modify.3oldap
link path=usr/share/man/man3oldap/ldap_modify_ext.3oldap target=ldap_modify.3oldap
link path=usr/share/man/man3oldap/ldap_modify_ext_s.3oldap target=ldap_modify.3oldap
link path=usr/share/man/man3oldap/ldap_modify_s.3oldap target=ldap_modify.3oldap
file path=usr/share/man/man3oldap/ldap_modrdn.3oldap
link path=usr/share/man/man3oldap/ldap_modrdn2.3oldap target=ldap_modrdn.3oldap
link path=usr/share/man/man3oldap/ldap_modrdn2_s.3oldap target=ldap_modrdn.3oldap
link path=usr/share/man/man3oldap/ldap_modrdn_s.3oldap target=ldap_modrdn.3oldap
link path=usr/share/man/man3oldap/ldap_mods_free.3oldap target=ldap_modify.3oldap
link path=usr/share/man/man3oldap/ldap_msgfree.3oldap target=ldap_result.3oldap
link path=usr/share/man/man3oldap/ldap_msgid.3oldap target=ldap_result.3oldap
link path=usr/share/man/man3oldap/ldap_msgtype.3oldap target=ldap_result.3oldap
link path=usr/share/man/man3oldap/ldap_next_attribute.3oldap target=ldap_first_attribute.3oldap
link path=usr/share/man/man3oldap/ldap_next_entry.3oldap target=ldap_first_entry.3oldap
link path=usr/share/man/man3oldap/ldap_next_message.3oldap target=ldap_first_message.3oldap
link path=usr/share/man/man3oldap/ldap_next_reference.3oldap target=ldap_first_reference.3oldap
link path=usr/share/man/man3oldap/ldap_objectclass2name.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_objectclass2str.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_objectclass_free.3oldap target=ldap_schema.3oldap
file path=usr/share/man/man3oldap/ldap_open.3oldap
link path=usr/share/man/man3oldap/ldap_parse_extended_result.3oldap \
    target=ldap_parse_result.3oldap
link path=usr/share/man/man3oldap/ldap_parse_intermediate.3oldap \
    target=ldap_parse_result.3oldap
file path=usr/share/man/man3oldap/ldap_parse_reference.3oldap
file path=usr/share/man/man3oldap/ldap_parse_result.3oldap
link path=usr/share/man/man3oldap/ldap_parse_sasl_bind_result.3oldap \
    target=ldap_parse_result.3oldap
file path=usr/share/man/man3oldap/ldap_parse_sort_control.3oldap
file path=usr/share/man/man3oldap/ldap_parse_vlv_control.3oldap
link path=usr/share/man/man3oldap/ldap_perror.3oldap target=ldap_error.3oldap
file path=usr/share/man/man3oldap/ldap_rename.3oldap
link path=usr/share/man/man3oldap/ldap_rename_s.3oldap target=ldap_rename.3oldap
file path=usr/share/man/man3oldap/ldap_result.3oldap
link path=usr/share/man/man3oldap/ldap_result2error.3oldap target=ldap_error.3oldap
link path=usr/share/man/man3oldap/ldap_sasl_bind.3oldap target=ldap_bind.3oldap
link path=usr/share/man/man3oldap/ldap_sasl_bind_s.3oldap target=ldap_bind.3oldap
file path=usr/share/man/man3oldap/ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_scherr2str.3oldap target=ldap_schema.3oldap
file path=usr/share/man/man3oldap/ldap_search.3oldap
link path=usr/share/man/man3oldap/ldap_search_ext.3oldap target=ldap_search.3oldap
link path=usr/share/man/man3oldap/ldap_search_ext_s.3oldap target=ldap_search.3oldap
link path=usr/share/man/man3oldap/ldap_search_s.3oldap target=ldap_search.3oldap
link path=usr/share/man/man3oldap/ldap_search_st.3oldap target=ldap_search.3oldap
link path=usr/share/man/man3oldap/ldap_set_option.3oldap target=ldap_get_option.3oldap
link path=usr/share/man/man3oldap/ldap_set_rebind_proc.3oldap target=ldap_bind.3oldap
link path=usr/share/man/man3oldap/ldap_set_urllist_proc.3oldap target=ldap_open.3oldap
link path=usr/share/man/man3oldap/ldap_simple_bind.3oldap target=ldap_bind.3oldap
link path=usr/share/man/man3oldap/ldap_simple_bind_s.3oldap target=ldap_bind.3oldap
file path=usr/share/man/man3oldap/ldap_sort.3oldap
link path=usr/share/man/man3oldap/ldap_sort_entries.3oldap target=ldap_sort.3oldap
link path=usr/share/man/man3oldap/ldap_sort_strcasecmp.3oldap target=ldap_sort.3oldap
link path=usr/share/man/man3oldap/ldap_sort_values.3oldap target=ldap_sort.3oldap
link path=usr/share/man/man3oldap/ldap_start_tls.3oldap target=ldap_tls.3oldap
link path=usr/share/man/man3oldap/ldap_start_tls_s.3oldap target=ldap_tls.3oldap
link path=usr/share/man/man3oldap/ldap_str2attributetype.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_str2dn.3oldap target=ldap_get_dn.3oldap
link path=usr/share/man/man3oldap/ldap_str2matchingrule.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_str2objectclass.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_str2syntax.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_strdup.3oldap target=ldap_memory.3oldap
file path=usr/share/man/man3oldap/ldap_sync.3oldap
link path=usr/share/man/man3oldap/ldap_syntax2name.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_syntax2str.3oldap target=ldap_schema.3oldap
link path=usr/share/man/man3oldap/ldap_syntax_free.3oldap target=ldap_schema.3oldap
file path=usr/share/man/man3oldap/ldap_tls.3oldap
link path=usr/share/man/man3oldap/ldap_tls_inplace.3oldap target=ldap_tls.3oldap
link path=usr/share/man/man3oldap/ldap_unbind.3oldap target=ldap_bind.3oldap
link path=usr/share/man/man3oldap/ldap_unbind_ext.3oldap target=ldap_bind.3oldap
link path=usr/share/man/man3oldap/ldap_unbind_ext_s.3oldap target=ldap_bind.3oldap
link path=usr/share/man/man3oldap/ldap_unbind_s.3oldap target=ldap_bind.3oldap
file path=usr/share/man/man3oldap/ldap_url.3oldap
link path=usr/share/man/man3oldap/ldap_url_parse.3oldap target=ldap_url.3oldap
link path=usr/share/man/man3oldap/ldap_value_free.3oldap target=ldap_get_values.3oldap
link path=usr/share/man/man3oldap/ldap_value_free_len.3oldap target=ldap_get_values.3oldap
file path=usr/share/man/man5oldap/ldap.conf.5oldap
file path=usr/share/man/man5oldap/ldif.5oldap
file path=usr/share/man/man5oldap/lloadd.conf.5oldap
file path=usr/share/man/man5oldap/slapd-asyncmeta.5oldap
file path=usr/share/man/man5oldap/slapd-config.5oldap
file path=usr/share/man/man5oldap/slapd-dnssrv.5oldap
file path=usr/share/man/man5oldap/slapd-ldap.5oldap
file path=usr/share/man/man5oldap/slapd-ldif.5oldap
file path=usr/share/man/man5oldap/slapd-mdb.5oldap
file path=usr/share/man/man5oldap/slapd-meta.5oldap
file path=usr/share/man/man5oldap/slapd-monitor.5oldap
file path=usr/share/man/man5oldap/slapd-null.5oldap
file path=usr/share/man/man5oldap/slapd-passwd.5oldap
file path=usr/share/man/man5oldap/slapd-perl.5oldap
file path=usr/share/man/man5oldap/slapd-relay.5oldap
file path=usr/share/man/man5oldap/slapd-sock.5oldap
file path=usr/share/man/man5oldap/slapd-sql.5oldap
file path=usr/share/man/man5oldap/slapd-wt.5oldap
file path=usr/share/man/man5oldap/slapd.access.5oldap
file path=usr/share/man/man5oldap/slapd.backends.5oldap
file path=usr/share/man/man5oldap/slapd.conf.5oldap
file path=usr/share/man/man5oldap/slapd.overlays.5oldap
file path=usr/share/man/man5oldap/slapd.plugin.5oldap
file path=usr/share/man/man5oldap/slapo-accesslog.5oldap
file path=usr/share/man/man5oldap/slapo-auditlog.5oldap
file path=usr/share/man/man5oldap/slapo-autoca.5oldap
file path=usr/share/man/man5oldap/slapo-chain.5oldap
file path=usr/share/man/man5oldap/slapo-collect.5oldap
file path=usr/share/man/man5oldap/slapo-constraint.5oldap
file path=usr/share/man/man5oldap/slapo-dds.5oldap
file path=usr/share/man/man5oldap/slapo-deref.5oldap
file path=usr/share/man/man5oldap/slapo-dyngroup.5oldap
file path=usr/share/man/man5oldap/slapo-dynlist.5oldap
file path=usr/share/man/man5oldap/slapo-homedir.5oldap
file path=usr/share/man/man5oldap/slapo-memberof.5oldap
file path=usr/share/man/man5oldap/slapo-otp.5oldap
file path=usr/share/man/man5oldap/slapo-pbind.5oldap
file path=usr/share/man/man5oldap/slapo-pcache.5oldap
file path=usr/share/man/man5oldap/slapo-ppolicy.5oldap
file path=usr/share/man/man5oldap/slapo-refint.5oldap
file path=usr/share/man/man5oldap/slapo-remoteauth.5oldap
file path=usr/share/man/man5oldap/slapo-retcode.5oldap
file path=usr/share/man/man5oldap/slapo-rwm.5oldap
link path=usr/share/man/man5oldap/slapo-sock.5oldap target=slapd-sock.5oldap
file path=usr/share/man/man5oldap/slapo-sssvlv.5oldap
file path=usr/share/man/man5oldap/slapo-syncprov.5oldap
file path=usr/share/man/man5oldap/slapo-translucent.5oldap
file path=usr/share/man/man5oldap/slapo-unique.5oldap
file path=usr/share/man/man5oldap/slapo-valsort.5oldap
file path=usr/share/man/man5oldap/slappw-argon2.5oldap
file path=usr/share/man/man8oldap/lloadd.8oldap
file path=usr/share/man/man8oldap/slapacl.8oldap
file path=usr/share/man/man8oldap/slapadd.8oldap
file path=usr/share/man/man8oldap/slapauth.8oldap
file path=usr/share/man/man8oldap/slapcat.8oldap
file path=usr/share/man/man8oldap/slapd.8oldap
file path=usr/share/man/man8oldap/slapdn.8oldap
file path=usr/share/man/man8oldap/slapindex.8oldap
file path=usr/share/man/man8oldap/slapmodify.8oldap
file path=usr/share/man/man8oldap/slappasswd.8oldap
file path=usr/share/man/man8oldap/slapschema.8oldap
file path=usr/share/man/man8oldap/slaptest.8oldap