components/openldap/openldap.p5m
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 5055 9daf220c1a9a
child 5866 683c5c035a79
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     1
#
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     3
#
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     7
#
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    12
#
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    18
#
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    20
#
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    21
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    22
#
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 1948
diff changeset
    23
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    24
#
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    25
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
    27
<transform file path=(.+)/man/man1oldap/(.+).1oldap$ -> \
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 1948
diff changeset
    28
    set action.hash %<1>/man/man1/%<2>.1>
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
    29
<transform file path=(.+)/man/man3oldap/(.+).3oldap$ -> \
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 1948
diff changeset
    30
    set action.hash %<1>/man/man3/%<2>.3>
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
    31
<transform file path=(.+)/man/man5oldap/(.+).5oldap$ -> \
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 1948
diff changeset
    32
    set action.hash %<1>/man/man5/%<2>.5>
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
    33
<transform file path=(.+)/man/man8oldap/(.+).8oldap$ -> \
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 1948
diff changeset
    34
    set action.hash %<1>/man/man8/%<2>.8>
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    35
<transform file path=usr/share/doc/openldap/images/(.+)$ -> \ 
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    36
    set action.hash $(MACH32)/doc/guide/admin/%<1> >
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    37
<transform file path=usr/share/doc/openldap/admin24/(.+)$ -> \
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    38
    set action.hash $(MACH32)/doc/guide/admin/%<1> >
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    39
set name=pkg.fmri \
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    40
    value=pkg:/library/openldap@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    41
set name=pkg.summary value=OpenLDAP
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    42
set name=pkg.description \
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    43
    value="OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol."
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    44
set name=com.oracle.info.description value=OpenLDAP
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1423
diff changeset
    45
set name=com.oracle.info.tpno value=$(TPNO)
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    46
set name=info.classification \
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    47
    value=org.opensolaris.category.2008:System/Libraries
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    48
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 550
diff changeset
    49
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    50
set name=org.opensolaris.arc-caseid value=PSARC/2010/180
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    51
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    52
file path=etc/openldap/DB_CONFIG.example
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    53
file path=etc/openldap/ldap.conf owner=root group=openldap mode=0644 \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    54
    overlay=allow preserve=true
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    55
file path=etc/openldap/ldap.conf.default
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    56
file path=etc/openldap/schema/README
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    57
file path=etc/openldap/schema/collective.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    58
file path=etc/openldap/schema/corba.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    59
file path=etc/openldap/schema/core.ldif
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    60
file path=etc/openldap/schema/core.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    61
file path=etc/openldap/schema/cosine.ldif
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    62
file path=etc/openldap/schema/cosine.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    63
file path=etc/openldap/schema/duaconf.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    64
file path=etc/openldap/schema/dyngroup.ldif
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    65
file path=etc/openldap/schema/dyngroup.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    66
file path=etc/openldap/schema/inetorgperson.ldif
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    67
file path=etc/openldap/schema/inetorgperson.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    68
file path=etc/openldap/schema/java.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    69
file path=etc/openldap/schema/misc.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    70
file path=etc/openldap/schema/nis.ldif
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    71
file path=etc/openldap/schema/nis.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    72
file path=etc/openldap/schema/openldap.ldif
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    73
file path=etc/openldap/schema/openldap.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    74
file path=etc/openldap/schema/pmi.schema
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    75
file path=etc/openldap/schema/ppolicy.schema
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    76
file path=etc/openldap/slapd.conf owner=openldap group=openldap mode=0600 \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    77
    overlay=allow preserve=true
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    78
file path=etc/openldap/slapd.conf.default
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    79
file Solaris/exec_attr path=etc/security/exec_attr.d/library:openldap
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    80
file Solaris/prof_attr path=etc/security/prof_attr.d/library:openldap
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    81
file Solaris/ldap-olslapd.xml \
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    82
    path=lib/svc/manifest/network/ldap/ldap-olslapd.xml
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
    83
file Solaris/ldap-olslapd path=lib/svc/method/ldap-olslapd
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
    84
link path=usr/bin/openldapadd target=openldapmodify
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    85
# The bypasses (and manual dependency on libsasl at the end of the file)
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    86
# are required for building with the cyrus-sasl proto area because of
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    87
# libsasl version depency checks in openldap code.
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
    88
file usr/bin/ldapcompare path=usr/bin/openldapcompare \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    89
    pkg.depend.bypass-generate=libsasl2.so.3
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
    90
