Пакет openldap: Информация

  • Default inline alert: Версия в репозитории: 2.6.7-alt1

Исходный пакет: openldap
Версия: 2.6.3-alt1
Последняя версия по данным Repology
Собран:  14 сентября 2022 г. 1:44 в задании #306372
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: http://www.openldap.org/

Лицензия: OLDAP-2.8
О пакете: LDAP libraries and sample clients
Описание: 
OpenLDAP is an open source suite of LDAP (Lightweight Directory Access
Protocol) applications and development tools.  LDAP is a set of
protocols for accessing directory services (usually phone book style
information, but other information is possible) over the Internet,
similar to the way DNS (Domain Name System) information is propagated
over the Internet.  The suite includes a stand-alone LDAP server
(slapd), libraries for implementing the LDAP protocol, utilities,
tools, and sample clients.

Install openldap if you need to run LDAP-based applications and tools.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
libldap-devel (x86_64, ppc64le, i586, armh, aarch64)
libldap2 (x86_64, ppc64le, i586, armh, aarch64)
libldap2-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
openldap-clients (x86_64, ppc64le, i586, armh, aarch64)
openldap-clients-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
openldap-common (noarch)
openldap-contrib (x86_64, ppc64le, i586, armh, aarch64)
openldap-contrib-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
openldap-doc (noarch)
openldap-servers (x86_64, ppc64le, i586, armh, aarch64)
openldap-servers-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Сопровождающий: OpenLDAP Maintainers Team


Права:
@openldap

    1. libsasl2-devel >= 2.1.24-alt1.cvs.20090508
    2. liblmdb-devel
    3. libevent-devel
    4. libltdl-devel
    5. libssl-devel
    6. chrooted
    7. groff-base
    8. sdf >= 2
    9. shtool
    10. libsystemd-devel
    11. libargon2-devel
    12. libuuid-devel

Последнее изменение


5 сентября 2022 г. Alexey Shabalin 2.6.3-alt1
- 2.6.3
- rename package libldap to libldap%{so_ver}
26 августа 2022 г. Alexey Shabalin 2.5.13-alt1
- 2.5.13
- Retired backends by upstream: bdb, hdb, shell
- Deprecated backends (and disable build): sql, perl
- Disable build slp
- Build new password hashing module argon2
- Drop ntlm support
- Disable build static libs
- Cleanup patches
- Add patches from RH
- Build with system liblmdb and libuuid
- Build all backends modules, exept nbd and wt
- Build all overlay modules
- Add contrib package with contrib overlay modules
16 августа 2021 г. Andrey Cherepanov 2.4.59-alt1
- 2.4.59
- Fixes:
  + CVE-2021-27212 Fixed slapd validity checks for issuerAndThisUpdateCheck
- Enable experimental support for LDAP over UDP (LDAP_CONNECTIONLESS)
- Fix coverity issues
- Build without MD2 support