SHA256
1
0
forked from pool/openldap2
Dominique Leuenberger e4be85f6ae Accepting request 361364 from network:ldap
- 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
2016-02-29 08:11:20 +00:00

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>
Description
No description provided
Readme 15 MiB
Languages
Shell 100%