file usr/bin/ldapdelete path=usr/bin/openldapdelete \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    91
    pkg.depend.bypass-generate=libsasl2.so.3
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
    92
file usr/bin/ldapexop path=usr/bin/openldapexop \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    93
    pkg.depend.bypass-generate=libsasl2.so.3
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
    94
file usr/bin/ldapmodify path=usr/bin/openldapmodify \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    95
    pkg.depend.bypass-generate=libsasl2.so.3
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
    96
file usr/bin/ldapmodrdn path=usr/bin/openldapmodrdn \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    97
    pkg.depend.bypass-generate=libsasl2.so.3
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
    98
file usr/bin/ldappasswd path=usr/bin/openldappasswd \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
    99
    pkg.depend.bypass-generate=libsasl2.so.3
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
   100
file usr/bin/ldapsearch path=usr/bin/openldapsearch \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   101
    pkg.depend.bypass-generate=libsasl2.so.3
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
   102
file usr/bin/ldapurl path=usr/bin/openldapurl
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5055
diff changeset
   103
file usr/bin/ldapwhoami path=usr/bin/openldapwhoami \
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   104
    pkg.depend.bypass-generate=libsasl2.so.3
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   105
file path=usr/include/openldap/lber.h
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   106
file path=usr/include/openldap/lber_types.h
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   107
file path=usr/include/openldap/ldap.h
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   108
file path=usr/include/openldap/ldap_cdefs.h
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   109
file path=usr/include/openldap/ldap_features.h
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   110
file path=usr/include/openldap/ldap_schema.h
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   111
file path=usr/include/openldap/ldap_utf8.h
785
50c029682c67 7106938 Problem with ldap/openldap
Douglas Leavitt <Doug.Leavitt@Sun.COM>
parents: 702
diff changeset
   112
file path=usr/include/openldap/ldif.h
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   113
file path=usr/include/openldap/slapi-plugin.h
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   114
link path=usr/lib/$(MACH64)/liblber-2.4.so target=liblber-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   115
link path=usr/lib/$(MACH64)/liblber-2.4.so.2 target=liblber-2.4.so.2.8.3
785
50c029682c67 7106938 Problem with ldap/openldap
Douglas Leavitt <Doug.Leavitt@Sun.COM>
parents: 702
diff changeset
   116
file path=usr/lib/$(MACH64)/liblber-2.4.so.2.8.3
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   117
link path=usr/lib/$(MACH64)/liblber.so target=liblber-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   118
link path=usr/lib/$(MACH64)/libldap-2.4.so target=libldap-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   119
link path=usr/lib/$(MACH64)/libldap-2.4.so.2 target=libldap-2.4.so.2.8.3
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   120
file path=usr/lib/$(MACH64)/libldap-2.4.so.2.8.3 \
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   121
    pkg.depend.bypass-generate=libsasl2.so.3
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   122
link path=usr/lib/$(MACH64)/libldap_r-2.4.so target=libldap_r-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   123
link path=usr/lib/$(MACH64)/libldap_r-2.4.so.2 target=libldap_r-2.4.so.2.8.3
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   124
file path=usr/lib/$(MACH64)/libldap_r-2.4.so.2.8.3 \
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   125
    pkg.depend.bypass-generate=libsasl2.so.3
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   126
link path=usr/lib/$(MACH64)/libldap_r.so target=libldap_r-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   127
link path=usr/lib/liblber-2.4.so target=liblber-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   128
link path=usr/lib/liblber-2.4.so.2 target=liblber-2.4.so.2.8.3
785
50c029682c67 7106938 Problem with ldap/openldap
Douglas Leavitt <Doug.Leavitt@Sun.COM>
parents: 702
diff changeset
   129
