diff --git a/net/openldap25-server/Makefile b/net/openldap25-server/Makefile index f275ebbc9b60..c620086ddc60 100644 --- a/net/openldap25-server/Makefile +++ b/net/openldap25-server/Makefile @@ -1,450 +1,451 @@ PORTNAME= openldap DISTVERSION= 2.5.17 PORTREVISION= ${OPENLDAP_PORTREVISION} CATEGORIES= net databases MASTER_SITES= https://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ \ http://gpl.savoirfairelinux.net/pub/mirrors/openldap/%SUBDIR%/ \ http://repository.linagora.org/OpenLDAP/%SUBDIR%/ \ http://mirror.eu.oneandone.net/software/openldap/%SUBDIR%/ \ ftp://ftp.ntua.gr/mirror/OpenLDAP/%SUBDIR%/ \ https://mirror-hk.koddos.net/OpenLDAP/%SUBDIR%/ \ ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/%SUBDIR%/ \ https://mirror.koddos.net/OpenLDAP/%SUBDIR%/ \ https://mirror.lyrahosting.com/OpenLDAP/%SUBDIR%/ \ ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ http://www.openldap.org/software/download/OpenLDAP/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release .if defined(CLIENT_ONLY) PKGNAMESUFFIX= 25-client .else PKGNAMESUFFIX= 25-server .endif MAINTAINER= delphij@FreeBSD.org WWW= https://www.OpenLDAP.org/ .if defined(CLIENT_ONLY) COMMENT= Open source LDAP client implementation .else COMMENT= Open source LDAP server implementation .endif LICENSE= OPENLDAP LICENSE_NAME= OpenLDAP Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept # :keepla because port uses lt_dlopen USES= cpe gmake libtool:keepla localbase ssl tar:tgz .if defined(CLIENT_ONLY) CONFLICTS_INSTALL= ${PORTNAME}2[0-46-9]-client ${PORTNAME}-client .else CONFLICTS_INSTALL= ${PORTNAME}2[0-46-9]-server ${PORTNAME}-server .endif GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PORTREVISION_CLIENT= 0 PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 0 OPENLDAP_SHLIB_MINOR= 1.12 OPENLDAP_MAJOR= ${DISTVERSION:R} OPTIONS_DEFINE= DEBUG FETCH GSSAPI OPTIONS_DEFAULT+= DEBUG FETCH_DESC= Enable fetch(3) support FETCH_BUILD_DEPENDS= autoconf>0:devel/autoconf FETCH_CONFIGURE_WITH= fetch GSSAPI_DESC= With GSSAPI support GSSAPI_RUN_DEPENDS= cyrus-sasl-gssapi>0:security/cyrus-sasl2-gssapi .if defined(CLIENT_ONLY) OPTIONS_DEFINE+= DOCS .else OPTIONS_GROUP= BKNDS OVLYS BKNDS_DESC= OpenLDAP backends BKNDS_DEFAULTS= ASYNCMETA DNSSRV MDB PASSWD RELAY SOCK OPTIONS_GROUP_BKNDS+= ${BKNDS_DEFAULTS} OPTIONS_GROUP_BKNDS+= PERL SQL OVLYS_DESC= OpenLDAP overlays OPTIONS_GROUP_OVLYS+= ACCESSLOG OPTIONS_GROUP_OVLYS+= ADDPARTIAL OPTIONS_GROUP_OVLYS+= ALLOP OPTIONS_GROUP_OVLYS+= AUTOCA OPTIONS_GROUP_OVLYS+= AUDITLOG OPTIONS_GROUP_OVLYS+= AUTOGROUP OPTIONS_GROUP_OVLYS+= CLOAK OPTIONS_GROUP_OVLYS+= COLLECT OPTIONS_GROUP_OVLYS+= CONSTRAINT OPTIONS_GROUP_OVLYS+= DDS OPTIONS_GROUP_OVLYS+= DENYOP OPTIONS_GROUP_OVLYS+= DEREF OPTIONS_GROUP_OVLYS+= DYNGROUP OPTIONS_GROUP_OVLYS+= DYNLIST OPTIONS_GROUP_OVLYS+= EMPTYDS OPTIONS_GROUP_OVLYS+= HOMEDIR OPTIONS_GROUP_OVLYS+= LASTBIND OPTIONS_GROUP_OVLYS+= LASTMOD OPTIONS_GROUP_OVLYS+= MEMBEROF OPTIONS_GROUP_OVLYS+= NOPS OPTIONS_GROUP_OVLYS+= OTP OPTIONS_GROUP_OVLYS+= PROXYCACHE OPTIONS_GROUP_OVLYS+= PPOLICY OPTIONS_GROUP_OVLYS+= REFINT OPTIONS_GROUP_OVLYS+= REMOTEAUTH OPTIONS_GROUP_OVLYS+= RETCODE OPTIONS_GROUP_OVLYS+= RWM OPTIONS_GROUP_OVLYS+= SEQMOD OPTIONS_GROUP_OVLYS+= SHA2 OPTIONS_GROUP_OVLYS+= SMBPWD OPTIONS_GROUP_OVLYS+= SSSVLV OPTIONS_GROUP_OVLYS+= SYNCPROV OPTIONS_GROUP_OVLYS+= TRACE OPTIONS_GROUP_OVLYS+= TRANSLUCENT OPTIONS_GROUP_OVLYS+= UNIQUE OPTIONS_GROUP_OVLYS+= VALSORT OPTIONS_DEFINE+= DYNACL ACI OPTIONS_DEFINE+= RLOOKUPS SLP SLAPI OPTIONS_DEFINE+= PBKDF2 OPTIONS_DEFINE+= OUTLOOK OPTIONS_DEFINE+= ARGON2 OPTIONS_DEFINE+= LLOADD OPTIONS_DEFAULT+= ${BKNDS_DEFAULTS} OPTIONS_DEFAULT+= ${OPTIONS_GROUP_OVLYS} OPTIONS_DEFAULT+= ARGON2 LLOADD OPTIONS_SUB= yes ACI_DESC= Per-object ACI (experimental) ARGON2_DESC= Argon2 password hashing module DYNACL_DESC= Run-time loadable ACL (experimental) LLOADD_DESC= Enable load balancer OUTLOOK_DESC= Force caseIgnoreOrderingMatch on name attribute (experimental) RLOOKUPS_DESC= With reverse lookups of client hostnames SLAPI_DESC= With Netscape SLAPI plugin API (experimental) SLP_DESC= With SLPv2 (RFC 2608) support ASYNCMETA_DESC= With asynchronous metadirectory backend DNSSRV_DESC= With Dnssrv backend MDB_DESC= With Memory-Mapped DB backend SQL_DESC= With SQL backend PASSWD_DESC= With Passwd backend PERL_DESC= With Perl backend RELAY_DESC= With Relay backend SOCK_DESC= With Sock backend ACCESSLOG_DESC= With In-Directory Access Logging overlay AUDITLOG_DESC= With Audit Logging overlay AUTOCA_DESC= With Automatic Certificate Authority overlay COLLECT_DESC= With Collect overy Services overlay CONSTRAINT_DESC= With Attribute Constraint overlay DDS_DESC= With Dynamic Directory Services overlay DEREF_DESC= With Dereference overlay DYNGROUP_DESC= With Dynamic Group overlay DYNLIST_DESC= With Dynamic List overlay HOMEDIR_DESC= With Home Directory Management overlay MEMBEROF_DESC= With Reverse Group Membership overlay NOPS_DESC= With nops overlay OTP_DESC= With OTP 2-factor authentication overlay PPOLICY_DESC= With Password Policy overlay PROXYCACHE_DESC= With Proxy Cache overlay REFINT_DESC= With Referential Integrity overlay REMOTEAUTH_DESC= With Deferred Authentication overlay RETCODE_DESC= With Return Code testing overlay RWM_DESC= With Rewrite/Remap overlay SEQMOD_DESC= With Sequential Modify overlay SSSVLV_DESC= With ServerSideSort/VLV overlay SYNCPROV_DESC= With Syncrepl Provider overlay TRANSLUCENT_DESC= With Translucent Proxy overlay UNIQUE_DESC= With attribute Uniqueness overlay VALSORT_DESC= With Value Sorting overlay ADDPARTIAL_DESC= With addpartial overlay (experimental) ALLOP_DESC= With allop overlay (experimental) AUTOGROUP_DESC= With autogroup overlay (experimental) CLOAK_DESC= With cloak overlay (experimental) DENYOP_DESC= With denyop overlay (experimental) EMPTYDS_DESC= With emptyds overlay (experimental) LASTBIND_DESC= With lastbind overlay LASTMOD_DESC= With lastmod overlay (experimental) TRACE_DESC= With Trace overlay PBKDF2_DESC= With PBKDF2 hash password support SHA2_DESC= With SHA2 Password hashes overlay SMBPWD_DESC= With Samba Password hashes overlay ACCESSLOG_CONFIGURE_ENABLE= accesslog=mod ACI_CONFIGURE_ENABLE= aci ARGON2_CONFIGURE_ENABLE= argon2 ARGON2_CONFIGURE_WITH= argon2=libsodium ARGON2_LIB_DEPENDS= libsodium.so:security/libsodium ASYNCMETA_CONFIGURE_ENABLE= asyncmeta=mod AUDITLOG_CONFIGURE_ENABLE= auditlog=mod AUTOCA_CONFIGURE_ENABLE= autoca=mod COLLECT_CONFIGURE_ENABLE= collect=mod CONSTRAINT_CONFIGURE_ENABLE= constraint=mod DDS_CONFIGURE_ENABLE= dds=mod DEBUG_CONFIGURE_ENABLE= debug DEREF_CONFIGURE_ENABLE= deref=mod DNSSRV_CONFIGURE_ENABLE= dnssrv=mod DYNACL_CONFIGURE_ENABLE= dynacl DYNGROUP_CONFIGURE_ENABLE= dyngroup=mod DYNLIST_CONFIGURE_ENABLE= dynlist=mod HOMEDIR_CONFIGURE_ENABLE= homedir=mod LLOADD_CONFIGURE_ENABLE= balancer=mod LLOADD_LIB_DEPENDS= libevent.so:devel/libevent MDB_CONFIGURE_ENABLE= mdb=yes MEMBEROF_CONFIGURE_ENABLE= memberof=mod OTP_CONFIGURE_ENABLE= otp=mod PASSWD_CONFIGURE_ENABLE= passwd=mod PERL_CONFIGURE_ENABLE= perl=mod PERL_CONFIGURE_ENV= PERLBIN="${PERL}" PERL_USES= perl5 PPOLICY_CONFIGURE_ENABLE= ppolicy=mod PROXYCACHE_CONFIGURE_ENABLE= proxycache=mod REFINT_CONFIGURE_ENABLE= refint=mod RELAY_CONFIGURE_ENABLE= relay=yes REMOTEAUTH_CONFIGURE_ENABLE= remoteauth=mod RETCODE_CONFIGURE_ENABLE= retcode=mod RLOOKUPS_CONFIGURE_ENABLE= rlookups RWM_CONFIGURE_ENABLE= rwm=mod SEQMOD_CONFIGURE_ENABLE= seqmod=mod SLAPI_CONFIGURE_ENABLE= slapi SLAPI_USE= LDCONFIG SLP_CONFIGURE_ENABLE= slp SLP_LIB_DEPENDS= libslp.so:net/openslp SOCK_CONFIGURE_ENABLE= sock=mod SQL_CONFIGURE_ENABLE= sql=mod SQL_LDFLAGS= -L${LOCALBASE}/lib SQL_LIB_DEPENDS= libodbc.so:databases/unixODBC SSSVLV_CONFIGURE_ENABLE= sssvlv=mod SYNCPROV_CONFIGURE_ENABLE= syncprov=yes TRANSLUCENT_CONFIGURE_ENABLE= translucent=mod UNIQUE_CONFIGURE_ENABLE= unique=mod VALSORT_CONFIGURE_ENABLE= valsort=mod # Force using caseIgnoreOrderingMatch on 'name' attribute. # This may be a violation of RFC 4519 2.18 definition. # See http://www.openldap.org/lists/openldap-technical/201211/msg00175.html OUTLOOK_EXTRA_PATCHES= ${FILESDIR}/extrapatch-outlook-servers__slapd__schema_prep.c .endif CONFIGURE_SED= -e 's,uuid/uuid.h,xxuuid/uuid.h,g' .include .if defined(CLIENT_ONLY) OPENLDAP_PORTREVISION= ${PORTREVISION_CLIENT} OPENLDAP_PKGFILESUFX= .client PORTDOCS= CHANGES drafts rfc CONFIGURE_ARGS+= --disable-slapd \ --disable-monitor \ --disable-relay \ --disable-syncprov USE_LDCONFIG= yes .else OPENLDAP_PORTREVISION= ${PORTREVISION_SERVER} OPENLDAP_PKGFILESUFX= LIB_DEPENDS+= libicudata.so:devel/icu \ libldap.so:net/openldap25-client \ libltdl.so:devel/libltdl SUB_LIST+= RC_DIR=${PREFIX} \ LDAP_RUN_DIR=${LDAP_RUN_DIR} \ DATABASEDIR=${DATABASEDIR} USERS= ldap GROUPS= ldap LDAP_USER?= ldap LDAP_GROUP?= ldap USE_LDCONFIG= ${PREFIX}/libexec/openldap SUB_FILES+= pkg-deinstall USE_RC_SUBR= slapd EXTRA_PATCHES+= ${FILESDIR}/extrapatch-Makefile.in LDFLAGS+= -L${LOCALBASE}/lib SED_MODULES= -e 's,mandir = \$$(exec_prefix)/share/man,mandir = $$(exec_prefix)/man,' \ -e 's/\(moduleload[ ]*back_[a-z]*\)\.la/\1/' \ -e 's/\# *\(modulepath\)/\1/' CONFIGURE_ARGS+= --enable-modules \ --localstatedir=${LOCALSTATEDIR} \ --enable-crypt \ --enable-ldap=mod \ --enable-meta=mod \ --enable-null=mod .endif LDAP_RUN_DIR?= /var/run/openldap LOCALSTATEDIR?= /var/db DATABASEDIR?= ${LOCALSTATEDIR}/openldap-data BACKUPDIR?= /var/backups/openldap DESCR= ${PKGDIR}/pkg-descr${OPENLDAP_PKGFILESUFX} PLIST= ${PKGDIR}/pkg-plist${OPENLDAP_PKGFILESUFX} SUB_FILES+= pkg-message${OPENLDAP_PKGFILESUFX} PKGMESSAGE= ${WRKSRC}/pkg-message${OPENLDAP_PKGFILESUFX} SUB_LIST+= LDAP_RUN_DIR=${LDAP_RUN_DIR} \ LDAP_USER=${LDAP_USER} \ LDAP_GROUP=${LDAP_GROUP} \ BACKUPDIR=${BACKUPDIR} \ DATABASEDIR=${DATABASEDIR} \ PORTNAME=${PORTNAME} \ PKGNAME=${PKGNAME} \ PKGNAMESUFFIX=${PKGNAMESUFFIX} CONFIGURE_ARGS+= --with-threads=posix \ --with-tls=openssl \ --enable-dynamic LIB_DEPENDS+= libsasl2.so:security/cyrus-sasl2 CONFIGURE_ARGS+= --with-cyrus-sasl --enable-spasswd MAKE_ENV+= STRIP=${STRIP} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_SUB+= ${SUB_LIST} PLIST_SUB+= SHLIB_MAJOR=${OPENLDAP_SHLIB_MAJOR} PLIST_SUB+= SHLIB_MINOR=${OPENLDAP_SHLIB_MINOR} PLIST_SUB+= OPENLDAP_MAJOR=${OPENLDAP_MAJOR} .if ${PORT_OPTIONS:MFETCH} && (defined(OPENSSL_INSTALLED) && ${OPENSSL_INSTALLED} != "" || ${SSL_DEFAULT} != base) BROKEN= using OpenSSL from ports and OPTION FETCH together is not supported . endif .if ${PORT_OPTIONS:MADDPARTIAL} CONTRIB_MODULES+= slapd-modules/addpartial CONTRIB_CLEANFILES+= addpartial.a .endif .if ${PORT_OPTIONS:MALLOP} CONTRIB_MODULES+= slapd-modules/allop CONTRIB_CLEANFILES+= allop.a .endif .if ${PORT_OPTIONS:MAUTOGROUP} CONTRIB_MODULES+= slapd-modules/autogroup CONTRIB_CLEANFILES+= autogroup.a .endif .if ${PORT_OPTIONS:MCLOAK} CONTRIB_MODULES+= slapd-modules/cloak CONTRIB_CLEANFILES+= cloak.a .endif .if ${PORT_OPTIONS:MDENYOP} CONTRIB_MODULES+= slapd-modules/denyop CONTRIB_CLEANFILES+= denyop.a .endif .if ${PORT_OPTIONS:MEMPTYDS} CONTRIB_MODULES+= slapd-modules/emptyds CONTRIB_CLEANFILES+= emptyds.a .endif .if ${PORT_OPTIONS:MLASTBIND} CONTRIB_MODULES+= slapd-modules/lastbind CONTRIB_CLEANFILES+= lastbind.a .endif .if ${PORT_OPTIONS:MLASTMOD} CONTRIB_MODULES+= slapd-modules/lastmod CONTRIB_CLEANFILES+= lastmod.a .endif .if ${PORT_OPTIONS:MNOPS} CONTRIB_MODULES+= slapd-modules/nops CONTRIB_CLEANFILES+= nops.a .endif .if ${PORT_OPTIONS:MTRACE} CONTRIB_MODULES+= slapd-modules/trace CONTRIB_CLEANFILES+= trace.a .endif .if ${PORT_OPTIONS:MSHA2} CONTRIB_MODULES+= slapd-modules/passwd/sha2 CONTRIB_CLEANFILES+= pw-sha2.a .endif .if ${PORT_OPTIONS:MPBKDF2} CONTRIB_MODULES+= slapd-modules/passwd/pbkdf2 CONTRIB_CLEANFILES+= pw-pbkdf2.a .endif .if ${PORT_OPTIONS:MSMBPWD} CONTRIB_MODULES+= slapd-modules/smbk5pwd CONTRIB_CLEANFILES+= smbk5pwd.a .endif post-patch: @${REINPLACE_CMD} -e 's|%LOCALSTATEDIR%/run/|${LDAP_RUN_DIR}/|g' \ ${SED_MODULES} ${WRKSRC}/servers/slapd/slapd.conf @${REINPLACE_CMD} -e 's|%LOCALSTATEDIR%/run/|${LDAP_RUN_DIR}/|g' \ ${SED_MODULES} ${WRKSRC}/servers/slapd/slapd.ldif @${REINPLACE_CMD} -e 's|^OPT =.*|OPT = ${CFLAGS}|g' \ -e 's|^CC =.*|CC = ${CC}|g' \ ${SED_MODULES} ${WRKSRC}/contrib/slapd-modules/*/Makefile \ ${WRKSRC}/contrib/slapd-modules/*/*/Makefile .if defined(CONFIGURE_SED) @${REINPLACE_CMD} -E ${CONFIGURE_SED} \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} .endif pre-configure-FETCH-on: @(cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf) .if !defined(CLIENT_ONLY) test: build @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) post-build: .for module in ${CONTRIB_MODULES} @(cd ${BUILD_WRKSRC}/contrib/${module} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} prefix="${PREFIX}" all) .endfor .endif pre-install: .if !defined(CLIENT_ONLY) ${MKDIR} ${STAGEDIR}${DATABASEDIR} .endif post-install: .if defined(CLIENT_ONLY) ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR} for dir in drafts rfc; do \ ${MKDIR} ${STAGEDIR}${DOCSDIR}/$${dir}; \ ${INSTALL_DATA} ${WRKSRC}/doc/$${dir}/* ${STAGEDIR}${DOCSDIR}/$${dir}; \ done for prog in ldapcompare ldapdelete ldapexop ldapmodify ldapmodrdn ldappasswd ldapsearch ldapurl ldapvc ldapwhoami; do\ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/$${prog}; \ done for library in lber ldap; do \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib$${library}-${OPENLDAP_MAJOR}.so.${OPENLDAP_SHLIB_MAJOR}; \ done .else ${MKDIR} ${STAGEDIR}${LDAP_RUN_DIR} .for module in ${CONTRIB_MODULES} (cd ${WRKSRC}/contrib/${module} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \ ${MAKE_ARGS} prefix="${PREFIX}" install) .endfor .for cleanfile in ${CONTRIB_CLEANFILES} ${RM} ${STAGEDIR}${PREFIX}/libexec/openldap/${cleanfile} .endfor ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/openldap/*.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/slapd ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/openldap .endif # defined(CLIENT_ONLY) post-install-SLAPI-on: for library in slapi; do \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib$${library}-${OPENLDAP_MAJOR}.so.${OPENLDAP_SHLIB_MAJOR}; \ done .include diff --git a/net/openldap25-server/pkg-plist b/net/openldap25-server/pkg-plist index b7250829d674..39f0c8277458 100644 --- a/net/openldap25-server/pkg-plist +++ b/net/openldap25-server/pkg-plist @@ -1,311 +1,311 @@ %%ETCDIR%%/schema/README %%ETCDIR%%/schema/collective.ldif @sample %%ETCDIR%%/schema/collective.schema.sample %%ETCDIR%%/schema/corba.ldif @sample %%ETCDIR%%/schema/corba.schema.sample %%ETCDIR%%/schema/core.ldif @sample %%ETCDIR%%/schema/core.schema.sample %%ETCDIR%%/schema/cosine.ldif @sample %%ETCDIR%%/schema/cosine.schema.sample %%ETCDIR%%/schema/dsee.ldif @sample %%ETCDIR%%/schema/dsee.schema.sample %%ETCDIR%%/schema/msuser.ldif @sample %%ETCDIR%%/schema/msuser.schema.sample %%ETCDIR%%/schema/namedobject.ldif @sample %%ETCDIR%%/schema/namedobject.schema.sample %%ETCDIR%%/schema/duaconf.ldif @sample %%ETCDIR%%/schema/duaconf.schema.sample %%ETCDIR%%/schema/dyngroup.ldif @sample %%ETCDIR%%/schema/dyngroup.schema.sample %%ETCDIR%%/schema/inetorgperson.ldif @sample %%ETCDIR%%/schema/inetorgperson.schema.sample %%ETCDIR%%/schema/java.ldif @sample %%ETCDIR%%/schema/java.schema.sample %%ETCDIR%%/schema/misc.ldif @sample %%ETCDIR%%/schema/misc.schema.sample %%ETCDIR%%/schema/nis.ldif @sample %%ETCDIR%%/schema/nis.schema.sample %%ETCDIR%%/schema/openldap.ldif @sample %%ETCDIR%%/schema/openldap.schema.sample %%ETCDIR%%/schema/pmi.ldif @sample %%ETCDIR%%/schema/pmi.schema.sample @sample %%ETCDIR%%/slapd.conf.sample @sample %%ETCDIR%%/slapd.ldif.sample %%ACCESSLOG%%libexec/openldap/accesslog-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%ACCESSLOG%%libexec/openldap/accesslog-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%ACCESSLOG%%libexec/openldap/accesslog.la %%ACCESSLOG%%libexec/openldap/accesslog.so %%ADDPARTIAL%%libexec/openldap/addpartial.la %%ADDPARTIAL%%libexec/openldap/addpartial.so %%ADDPARTIAL%%libexec/openldap/addpartial.so.0 %%ADDPARTIAL%%libexec/openldap/addpartial.so.0.0.0 %%ALLOP%%libexec/openldap/allop.la %%ALLOP%%libexec/openldap/allop.so %%ALLOP%%libexec/openldap/allop.so.0 %%ALLOP%%libexec/openldap/allop.so.0.0.0 %%ALLOP%%man/man5/slapo-allop.5.gz %%ARGON2%%libexec/openldap/argon2-%%OPENLDAP_MAJOR%%.so.0 %%ARGON2%%libexec/openldap/argon2-%%OPENLDAP_MAJOR%%.so.0.%%SHLIB_MINOR%% %%ARGON2%%libexec/openldap/argon2.la %%ARGON2%%libexec/openldap/argon2.so %%ASYNCMETA%%libexec/openldap/back_asyncmeta-%%OPENLDAP_MAJOR%%.so.0 %%ASYNCMETA%%libexec/openldap/back_asyncmeta-%%OPENLDAP_MAJOR%%.so.0.%%SHLIB_MINOR%% %%ASYNCMETA%%libexec/openldap/back_asyncmeta.la %%ASYNCMETA%%libexec/openldap/back_asyncmeta.so %%AUDITLOG%%libexec/openldap/auditlog-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%AUDITLOG%%libexec/openldap/auditlog-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%AUDITLOG%%libexec/openldap/auditlog.la %%AUDITLOG%%libexec/openldap/auditlog.so %%AUTOCA%%libexec/openldap/autoca-%%OPENLDAP_MAJOR%%.so.0 %%AUTOCA%%libexec/openldap/autoca-%%OPENLDAP_MAJOR%%.so.0.%%SHLIB_MINOR%% %%AUTOCA%%libexec/openldap/autoca.la %%AUTOCA%%libexec/openldap/autoca.so %%AUTOGROUP%%libexec/openldap/autogroup.la %%AUTOGROUP%%libexec/openldap/autogroup.so %%AUTOGROUP%%libexec/openldap/autogroup.so.0 %%AUTOGROUP%%libexec/openldap/autogroup.so.0.0.0 %%CLOAK%%libexec/openldap/cloak.la %%CLOAK%%libexec/openldap/cloak.so %%CLOAK%%libexec/openldap/cloak.so.0 %%CLOAK%%libexec/openldap/cloak.so.0.0.0 %%CLOAK%%man/man5/slapo-cloak.5.gz %%COLLECT%%libexec/openldap/collect-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%COLLECT%%libexec/openldap/collect-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%COLLECT%%libexec/openldap/collect.la %%COLLECT%%libexec/openldap/collect.so %%CONSTRAINT%%libexec/openldap/constraint-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%CONSTRAINT%%libexec/openldap/constraint-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%CONSTRAINT%%libexec/openldap/constraint.la %%CONSTRAINT%%libexec/openldap/constraint.so %%DDS%%libexec/openldap/dds-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%DDS%%libexec/openldap/dds-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%DDS%%libexec/openldap/dds.la %%DDS%%libexec/openldap/dds.so %%DENYOP%%libexec/openldap/denyop.la %%DENYOP%%libexec/openldap/denyop.so %%DENYOP%%libexec/openldap/denyop.so.0 %%DENYOP%%libexec/openldap/denyop.so.0.0.0 %%DEREF%%libexec/openldap/deref-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%DEREF%%libexec/openldap/deref-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%DEREF%%libexec/openldap/deref.la %%DEREF%%libexec/openldap/deref.so %%DNSSRV%%libexec/openldap/back_dnssrv-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%DNSSRV%%libexec/openldap/back_dnssrv-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%DNSSRV%%libexec/openldap/back_dnssrv.la %%DNSSRV%%libexec/openldap/back_dnssrv.so %%DYNGROUP%%libexec/openldap/dyngroup-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%DYNGROUP%%libexec/openldap/dyngroup-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%DYNGROUP%%libexec/openldap/dyngroup.la %%DYNGROUP%%libexec/openldap/dyngroup.so %%DYNLIST%%libexec/openldap/dynlist-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%DYNLIST%%libexec/openldap/dynlist-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%DYNLIST%%libexec/openldap/dynlist.la %%DYNLIST%%libexec/openldap/dynlist.so %%EMPTYDS%%libexec/openldap/emptyds.la %%EMPTYDS%%libexec/openldap/emptyds.so %%EMPTYDS%%libexec/openldap/emptyds.so.0 %%EMPTYDS%%libexec/openldap/emptyds.so.0.0.0 %%EMPTYDS%%man/man5/slapo-emptyds.5.gz %%HOMEDIR%%libexec/openldap/homedir-%%OPENLDAP_MAJOR%%.so.0 %%HOMEDIR%%libexec/openldap/homedir-%%OPENLDAP_MAJOR%%.so.0.%%SHLIB_MINOR%% %%HOMEDIR%%libexec/openldap/homedir.la %%HOMEDIR%%libexec/openldap/homedir.so %%LASTBIND%%libexec/openldap/lastbind.la %%LASTBIND%%libexec/openldap/lastbind.so %%LASTBIND%%libexec/openldap/lastbind.so.0 %%LASTBIND%%libexec/openldap/lastbind.so.0.0.0 %%LASTBIND%%man/man5/slapo-lastbind.5.gz %%LASTMOD%%libexec/openldap/lastmod.la %%LASTMOD%%libexec/openldap/lastmod.so %%LASTMOD%%libexec/openldap/lastmod.so.0 %%LASTMOD%%libexec/openldap/lastmod.so.0.0.0 %%LASTMOD%%man/man5/slapo-lastmod.5.gz %%LLOADD%%libexec/%%PORTNAME%%/lloadd-%%OPENLDAP_MAJOR%%.so.0 %%LLOADD%%libexec/%%PORTNAME%%/lloadd-%%OPENLDAP_MAJOR%%.so.0.%%SHLIB_MINOR%% %%LLOADD%%libexec/%%PORTNAME%%/lloadd.la %%LLOADD%%libexec/%%PORTNAME%%/lloadd.so %%MEMBEROF%%libexec/openldap/memberof-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%MEMBEROF%%libexec/openldap/memberof-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%MEMBEROF%%libexec/openldap/memberof.la %%MEMBEROF%%libexec/openldap/memberof.so %%NOPS%%libexec/openldap/nops.la %%NOPS%%libexec/openldap/nops.so %%NOPS%%libexec/openldap/nops.so.0 %%NOPS%%libexec/openldap/nops.so.0.0.0 %%NOPS%%man/man5/slapo-nops.5.gz %%OTP%%libexec/openldap/otp-%%OPENLDAP_MAJOR%%.so.0 %%OTP%%libexec/openldap/otp-%%OPENLDAP_MAJOR%%.so.0.%%SHLIB_MINOR%% %%OTP%%libexec/openldap/otp.la %%OTP%%libexec/openldap/otp.so %%PASSWD%%libexec/openldap/back_passwd-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%PASSWD%%libexec/openldap/back_passwd-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%PASSWD%%libexec/openldap/back_passwd.la %%PASSWD%%libexec/openldap/back_passwd.so %%PBKDF2%%libexec/openldap/pw-pbkdf2.la %%PBKDF2%%libexec/openldap/pw-pbkdf2.so %%PBKDF2%%libexec/openldap/pw-pbkdf2.so.0 %%PBKDF2%%libexec/openldap/pw-pbkdf2.so.0.0.0 %%PBKDF2%%man/man5/slapd-pw-pbkdf2.5.gz %%PERL%%libexec/openldap/back_perl-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%PERL%%libexec/openldap/back_perl-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%PERL%%libexec/openldap/back_perl.la %%PERL%%libexec/openldap/back_perl.so %%PPOLICY%%libexec/openldap/ppolicy-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%PPOLICY%%libexec/openldap/ppolicy-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%PPOLICY%%libexec/openldap/ppolicy.la %%PPOLICY%%libexec/openldap/ppolicy.so %%PROXYCACHE%%libexec/openldap/pcache-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%PROXYCACHE%%libexec/openldap/pcache-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%PROXYCACHE%%libexec/openldap/pcache.la %%PROXYCACHE%%libexec/openldap/pcache.so %%REFINT%%libexec/openldap/refint-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%REFINT%%libexec/openldap/refint-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%REFINT%%libexec/openldap/refint.la %%REFINT%%libexec/openldap/refint.so %%REMOTEAUTH%%libexec/openldap/remoteauth-%%OPENLDAP_MAJOR%%.so.0 %%REMOTEAUTH%%libexec/openldap/remoteauth-%%OPENLDAP_MAJOR%%.so.0.%%SHLIB_MINOR%% %%REMOTEAUTH%%libexec/openldap/remoteauth.la %%REMOTEAUTH%%libexec/openldap/remoteauth.so %%RETCODE%%libexec/openldap/retcode-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%RETCODE%%libexec/openldap/retcode-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%RETCODE%%libexec/openldap/retcode.la %%RETCODE%%libexec/openldap/retcode.so %%RWM%%libexec/openldap/rwm-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%RWM%%libexec/openldap/rwm-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%RWM%%libexec/openldap/rwm.la %%RWM%%libexec/openldap/rwm.so %%SEQMOD%%libexec/openldap/seqmod-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%SEQMOD%%libexec/openldap/seqmod-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%SEQMOD%%libexec/openldap/seqmod.la %%SEQMOD%%libexec/openldap/seqmod.so %%SHA2%%libexec/openldap/pw-sha2.la %%SHA2%%libexec/openldap/pw-sha2.so %%SHA2%%libexec/openldap/pw-sha2.so.0 %%SHA2%%libexec/openldap/pw-sha2.so.0.0.0 %%SHA2%%man/man5/slapd-pw-sha2.5.gz %%SLAPI%%lib/libslapi-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%SLAPI%%lib/libslapi-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%SLAPI%%lib/libslapi.a %%SLAPI%%lib/libslapi.la %%SLAPI%%lib/libslapi.so %%SMBPWD%%libexec/openldap/smbk5pwd.la %%SMBPWD%%libexec/openldap/smbk5pwd.so %%SMBPWD%%libexec/openldap/smbk5pwd.so.0 %%SMBPWD%%libexec/openldap/smbk5pwd.so.0.0.0 %%SMBPWD%%man/man5/slapo-smbk5pwd.5.gz %%SOCK%%libexec/openldap/back_sock-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%SOCK%%libexec/openldap/back_sock-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%SOCK%%libexec/openldap/back_sock.la %%SOCK%%libexec/openldap/back_sock.so %%SQL%%libexec/openldap/back_sql-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%SQL%%libexec/openldap/back_sql-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%SQL%%libexec/openldap/back_sql.la %%SQL%%libexec/openldap/back_sql.so %%SSSVLV%%libexec/openldap/sssvlv-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%SSSVLV%%libexec/openldap/sssvlv-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%SSSVLV%%libexec/openldap/sssvlv.la %%SSSVLV%%libexec/openldap/sssvlv.so %%TRACE%%libexec/openldap/trace.la %%TRACE%%libexec/openldap/trace.so %%TRACE%%libexec/openldap/trace.so.0 %%TRACE%%libexec/openldap/trace.so.0.0.0 %%TRANSLUCENT%%libexec/openldap/translucent-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%TRANSLUCENT%%libexec/openldap/translucent-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%TRANSLUCENT%%libexec/openldap/translucent.la %%TRANSLUCENT%%libexec/openldap/translucent.so %%UNIQUE%%libexec/openldap/unique-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%UNIQUE%%libexec/openldap/unique-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%UNIQUE%%libexec/openldap/unique.la %%UNIQUE%%libexec/openldap/unique.so %%VALSORT%%libexec/openldap/valsort-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% %%VALSORT%%libexec/openldap/valsort-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% %%VALSORT%%libexec/openldap/valsort.la %%VALSORT%%libexec/openldap/valsort.so libexec/openldap/back_ldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% libexec/openldap/back_ldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% libexec/openldap/back_ldap.la libexec/openldap/back_ldap.so libexec/openldap/back_meta-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% libexec/openldap/back_meta-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% libexec/openldap/back_meta.la libexec/openldap/back_meta.so libexec/openldap/back_null-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% libexec/openldap/back_null-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% libexec/openldap/back_null.la libexec/openldap/back_null.so libexec/slapd -man/man5/lloadd.conf.5.gz -man/man5/slapd-asyncmeta.5.gz -man/man5/slapd-config.5.gz -man/man5/slapd-dnssrv.5.gz -man/man5/slapd-ldap.5.gz -man/man5/slapd-ldif.5.gz -man/man5/slapd-mdb.5.gz -man/man5/slapd-meta.5.gz -man/man5/slapd-monitor.5.gz -man/man5/slapd-ndb.5.gz -man/man5/slapd-null.5.gz -man/man5/slapd-passwd.5.gz -man/man5/slapd-perl.5.gz -man/man5/slapd-relay.5.gz -man/man5/slapd-sock.5.gz -man/man5/slapd-sql.5.gz -man/man5/slapd-wt.5.gz -man/man5/slapd.access.5.gz -man/man5/slapd.backends.5.gz -man/man5/slapd.conf.5.gz -man/man5/slapd.overlays.5.gz -man/man5/slapd.plugin.5.gz -man/man5/slapo-accesslog.5.gz -man/man5/slapo-auditlog.5.gz -man/man5/slapo-autoca.5.gz -man/man5/slapo-chain.5.gz -man/man5/slapo-collect.5.gz -man/man5/slapo-constraint.5.gz -man/man5/slapo-dds.5.gz -man/man5/slapo-deref.5.gz -man/man5/slapo-dyngroup.5.gz -man/man5/slapo-dynlist.5.gz -man/man5/slapo-homedir.5.gz -man/man5/slapo-memberof.5.gz -man/man5/slapo-otp.5.gz -man/man5/slapo-pbind.5.gz -man/man5/slapo-pcache.5.gz -man/man5/slapo-ppolicy.5.gz -man/man5/slapo-refint.5.gz -man/man5/slapo-remoteauth.5.gz -man/man5/slapo-retcode.5.gz -man/man5/slapo-rwm.5.gz -man/man5/slapo-sock.5.gz -man/man5/slapo-sssvlv.5.gz -man/man5/slapo-syncprov.5.gz -man/man5/slapo-translucent.5.gz -man/man5/slapo-unique.5.gz -man/man5/slapo-valsort.5.gz -man/man5/slappw-argon2.5.gz -man/man8/lloadd.8.gz -man/man8/slapacl.8.gz -man/man8/slapadd.8.gz -man/man8/slapauth.8.gz -man/man8/slapcat.8.gz -man/man8/slapd.8.gz -man/man8/slapdn.8.gz -man/man8/slapindex.8.gz -man/man8/slapmodify.8.gz -man/man8/slappasswd.8.gz -man/man8/slapschema.8.gz -man/man8/slaptest.8.gz +share/man/man5/lloadd.conf.5.gz +share/man/man5/slapd-asyncmeta.5.gz +share/man/man5/slapd-config.5.gz +share/man/man5/slapd-dnssrv.5.gz +share/man/man5/slapd-ldap.5.gz +share/man/man5/slapd-ldif.5.gz +share/man/man5/slapd-mdb.5.gz +share/man/man5/slapd-meta.5.gz +share/man/man5/slapd-monitor.5.gz +share/man/man5/slapd-ndb.5.gz +share/man/man5/slapd-null.5.gz +share/man/man5/slapd-passwd.5.gz +share/man/man5/slapd-perl.5.gz +share/man/man5/slapd-relay.5.gz +share/man/man5/slapd-sock.5.gz +share/man/man5/slapd-sql.5.gz +share/man/man5/slapd-wt.5.gz +share/man/man5/slapd.access.5.gz +share/man/man5/slapd.backends.5.gz +share/man/man5/slapd.conf.5.gz +share/man/man5/slapd.overlays.5.gz +share/man/man5/slapd.plugin.5.gz +share/man/man5/slapo-accesslog.5.gz +share/man/man5/slapo-auditlog.5.gz +share/man/man5/slapo-autoca.5.gz +share/man/man5/slapo-chain.5.gz +share/man/man5/slapo-collect.5.gz +share/man/man5/slapo-constraint.5.gz +share/man/man5/slapo-dds.5.gz +share/man/man5/slapo-deref.5.gz +share/man/man5/slapo-dyngroup.5.gz +share/man/man5/slapo-dynlist.5.gz +share/man/man5/slapo-homedir.5.gz +share/man/man5/slapo-memberof.5.gz +share/man/man5/slapo-otp.5.gz +share/man/man5/slapo-pbind.5.gz +share/man/man5/slapo-pcache.5.gz +share/man/man5/slapo-ppolicy.5.gz +share/man/man5/slapo-refint.5.gz +share/man/man5/slapo-remoteauth.5.gz +share/man/man5/slapo-retcode.5.gz +share/man/man5/slapo-rwm.5.gz +share/man/man5/slapo-sock.5.gz +share/man/man5/slapo-sssvlv.5.gz +share/man/man5/slapo-syncprov.5.gz +share/man/man5/slapo-translucent.5.gz +share/man/man5/slapo-unique.5.gz +share/man/man5/slapo-valsort.5.gz +share/man/man5/slappw-argon2.5.gz +share/man/man8/lloadd.8.gz +share/man/man8/slapacl.8.gz +share/man/man8/slapadd.8.gz +share/man/man8/slapauth.8.gz +share/man/man8/slapcat.8.gz +share/man/man8/slapd.8.gz +share/man/man8/slapdn.8.gz +share/man/man8/slapindex.8.gz +share/man/man8/slapmodify.8.gz +share/man/man8/slappasswd.8.gz +share/man/man8/slapschema.8.gz +share/man/man8/slaptest.8.gz sbin/slapacl sbin/slapadd sbin/slapauth sbin/slapcat sbin/slapdn sbin/slapindex sbin/slapmodify sbin/slappasswd sbin/slapschema sbin/slaptest @dir %%ETCDIR%%/schema @dir libexec/openldap @dir(%%LDAP_USER%%,%%LDAP_GROUP%%,775) %%LDAP_RUN_DIR%% @dir(%%LDAP_USER%%,%%LDAP_GROUP%%,775) %%DATABASEDIR%% diff --git a/net/openldap25-server/pkg-plist.client b/net/openldap25-server/pkg-plist.client index c6c0ae15ab79..ce386e851fbe 100644 --- a/net/openldap25-server/pkg-plist.client +++ b/net/openldap25-server/pkg-plist.client @@ -1,232 +1,232 @@ bin/ldapadd bin/ldapcompare bin/ldapdelete bin/ldapexop bin/ldapmodify bin/ldapmodrdn bin/ldappasswd bin/ldapsearch bin/ldapurl bin/ldapvc bin/ldapwhoami @dir %%ETCDIR%% @sample %%ETCDIR%%/ldap.conf.sample include/lber.h include/lber_types.h include/ldap.h include/ldap_cdefs.h include/ldap_features.h include/ldap_schema.h include/ldap_utf8.h include/ldif.h include/openldap.h include/slapi-plugin.h lib/liblber-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% lib/liblber-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/liblber.a lib/liblber.la lib/liblber.so lib/libldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%% lib/libldap-%%OPENLDAP_MAJOR%%.so.%%SHLIB_MAJOR%%.%%SHLIB_MINOR%% lib/libldap.a lib/libldap.la lib/libldap.so libdata/pkgconfig/lber.pc libdata/pkgconfig/ldap.pc -man/man1/ldapadd.1.gz -man/man1/ldapcompare.1.gz -man/man1/ldapdelete.1.gz -man/man1/ldapexop.1.gz -man/man1/ldapmodify.1.gz -man/man1/ldapmodrdn.1.gz -man/man1/ldappasswd.1.gz -man/man1/ldapsearch.1.gz -man/man1/ldapurl.1.gz -man/man1/ldapvc.1.gz -man/man1/ldapwhoami.1.gz -man/man3/ber_alloc_t.3.gz -man/man3/ber_bvarray_add.3.gz -man/man3/ber_bvarray_free.3.gz -man/man3/ber_bvdup.3.gz -man/man3/ber_bvecadd.3.gz -man/man3/ber_bvecfree.3.gz -man/man3/ber_bvfree.3.gz -man/man3/ber_bvstr.3.gz -man/man3/ber_bvstrdup.3.gz -man/man3/ber_dupbv.3.gz -man/man3/ber_first_element.3.gz -man/man3/ber_flush.3.gz -man/man3/ber_free.3.gz -man/man3/ber_get_bitstring.3.gz -man/man3/ber_get_boolean.3.gz -man/man3/ber_get_enum.3.gz -man/man3/ber_get_int.3.gz -man/man3/ber_get_next.3.gz -man/man3/ber_get_null.3.gz -man/man3/ber_get_stringa.3.gz -man/man3/ber_get_stringb.3.gz -man/man3/ber_next_element.3.gz -man/man3/ber_peek_tag.3.gz -man/man3/ber_printf.3.gz -man/man3/ber_put_enum.3.gz -man/man3/ber_put_int.3.gz -man/man3/ber_put_null.3.gz -man/man3/ber_put_ostring.3.gz -man/man3/ber_put_seq.3.gz -man/man3/ber_put_set.3.gz -man/man3/ber_put_string.3.gz -man/man3/ber_scanf.3.gz -man/man3/ber_skip_tag.3.gz -man/man3/ber_start_set.3.gz -man/man3/ber_str2bv.3.gz -man/man3/lber-decode.3.gz -man/man3/lber-encode.3.gz -man/man3/lber-memory.3.gz -man/man3/lber-sockbuf.3.gz -man/man3/lber-types.3.gz -man/man3/ld_errno.3.gz -man/man3/ldap.3.gz -man/man3/ldap_abandon.3.gz -man/man3/ldap_abandon_ext.3.gz -man/man3/ldap_add.3.gz -man/man3/ldap_add_ext.3.gz -man/man3/ldap_add_ext_s.3.gz -man/man3/ldap_add_s.3.gz -man/man3/ldap_attributetype2name.3.gz -man/man3/ldap_attributetype2str.3.gz -man/man3/ldap_attributetype_free.3.gz -man/man3/ldap_bind.3.gz -man/man3/ldap_bind_s.3.gz -man/man3/ldap_compare.3.gz -man/man3/ldap_compare_ext.3.gz -man/man3/ldap_compare_ext_s.3.gz -man/man3/ldap_compare_s.3.gz -man/man3/ldap_control_create.3.gz -man/man3/ldap_control_dup.3.gz -man/man3/ldap_control_find.3.gz -man/man3/ldap_control_free.3.gz -man/man3/ldap_controls.3.gz -man/man3/ldap_controls_dup.3.gz -man/man3/ldap_controls_free.3.gz -man/man3/ldap_count_entries.3.gz -man/man3/ldap_count_messages.3.gz -man/man3/ldap_count_references.3.gz -man/man3/ldap_count_values.3.gz -man/man3/ldap_count_values_len.3.gz -man/man3/ldap_dcedn2dn.3.gz -man/man3/ldap_delete.3.gz -man/man3/ldap_delete_ext.3.gz -man/man3/ldap_delete_ext_s.3.gz -man/man3/ldap_delete_s.3.gz -man/man3/ldap_destroy.3.gz -man/man3/ldap_dn2ad_canonical.3.gz -man/man3/ldap_dn2dcedn.3.gz -man/man3/ldap_dn2str.3.gz -man/man3/ldap_dn2ufn.3.gz -man/man3/ldap_dnfree.3.gz -man/man3/ldap_dup.3.gz -man/man3/ldap_err2string.3.gz -man/man3/ldap_errlist.3.gz -man/man3/ldap_error.3.gz -man/man3/ldap_explode_dn.3.gz -man/man3/ldap_explode_rdn.3.gz -man/man3/ldap_extended_operation.3.gz -man/man3/ldap_extended_operation_s.3.gz -man/man3/ldap_first_attribute.3.gz -man/man3/ldap_first_entry.3.gz -man/man3/ldap_first_message.3.gz -man/man3/ldap_first_reference.3.gz -man/man3/ldap_free_urldesc.3.gz -man/man3/ldap_get_attribute_ber.3.gz -man/man3/ldap_get_dn.3.gz -man/man3/ldap_get_option.3.gz -man/man3/ldap_get_values.3.gz -man/man3/ldap_get_values_len.3.gz -man/man3/ldap_init.3.gz -man/man3/ldap_init_fd.3.gz -man/man3/ldap_initialize.3.gz -man/man3/ldap_install_tls.3.gz -man/man3/ldap_is_ldap_url.3.gz -man/man3/ldap_matchingrule2name.3.gz -man/man3/ldap_matchingrule2str.3.gz -man/man3/ldap_matchingrule_free.3.gz -man/man3/ldap_memalloc.3.gz -man/man3/ldap_memcalloc.3.gz -man/man3/ldap_memfree.3.gz -man/man3/ldap_memory.3.gz -man/man3/ldap_memrealloc.3.gz -man/man3/ldap_memvfree.3.gz -man/man3/ldap_modify.3.gz -man/man3/ldap_modify_ext.3.gz -man/man3/ldap_modify_ext_s.3.gz -man/man3/ldap_modify_s.3.gz -man/man3/ldap_modrdn.3.gz -man/man3/ldap_modrdn2.3.gz -man/man3/ldap_modrdn2_s.3.gz -man/man3/ldap_modrdn_s.3.gz -man/man3/ldap_mods_free.3.gz -man/man3/ldap_msgfree.3.gz -man/man3/ldap_msgid.3.gz -man/man3/ldap_msgtype.3.gz -man/man3/ldap_next_attribute.3.gz -man/man3/ldap_next_entry.3.gz -man/man3/ldap_next_message.3.gz -man/man3/ldap_next_reference.3.gz -man/man3/ldap_objectclass2name.3.gz -man/man3/ldap_objectclass2str.3.gz -man/man3/ldap_objectclass_free.3.gz -man/man3/ldap_open.3.gz -man/man3/ldap_parse_extended_result.3.gz -man/man3/ldap_parse_intermediate.3.gz -man/man3/ldap_parse_reference.3.gz -man/man3/ldap_parse_result.3.gz -man/man3/ldap_parse_sasl_bind_result.3.gz -man/man3/ldap_parse_sort_control.3.gz -man/man3/ldap_parse_vlv_control.3.gz -man/man3/ldap_perror.3.gz -man/man3/ldap_rename.3.gz -man/man3/ldap_rename_s.3.gz -man/man3/ldap_result.3.gz -man/man3/ldap_result2error.3.gz -man/man3/ldap_sasl_bind.3.gz -man/man3/ldap_sasl_bind_s.3.gz -man/man3/ldap_schema.3.gz -man/man3/ldap_scherr2str.3.gz -man/man3/ldap_search.3.gz -man/man3/ldap_search_ext.3.gz -man/man3/ldap_search_ext_s.3.gz -man/man3/ldap_search_s.3.gz -man/man3/ldap_search_st.3.gz -man/man3/ldap_set_option.3.gz -man/man3/ldap_set_rebind_proc.3.gz -man/man3/ldap_set_urllist_proc.3.gz -man/man3/ldap_simple_bind.3.gz -man/man3/ldap_simple_bind_s.3.gz -man/man3/ldap_sort.3.gz -man/man3/ldap_sort_entries.3.gz -man/man3/ldap_sort_strcasecmp.3.gz -man/man3/ldap_sort_values.3.gz -man/man3/ldap_start_tls.3.gz -man/man3/ldap_start_tls_s.3.gz -man/man3/ldap_str2attributetype.3.gz -man/man3/ldap_str2dn.3.gz -man/man3/ldap_str2matchingrule.3.gz -man/man3/ldap_str2objectclass.3.gz -man/man3/ldap_str2syntax.3.gz -man/man3/ldap_strdup.3.gz -man/man3/ldap_sync.3.gz -man/man3/ldap_syntax2name.3.gz -man/man3/ldap_syntax2str.3.gz -man/man3/ldap_syntax_free.3.gz -man/man3/ldap_tls.3.gz -man/man3/ldap_tls_inplace.3.gz -man/man3/ldap_unbind.3.gz -man/man3/ldap_unbind_ext.3.gz -man/man3/ldap_unbind_ext_s.3.gz -man/man3/ldap_unbind_s.3.gz -man/man3/ldap_url.3.gz -man/man3/ldap_url_parse.3.gz -man/man3/ldap_value_free.3.gz -man/man3/ldap_value_free_len.3.gz -man/man5/ldap.conf.5.gz -man/man5/ldif.5.gz +share/man/man1/ldapadd.1.gz +share/man/man1/ldapcompare.1.gz +share/man/man1/ldapdelete.1.gz +share/man/man1/ldapexop.1.gz +share/man/man1/ldapmodify.1.gz +share/man/man1/ldapmodrdn.1.gz +share/man/man1/ldappasswd.1.gz +share/man/man1/ldapsearch.1.gz +share/man/man1/ldapurl.1.gz +share/man/man1/ldapvc.1.gz +share/man/man1/ldapwhoami.1.gz +share/man/man3/ber_alloc_t.3.gz +share/man/man3/ber_bvarray_add.3.gz +share/man/man3/ber_bvarray_free.3.gz +share/man/man3/ber_bvdup.3.gz +share/man/man3/ber_bvecadd.3.gz +share/man/man3/ber_bvecfree.3.gz +share/man/man3/ber_bvfree.3.gz +share/man/man3/ber_bvstr.3.gz +share/man/man3/ber_bvstrdup.3.gz +share/man/man3/ber_dupbv.3.gz +share/man/man3/ber_first_element.3.gz +share/man/man3/ber_flush.3.gz +share/man/man3/ber_free.3.gz +share/man/man3/ber_get_bitstring.3.gz +share/man/man3/ber_get_boolean.3.gz +share/man/man3/ber_get_enum.3.gz +share/man/man3/ber_get_int.3.gz +share/man/man3/ber_get_next.3.gz +share/man/man3/ber_get_null.3.gz +share/man/man3/ber_get_stringa.3.gz +share/man/man3/ber_get_stringb.3.gz +share/man/man3/ber_next_element.3.gz +share/man/man3/ber_peek_tag.3.gz +share/man/man3/ber_printf.3.gz +share/man/man3/ber_put_enum.3.gz +share/man/man3/ber_put_int.3.gz +share/man/man3/ber_put_null.3.gz +share/man/man3/ber_put_ostring.3.gz +share/man/man3/ber_put_seq.3.gz +share/man/man3/ber_put_set.3.gz +share/man/man3/ber_put_string.3.gz +share/man/man3/ber_scanf.3.gz +share/man/man3/ber_skip_tag.3.gz +share/man/man3/ber_start_set.3.gz +share/man/man3/ber_str2bv.3.gz +share/man/man3/lber-decode.3.gz +share/man/man3/lber-encode.3.gz +share/man/man3/lber-memory.3.gz +share/man/man3/lber-sockbuf.3.gz +share/man/man3/lber-types.3.gz +share/man/man3/ld_errno.3.gz +share/man/man3/ldap.3.gz +share/man/man3/ldap_abandon.3.gz +share/man/man3/ldap_abandon_ext.3.gz +share/man/man3/ldap_add.3.gz +share/man/man3/ldap_add_ext.3.gz +share/man/man3/ldap_add_ext_s.3.gz +share/man/man3/ldap_add_s.3.gz +share/man/man3/ldap_attributetype2name.3.gz +share/man/man3/ldap_attributetype2str.3.gz +share/man/man3/ldap_attributetype_free.3.gz +share/man/man3/ldap_bind.3.gz +share/man/man3/ldap_bind_s.3.gz +share/man/man3/ldap_compare.3.gz +share/man/man3/ldap_compare_ext.3.gz +share/man/man3/ldap_compare_ext_s.3.gz +share/man/man3/ldap_compare_s.3.gz +share/man/man3/ldap_control_create.3.gz +share/man/man3/ldap_control_dup.3.gz +share/man/man3/ldap_control_find.3.gz +share/man/man3/ldap_control_free.3.gz +share/man/man3/ldap_controls.3.gz +share/man/man3/ldap_controls_dup.3.gz +share/man/man3/ldap_controls_free.3.gz +share/man/man3/ldap_count_entries.3.gz +share/man/man3/ldap_count_messages.3.gz +share/man/man3/ldap_count_references.3.gz +share/man/man3/ldap_count_values.3.gz +share/man/man3/ldap_count_values_len.3.gz +share/man/man3/ldap_dcedn2dn.3.gz +share/man/man3/ldap_delete.3.gz +share/man/man3/ldap_delete_ext.3.gz +share/man/man3/ldap_delete_ext_s.3.gz +share/man/man3/ldap_delete_s.3.gz +share/man/man3/ldap_destroy.3.gz +share/man/man3/ldap_dn2ad_canonical.3.gz +share/man/man3/ldap_dn2dcedn.3.gz +share/man/man3/ldap_dn2str.3.gz +share/man/man3/ldap_dn2ufn.3.gz +share/man/man3/ldap_dnfree.3.gz +share/man/man3/ldap_dup.3.gz +share/man/man3/ldap_err2string.3.gz +share/man/man3/ldap_errlist.3.gz +share/man/man3/ldap_error.3.gz +share/man/man3/ldap_explode_dn.3.gz +share/man/man3/ldap_explode_rdn.3.gz +share/man/man3/ldap_extended_operation.3.gz +share/man/man3/ldap_extended_operation_s.3.gz +share/man/man3/ldap_first_attribute.3.gz +share/man/man3/ldap_first_entry.3.gz +share/man/man3/ldap_first_message.3.gz +share/man/man3/ldap_first_reference.3.gz +share/man/man3/ldap_free_urldesc.3.gz +share/man/man3/ldap_get_attribute_ber.3.gz +share/man/man3/ldap_get_dn.3.gz +share/man/man3/ldap_get_option.3.gz +share/man/man3/ldap_get_values.3.gz +share/man/man3/ldap_get_values_len.3.gz +share/man/man3/ldap_init.3.gz +share/man/man3/ldap_init_fd.3.gz +share/man/man3/ldap_initialize.3.gz +share/man/man3/ldap_install_tls.3.gz +share/man/man3/ldap_is_ldap_url.3.gz +share/man/man3/ldap_matchingrule2name.3.gz +share/man/man3/ldap_matchingrule2str.3.gz +share/man/man3/ldap_matchingrule_free.3.gz +share/man/man3/ldap_memalloc.3.gz +share/man/man3/ldap_memcalloc.3.gz +share/man/man3/ldap_memfree.3.gz +share/man/man3/ldap_memory.3.gz +share/man/man3/ldap_memrealloc.3.gz +share/man/man3/ldap_memvfree.3.gz +share/man/man3/ldap_modify.3.gz +share/man/man3/ldap_modify_ext.3.gz +share/man/man3/ldap_modify_ext_s.3.gz +share/man/man3/ldap_modify_s.3.gz +share/man/man3/ldap_modrdn.3.gz +share/man/man3/ldap_modrdn2.3.gz +share/man/man3/ldap_modrdn2_s.3.gz +share/man/man3/ldap_modrdn_s.3.gz +share/man/man3/ldap_mods_free.3.gz +share/man/man3/ldap_msgfree.3.gz +share/man/man3/ldap_msgid.3.gz +share/man/man3/ldap_msgtype.3.gz +share/man/man3/ldap_next_attribute.3.gz +share/man/man3/ldap_next_entry.3.gz +share/man/man3/ldap_next_message.3.gz +share/man/man3/ldap_next_reference.3.gz +share/man/man3/ldap_objectclass2name.3.gz +share/man/man3/ldap_objectclass2str.3.gz +share/man/man3/ldap_objectclass_free.3.gz +share/man/man3/ldap_open.3.gz +share/man/man3/ldap_parse_extended_result.3.gz +share/man/man3/ldap_parse_intermediate.3.gz +share/man/man3/ldap_parse_reference.3.gz +share/man/man3/ldap_parse_result.3.gz +share/man/man3/ldap_parse_sasl_bind_result.3.gz +share/man/man3/ldap_parse_sort_control.3.gz +share/man/man3/ldap_parse_vlv_control.3.gz +share/man/man3/ldap_perror.3.gz +share/man/man3/ldap_rename.3.gz +share/man/man3/ldap_rename_s.3.gz +share/man/man3/ldap_result.3.gz +share/man/man3/ldap_result2error.3.gz +share/man/man3/ldap_sasl_bind.3.gz +share/man/man3/ldap_sasl_bind_s.3.gz +share/man/man3/ldap_schema.3.gz +share/man/man3/ldap_scherr2str.3.gz +share/man/man3/ldap_search.3.gz +share/man/man3/ldap_search_ext.3.gz +share/man/man3/ldap_search_ext_s.3.gz +share/man/man3/ldap_search_s.3.gz +share/man/man3/ldap_search_st.3.gz +share/man/man3/ldap_set_option.3.gz +share/man/man3/ldap_set_rebind_proc.3.gz +share/man/man3/ldap_set_urllist_proc.3.gz +share/man/man3/ldap_simple_bind.3.gz +share/man/man3/ldap_simple_bind_s.3.gz +share/man/man3/ldap_sort.3.gz +share/man/man3/ldap_sort_entries.3.gz +share/man/man3/ldap_sort_strcasecmp.3.gz +share/man/man3/ldap_sort_values.3.gz +share/man/man3/ldap_start_tls.3.gz +share/man/man3/ldap_start_tls_s.3.gz +share/man/man3/ldap_str2attributetype.3.gz +share/man/man3/ldap_str2dn.3.gz +share/man/man3/ldap_str2matchingrule.3.gz +share/man/man3/ldap_str2objectclass.3.gz +share/man/man3/ldap_str2syntax.3.gz +share/man/man3/ldap_strdup.3.gz +share/man/man3/ldap_sync.3.gz +share/man/man3/ldap_syntax2name.3.gz +share/man/man3/ldap_syntax2str.3.gz +share/man/man3/ldap_syntax_free.3.gz +share/man/man3/ldap_tls.3.gz +share/man/man3/ldap_tls_inplace.3.gz +share/man/man3/ldap_unbind.3.gz +share/man/man3/ldap_unbind_ext.3.gz +share/man/man3/ldap_unbind_ext_s.3.gz +share/man/man3/ldap_unbind_s.3.gz +share/man/man3/ldap_url.3.gz +share/man/man3/ldap_url_parse.3.gz +share/man/man3/ldap_value_free.3.gz +share/man/man3/ldap_value_free_len.3.gz +share/man/man5/ldap.conf.5.gz +share/man/man5/ldif.5.gz