e4be85f6ae
- Move ldap.conf into libldap-data package, per convention. - Move ldap.conf out of shlib package again, they are not allowed there for obvious reasons (conflict with future package). - Build password strength enforcer as an implementation of ppolicy password checker, introducing: ppolicy-check-password-1.2.tar.gz ppolicy-check-password.Makefile ppolicy-check-password.conf ppolicy-check-password.5 0200-Fix-incorrect-calculation-of-consecutive-number-of-c.patch (Implements fate#319461) - Remove redundant -n openldap2- package name prefix. - sanitize release line in specfile - move systemd requires to server package - use configure macro also for building the 2.3.37 version admin24 fix TLSDHParamFile to be correct (ITS#7684) - FATE#315028 remove memory limit for slapd - fix check-build.sh for kernel > 3.0 - Disabled testsuite for now. Causes problems in the buildserivce - Install the correct schema2ldif script (bnc#665530) avoids build-compare failures and unhelpful rebuilds/republishes - Fix listener URIs in init script to make SLP registration work again (bnc#620389) * Fixed slapd modrdn handling of invalid values (bnc#612430, - New subpackage openldap2-back-sql. Contains the SQL backend - Delete Operations happening during the "Refresh" phase of OBS-URL: https://build.opensuse.org/request/show/361364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openldap2?expand=0&rev=117 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
0003-LDAPI-socket-location.dif | ||
0005-pie-compile.dif | ||
0006-No-Build-date-and-time-in-binaries.dif | ||
0007-Recover-on-DB-version-change.dif | ||
0008-In-monitor-backend-do-not-return-Connection0-entries.patch | ||
0009-Fix-ldap-host-lookup-ipv6.patch | ||
0010-Enforce-minimum-DH-size-of-1024.patch | ||
0011-openldap-re24-its7796.patch | ||
0200-Fix-incorrect-calculation-of-consecutive-number-of-c.patch | ||
baselibs.conf | ||
DB_CONFIG | ||
ldapns.ldif | ||
ldapns.schema | ||
openldap2.changes | ||
openldap2.spec | ||
openldap-2.4.44.tgz | ||
ppolicy-check-password-1.2.tar.gz | ||
ppolicy-check-password.5 | ||
ppolicy-check-password.conf | ||
ppolicy-check-password.Makefile | ||
README.module-loading | ||
rfc2307bis.ldif | ||
rfc2307bis.schema | ||
sasl-slapd.conf | ||
schema2ldif | ||
slapd.conf | ||
slapd.conf.example | ||
slapd.conf.olctemplate | ||
slapd.service | ||
start | ||
SuSEfirewall2.openldap | ||
sysconfig.openldap | ||
yast.ldif | ||
yast.schema |
All of the OpenLDAP backends (except back-config) and overlays are now compiled as dynamic modules in our packages. If you want to use any of these in your setup make sure to put the correct "olcModuleLoad" or "moduleload" statements in your configuration. For details please see the slapd-config(5) and slapd.conf(5) manpages (depending on which config mechanism you use). For a list of the included dynamic modules list all modules files: ls /usr/lib*/openldap/*.so Or just the backend files: ls /usr/lib*/openldap/back_*.so Documentations for the overlays can be found in the respective man pages or the OpenLDAP Administration Guide which is part of the "openldap2-doc" package. Backend man-pages: man 5 slapo-<back_name> Overlays man-pages: man 5 slapo-<name>