file path=usr/lib/liblber-2.4.so.2.8.3
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   130
link path=usr/lib/liblber.so target=liblber-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   131
link path=usr/lib/libldap-2.4.so target=libldap-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   132
link path=usr/lib/libldap-2.4.so.2 target=libldap-2.4.so.2.8.3
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   133
file path=usr/lib/libldap-2.4.so.2.8.3 pkg.depend.bypass-generate=libsasl2.so.3
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   134
link path=usr/lib/libldap_r-2.4.so target=libldap_r-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   135
link path=usr/lib/libldap_r-2.4.so.2 target=libldap_r-2.4.so.2.8.3
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   136
file path=usr/lib/libldap_r-2.4.so.2.8.3 \
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   137
    pkg.depend.bypass-generate=libsasl2.so.3
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   138
link path=usr/lib/libldap_r.so target=libldap_r-2.4.so.2.8.3
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   139
link path=usr/lib/openldap/bin/ldapadd target=../../../bin/openldapmodify
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   140
link path=usr/lib/openldap/bin/ldapcompare target=../../../bin/openldapcompare
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   141
link path=usr/lib/openldap/bin/ldapdelete target=../../../bin/openldapdelete
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   142
link path=usr/lib/openldap/bin/ldapexop target=../../../bin/openldapexop
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   143
link path=usr/lib/openldap/bin/ldapmodify target=../../../bin/openldapmodify
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   144
link path=usr/lib/openldap/bin/ldapmodrdn target=../../../bin/openldapmodrdn
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   145
link path=usr/lib/openldap/bin/ldappasswd target=../../../bin/openldappasswd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   146
link path=usr/lib/openldap/bin/ldapsearch target=../../../bin/openldapsearch
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   147
link path=usr/lib/openldap/bin/ldapurl target=../../../bin/openldapurl
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   148
link path=usr/lib/openldap/bin/ldapwhoami target=../../../bin/openldapwhoami
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   149
file usr/lib/$(MACH64)/slapd path=usr/lib/slapd mode=0555 \
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   150
    pkg.depend.bypass-generate=libsasl2.so.3
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   151
link path=usr/sbin/slapacl target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   152
link path=usr/sbin/slapadd target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   153
link path=usr/sbin/slapauth target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   154
link path=usr/sbin/slapcat target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   155
link path=usr/sbin/slapdn target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   156
link path=usr/sbin/slapindex target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   157
link path=usr/sbin/slappasswd target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   158
link path=usr/sbin/slapschema target=../lib/slapd
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   159
link path=usr/sbin/slaptest target=../lib/slapd
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   160
file path=usr/share/doc/openldap/admin24/guide.html
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   161
file path=usr/share/doc/openldap/admin24/index.html
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   162
file path=usr/share/doc/openldap/images/allmail-en.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   163
file path=usr/share/doc/openldap/images/allusersgroup-en.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   164
file path=usr/share/doc/openldap/images/config_dit.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   165
file path=usr/share/doc/openldap/images/config_local.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   166
file path=usr/share/doc/openldap/images/config_ref.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   167
file path=usr/share/doc/openldap/images/config_repl.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   168
file path=usr/share/doc/openldap/images/delta-syncrepl.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   169
file path=usr/share/doc/openldap/images/dual_dc.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   170
file path=usr/share/doc/openldap/images/intro_dctree.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   171
file path=usr/share/doc/openldap/images/intro_tree.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   172
file path=usr/share/doc/openldap/images/ldap-sync-refreshandpersist.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   173
file path=usr/share/doc/openldap/images/ldap-sync-refreshonly.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   174
file path=usr/share/doc/openldap/images/n-way-multi-master.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   175
file path=usr/share/doc/openldap/images/push-based-complete.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   176
file path=usr/share/doc/openldap/images/push-based-standalone.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   177
file path=usr/share/doc/openldap/images/refint.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   178
file path=usr/share/doc/openldap/images/set-following-references.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   179
file path=usr/share/doc/openldap/images/set-memberUid.png
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   180
file path=usr/share/doc/openldap/images/set-recursivegroup.png
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   181
link path=usr/share/man/man1oldap/ldapadd.1oldap target=ldapmodify.1oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   182
file path=usr/share/man/man1oldap/ldapcompare.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   183
file path=usr/share/man/man1oldap/ldapdelete.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   184
file path=usr/share/man/man1oldap/ldapexop.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   185
file path=usr/share/man/man1oldap/ldapmodify.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   186
file path=usr/share/man/man1oldap/ldapmodrdn.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   187
file path=usr/share/man/man1oldap/ldappasswd.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   188
file path=usr/share/man/man1oldap/ldapsearch.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   189
file path=usr/share/man/man1oldap/ldapurl.1oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   190
file path=usr/share/man/man1oldap/ldapwhoami.1oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   191
link path=usr/share/man/man3oldap/ber_alloc_t.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   192
link path=usr/share/man/man3oldap/ber_bvarray_add.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   193
    target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   194
link path=usr/share/man/man3oldap/ber_bvarray_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   195
    target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   196
link path=usr/share/man/man3oldap/ber_bvdup.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   197
link path=usr/share/man/man3oldap/ber_bvecadd.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   198
link path=usr/share/man/man3oldap/ber_bvecfree.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   199
link path=usr/share/man/man3oldap/ber_bvfree.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   200
link path=usr/share/man/man3oldap/ber_bvstr.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   201
link path=usr/share/man/man3oldap/ber_bvstrdup.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   202
link path=usr/share/man/man3oldap/ber_dupbv.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   203
link path=usr/share/man/man3oldap/ber_first_element.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   204
    target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   205
link path=usr/share/man/man3oldap/ber_flush.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   206
link path=usr/share/man/man3oldap/ber_free.3oldap target=lber-types.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   207
link path=usr/share/man/man3oldap/ber_get_bitstring.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   208
    target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   209
link path=usr/share/man/man3oldap/ber_get_boolean.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   210
    target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   211
link path=usr/share/man/man3oldap/ber_get_enum.3oldap target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   212
link path=usr/share/man/man3oldap/ber_get_int.3oldap target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   213
link path=usr/share/man/man3oldap/ber_get_next.3oldap target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   214
link path=usr/share/man/man3oldap/ber_get_null.3oldap target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   215
link path=usr/share/man/man3oldap/ber_get_stringa.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   216
    target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   217
link path=usr/share/man/man3oldap/ber_get_stringb.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   218
    target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   219
link path=usr/share/man/man3oldap/ber_next_element.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   220
    target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   221
link path=usr/share/man/man3oldap/ber_peek_tag.3oldap target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   222
link path=usr/share/man/man3oldap/ber_printf.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   223
link path=usr/share/man/man3oldap/ber_put_enum.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   224
link path=usr/share/man/man3oldap/ber_put_int.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   225
link path=usr/share/man/man3oldap/ber_put_null.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   226
link path=usr/share/man/man3oldap/ber_put_ostring.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   227
    target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   228
link path=usr/share/man/man3oldap/ber_put_seq.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   229
link path=usr/share/man/man3oldap/ber_put_set.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   230
link path=usr/share/man/man3oldap/ber_put_string.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   231
    target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   232
link path=usr/share/man/man3oldap/ber_scanf.3oldap target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   233
link path=usr/share/man/man3oldap/ber_skip_tag.3oldap target=lber-decode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   234
link path=usr/share/man/man3oldap/ber_start_set.3oldap target=lber-encode.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   235
link path=usr/share/man/man3oldap/ber_str2bv.3oldap target=lber-types.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   236
file path=usr/share/man/man3oldap/lber-decode.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   237
file path=usr/share/man/man3oldap/lber-encode.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   238
file path=usr/share/man/man3oldap/lber-memory.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   239
file path=usr/share/man/man3oldap/lber-sockbuf.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   240
file path=usr/share/man/man3oldap/lber-types.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   241
link path=usr/share/man/man3oldap/ld_errno.3oldap target=ldap_error.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   242
file path=usr/share/man/man3oldap/ldap.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   243
file path=usr/share/man/man3oldap/ldap_abandon.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   244
link path=usr/share/man/man3oldap/ldap_abandon_ext.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   245
    target=ldap_abandon.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   246
file path=usr/share/man/man3oldap/ldap_add.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   247
link path=usr/share/man/man3oldap/ldap_add_ext.3oldap target=ldap_add.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   248
link path=usr/share/man/man3oldap/ldap_add_ext_s.3oldap target=ldap_add.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   249
link path=usr/share/man/man3oldap/ldap_add_s.3oldap target=ldap_add.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   250
link path=usr/share/man/man3oldap/ldap_attributetype2name.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   251
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   252
link path=usr/share/man/man3oldap/ldap_attributetype2str.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   253
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   254
link path=usr/share/man/man3oldap/ldap_attributetype_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   255
    target=ldap_schema.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   256
file path=usr/share/man/man3oldap/ldap_bind.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   257
link path=usr/share/man/man3oldap/ldap_bind_s.3oldap target=ldap_bind.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   258
file path=usr/share/man/man3oldap/ldap_compare.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   259
link path=usr/share/man/man3oldap/ldap_compare_ext.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   260
    target=ldap_compare.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   261
link path=usr/share/man/man3oldap/ldap_compare_ext_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   262
    target=ldap_compare.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   263
link path=usr/share/man/man3oldap/ldap_compare_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   264
    target=ldap_compare.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   265
link path=usr/share/man/man3oldap/ldap_control_create.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   266
    target=ldap_controls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   267
link path=usr/share/man/man3oldap/ldap_control_dup.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   268
    target=ldap_controls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   269
link path=usr/share/man/man3oldap/ldap_control_find.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   270
    target=ldap_controls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   271
link path=usr/share/man/man3oldap/ldap_control_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   272
    target=ldap_controls.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   273
file path=usr/share/man/man3oldap/ldap_controls.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   274
link path=usr/share/man/man3oldap/ldap_controls_dup.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   275
    target=ldap_controls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   276
link path=usr/share/man/man3oldap/ldap_controls_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   277
    target=ldap_controls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   278
link path=usr/share/man/man3oldap/ldap_count_entries.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   279
    target=ldap_first_entry.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   280
link path=usr/share/man/man3oldap/ldap_count_messages.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   281
    target=ldap_first_message.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   282
link path=usr/share/man/man3oldap/ldap_count_references.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   283
    target=ldap_first_reference.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   284
link path=usr/share/man/man3oldap/ldap_count_values.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   285
    target=ldap_get_values.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   286
link path=usr/share/man/man3oldap/ldap_count_values_len.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   287
    target=ldap_get_values.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   288
link path=usr/share/man/man3oldap/ldap_dcedn2dn.3oldap target=ldap_get_dn.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   289
file path=usr/share/man/man3oldap/ldap_delete.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   290
link path=usr/share/man/man3oldap/ldap_delete_ext.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   291
    target=ldap_delete.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   292
link path=usr/share/man/man3oldap/ldap_delete_ext_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   293
    target=ldap_delete.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   294
link path=usr/share/man/man3oldap/ldap_delete_s.3oldap target=ldap_delete.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   295
link path=usr/share/man/man3oldap/ldap_destroy.3oldap target=ldap_dup.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   296
link path=usr/share/man/man3oldap/ldap_dn2ad_canonical.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   297
    target=ldap_get_dn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   298
link path=usr/share/man/man3oldap/ldap_dn2dcedn.3oldap target=ldap_get_dn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   299
link path=usr/share/man/man3oldap/ldap_dn2str.3oldap target=ldap_get_dn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   300
link path=usr/share/man/man3oldap/ldap_dn2ufn.3oldap target=ldap_get_dn.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   301
file path=usr/share/man/man3oldap/ldap_dup.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   302
link path=usr/share/man/man3oldap/ldap_err2string.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   303
    target=ldap_error.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   304
link path=usr/share/man/man3oldap/ldap_errlist.3oldap target=ldap_error.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   305
file path=usr/share/man/man3oldap/ldap_error.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   306
link path=usr/share/man/man3oldap/ldap_explode_dn.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   307
    target=ldap_get_dn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   308
link path=usr/share/man/man3oldap/ldap_explode_rdn.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   309
    target=ldap_get_dn.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   310
file path=usr/share/man/man3oldap/ldap_extended_operation.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   311
link path=usr/share/man/man3oldap/ldap_extended_operation_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   312
    target=ldap_extended_operation.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   313
file path=usr/share/man/man3oldap/ldap_first_attribute.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   314
file path=usr/share/man/man3oldap/ldap_first_entry.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   315
file path=usr/share/man/man3oldap/ldap_first_message.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   316
file path=usr/share/man/man3oldap/ldap_first_reference.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   317
link path=usr/share/man/man3oldap/ldap_free_urldesc.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   318
    target=ldap_url.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   319
file path=usr/share/man/man3oldap/ldap_get_dn.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   320
file path=usr/share/man/man3oldap/ldap_get_option.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   321
file path=usr/share/man/man3oldap/ldap_get_values.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   322
link path=usr/share/man/man3oldap/ldap_get_values_len.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   323
    target=ldap_get_values.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   324
link path=usr/share/man/man3oldap/ldap_init.3oldap target=ldap_open.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   325
link path=usr/share/man/man3oldap/ldap_init_fd.3oldap target=ldap_open.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   326
link path=usr/share/man/man3oldap/ldap_initialize.3oldap target=ldap_open.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   327
link path=usr/share/man/man3oldap/ldap_install_tls.3oldap target=ldap_tls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   328
link path=usr/share/man/man3oldap/ldap_is_ldap_url.3oldap target=ldap_url.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   329
link path=usr/share/man/man3oldap/ldap_matchingrule2name.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   330
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   331
link path=usr/share/man/man3oldap/ldap_matchingrule2str.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   332
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   333
link path=usr/share/man/man3oldap/ldap_matchingrule_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   334
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   335
link path=usr/share/man/man3oldap/ldap_memalloc.3oldap target=ldap_memory.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   336
link path=usr/share/man/man3oldap/ldap_memcalloc.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   337
    target=ldap_memory.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   338
link path=usr/share/man/man3oldap/ldap_memfree.3oldap target=ldap_memory.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   339
file path=usr/share/man/man3oldap/ldap_memory.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   340
link path=usr/share/man/man3oldap/ldap_memrealloc.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   341
    target=ldap_memory.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   342
link path=usr/share/man/man3oldap/ldap_memvfree.3oldap target=ldap_memory.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   343
file path=usr/share/man/man3oldap/ldap_modify.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   344
link path=usr/share/man/man3oldap/ldap_modify_ext.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   345
    target=ldap_modify.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   346
link path=usr/share/man/man3oldap/ldap_modify_ext_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   347
    target=ldap_modify.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   348
link path=usr/share/man/man3oldap/ldap_modify_s.3oldap target=ldap_modify.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   349
file path=usr/share/man/man3oldap/ldap_modrdn.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   350
link path=usr/share/man/man3oldap/ldap_modrdn2.3oldap target=ldap_modrdn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   351
link path=usr/share/man/man3oldap/ldap_modrdn2_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   352
    target=ldap_modrdn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   353
link path=usr/share/man/man3oldap/ldap_modrdn_s.3oldap target=ldap_modrdn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   354
link path=usr/share/man/man3oldap/ldap_mods_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   355
    target=ldap_modify.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   356
link path=usr/share/man/man3oldap/ldap_msgfree.3oldap target=ldap_result.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   357
link path=usr/share/man/man3oldap/ldap_msgid.3oldap target=ldap_result.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   358
link path=usr/share/man/man3oldap/ldap_msgtype.3oldap target=ldap_result.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   359
link path=usr/share/man/man3oldap/ldap_next_attribute.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   360
    target=ldap_first_attribute.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   361
link path=usr/share/man/man3oldap/ldap_next_entry.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   362
    target=ldap_first_entry.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   363
link path=usr/share/man/man3oldap/ldap_next_message.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   364
    target=ldap_first_message.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   365
link path=usr/share/man/man3oldap/ldap_next_reference.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   366
    target=ldap_first_reference.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   367
link path=usr/share/man/man3oldap/ldap_objectclass2name.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   368
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   369
link path=usr/share/man/man3oldap/ldap_objectclass2str.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   370
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   371
link path=usr/share/man/man3oldap/ldap_objectclass_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   372
    target=ldap_schema.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   373
file path=usr/share/man/man3oldap/ldap_open.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   374
link path=usr/share/man/man3oldap/ldap_parse_extended_result.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   375
    target=ldap_parse_result.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   376
file path=usr/share/man/man3oldap/ldap_parse_reference.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   377
file path=usr/share/man/man3oldap/ldap_parse_result.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   378
link path=usr/share/man/man3oldap/ldap_parse_sasl_bind_result.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   379
    target=ldap_parse_result.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   380
file path=usr/share/man/man3oldap/ldap_parse_sort_control.3oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   381
file path=usr/share/man/man3oldap/ldap_parse_vlv_control.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   382
link path=usr/share/man/man3oldap/ldap_perror.3oldap target=ldap_error.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   383
file path=usr/share/man/man3oldap/ldap_rename.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   384
link path=usr/share/man/man3oldap/ldap_rename_s.3oldap target=ldap_rename.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   385
file path=usr/share/man/man3oldap/ldap_result.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   386
link path=usr/share/man/man3oldap/ldap_result2error.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   387
    target=ldap_error.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   388
link path=usr/share/man/man3oldap/ldap_sasl_bind.3oldap target=ldap_bind.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   389
link path=usr/share/man/man3oldap/ldap_sasl_bind_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   390
    target=ldap_bind.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   391
file path=usr/share/man/man3oldap/ldap_schema.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   392
link path=usr/share/man/man3oldap/ldap_scherr2str.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   393
    target=ldap_schema.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   394
file path=usr/share/man/man3oldap/ldap_search.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   395
link path=usr/share/man/man3oldap/ldap_search_ext.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   396
    target=ldap_search.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   397
link path=usr/share/man/man3oldap/ldap_search_ext_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   398
    target=ldap_search.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   399
link path=usr/share/man/man3oldap/ldap_search_s.3oldap target=ldap_search.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   400
link path=usr/share/man/man3oldap/ldap_search_st.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   401
    target=ldap_search.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   402
link path=usr/share/man/man3oldap/ldap_set_option.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   403
    target=ldap_get_option.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   404
link path=usr/share/man/man3oldap/ldap_set_rebind_proc.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   405
    target=ldap_bind.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   406
link path=usr/share/man/man3oldap/ldap_set_urllist_proc.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   407
    target=ldap_open.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   408
link path=usr/share/man/man3oldap/ldap_simple_bind.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   409
    target=ldap_bind.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   410
link path=usr/share/man/man3oldap/ldap_simple_bind_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   411
    target=ldap_bind.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   412
file path=usr/share/man/man3oldap/ldap_sort.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   413
link path=usr/share/man/man3oldap/ldap_sort_entries.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   414
    target=ldap_sort.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   415
link path=usr/share/man/man3oldap/ldap_sort_strcasecmp.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   416
    target=ldap_sort.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   417
link path=usr/share/man/man3oldap/ldap_sort_values.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   418
    target=ldap_sort.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   419
link path=usr/share/man/man3oldap/ldap_start_tls.3oldap target=ldap_tls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   420
link path=usr/share/man/man3oldap/ldap_start_tls_s.3oldap target=ldap_tls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   421
link path=usr/share/man/man3oldap/ldap_str2attributetype.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   422
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   423
link path=usr/share/man/man3oldap/ldap_str2dn.3oldap target=ldap_get_dn.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   424
link path=usr/share/man/man3oldap/ldap_str2matchingrule.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   425
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   426
link path=usr/share/man/man3oldap/ldap_str2objectclass.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   427
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   428
link path=usr/share/man/man3oldap/ldap_str2syntax.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   429
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   430
link path=usr/share/man/man3oldap/ldap_strdup.3oldap target=ldap_memory.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   431
file path=usr/share/man/man3oldap/ldap_sync.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   432
link path=usr/share/man/man3oldap/ldap_syntax2name.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   433
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   434
link path=usr/share/man/man3oldap/ldap_syntax2str.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   435
    target=ldap_schema.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   436
link path=usr/share/man/man3oldap/ldap_syntax_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   437
    target=ldap_schema.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   438
file path=usr/share/man/man3oldap/ldap_tls.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   439
link path=usr/share/man/man3oldap/ldap_tls_inplace.3oldap target=ldap_tls.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   440
link path=usr/share/man/man3oldap/ldap_unbind.3oldap target=ldap_bind.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   441
link path=usr/share/man/man3oldap/ldap_unbind_ext.3oldap target=ldap_bind.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   442
link path=usr/share/man/man3oldap/ldap_unbind_ext_s.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   443
    target=ldap_bind.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   444
link path=usr/share/man/man3oldap/ldap_unbind_s.3oldap target=ldap_bind.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   445
file path=usr/share/man/man3oldap/ldap_url.3oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   446
link path=usr/share/man/man3oldap/ldap_url_parse.3oldap target=ldap_url.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   447
link path=usr/share/man/man3oldap/ldap_value_free.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   448
    target=ldap_get_values.3oldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   449
link path=usr/share/man/man3oldap/ldap_value_free_len.3oldap \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   450
    target=ldap_get_values.3oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   451
file path=usr/share/man/man5oldap/ldap.conf.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   452
file path=usr/share/man/man5oldap/ldif.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   453
file path=usr/share/man/man5oldap/slapd-bdb.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   454
file path=usr/share/man/man5oldap/slapd-config.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   455
file path=usr/share/man/man5oldap/slapd-dnssrv.5oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   456
link path=usr/share/man/man5oldap/slapd-hdb.5oldap target=slapd-bdb.5oldap
550
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   457
file path=usr/share/man/man5oldap/slapd-ldap.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   458
file path=usr/share/man/man5oldap/slapd-ldbm.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   459
file path=usr/share/man/man5oldap/slapd-ldif.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   460
file path=usr/share/man/man5oldap/slapd-meta.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   461
file path=usr/share/man/man5oldap/slapd-monitor.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   462
file path=usr/share/man/man5oldap/slapd-ndb.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   463
file path=usr/share/man/man5oldap/slapd-null.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   464
file path=usr/share/man/man5oldap/slapd-passwd.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   465
file path=usr/share/man/man5oldap/slapd-perl.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   466
file path=usr/share/man/man5oldap/slapd-relay.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   467
file path=usr/share/man/man5oldap/slapd-shell.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   468
file path=usr/share/man/man5oldap/slapd-sock.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   469
file path=usr/share/man/man5oldap/slapd-sql.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   470
file path=usr/share/man/man5oldap/slapd.access.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   471
file path=usr/share/man/man5oldap/slapd.backends.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   472
file path=usr/share/man/man5oldap/slapd.conf.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   473
file path=usr/share/man/man5oldap/slapd.overlays.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   474
file path=usr/share/man/man5oldap/slapd.plugin.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   475
file path=usr/share/man/man5oldap/slapo-accesslog.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   476
file path=usr/share/man/man5oldap/slapo-auditlog.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   477
file path=usr/share/man/man5oldap/slapo-chain.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   478
file path=usr/share/man/man5oldap/slapo-collect.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   479
file path=usr/share/man/man5oldap/slapo-constraint.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   480
file path=usr/share/man/man5oldap/slapo-dds.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   481
file path=usr/share/man/man5oldap/slapo-dyngroup.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   482
file path=usr/share/man/man5oldap/slapo-dynlist.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   483
file path=usr/share/man/man5oldap/slapo-memberof.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   484
file path=usr/share/man/man5oldap/slapo-pbind.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   485
file path=usr/share/man/man5oldap/slapo-pcache.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   486
file path=usr/share/man/man5oldap/slapo-ppolicy.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   487
file path=usr/share/man/man5oldap/slapo-refint.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   488
file path=usr/share/man/man5oldap/slapo-retcode.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   489
file path=usr/share/man/man5oldap/slapo-rwm.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   490
file path=usr/share/man/man5oldap/slapo-sssvlv.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   491
file path=usr/share/man/man5oldap/slapo-syncprov.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   492
file path=usr/share/man/man5oldap/slapo-translucent.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   493
file path=usr/share/man/man5oldap/slapo-unique.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   494
file path=usr/share/man/man5oldap/slapo-valsort.5oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   495
file path=usr/share/man/man8oldap/slapacl.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   496
file path=usr/share/man/man8oldap/slapadd.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   497
file path=usr/share/man/man8oldap/slapauth.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   498
file path=usr/share/man/man8oldap/slapcat.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   499
file path=usr/share/man/man8oldap/slapd.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   500
file path=usr/share/man/man8oldap/slapdn.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   501
file path=usr/share/man/man8oldap/slapindex.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   502
file path=usr/share/man/man8oldap/slappasswd.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   503
file path=usr/share/man/man8oldap/slapschema.8oldap
39f79e2050e4 7096716 slapd(8) man page hidden where neither man nor smf can find it
Rich Burridge <rich.burridge@oracle.com>
parents: 474
diff changeset
   504
file path=usr/share/man/man8oldap/slaptest.8oldap
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   505
dir  path=var/openldap owner=openldap group=openldap
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   506
dir  path=var/openldap/openldap-data owner=openldap group=openldap mode=700
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   507
file var/openldap/openldap-data/DB_CONFIG.example \
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   508
    path=var/openldap/openldap-data/DB_CONFIG overlay=allow preserve=true
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   509
file path=var/openldap/openldap-data/DB_CONFIG.example
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   510
dir  path=var/openldap/run owner=openldap group=openldap mode=700
474
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   511
group groupname=openldap gid=75
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   512
user username=openldap ftpuser=false gcos-field="OpenLDAP User" group=openldap \
742dc4436b35 7054261 Move OpenLDAP to userland
Srinivasa Sarva <srinivasa.sarva@oracle.com>
parents:
diff changeset
   513
    uid=75
1423
27b01995039c 15821768 SUNBT7203918 openldap "make test" should only test distributed backends
doug leavitt <doug.leavitt@oracle.com>
parents: 1251
diff changeset
   514
license openldap.license license="openldap license"
5055
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   515
# This dependency is because we are building against cyrus-sasl from its proto
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   516
# area and bypassing the auto-generated dependency.  When libsasl is updated,
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   517
# this version number really should be adjusted, but the userland-incorporation
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   518
# will force the cyrus-sasl packaging and openldap packaging to be from the same
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   519
# build and not just this version or later.
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   520
# The strange version number is caused by historical versioning in ON and will
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   521
# go away when the libsasl package name is changed to libsasl2
9daf220c1a9a PSARC/2015/194 libsasl ON to Userland migration and update
Jan Parcel <jan.parcel@oracle.com>
parents: 4295
diff changeset
   522
depend type=require fmri=pkg:/system/library/security/[email protected]