Bug 370411
| Summary: | RPM for openldap ppolicy overlay module (patch included) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | James Saint-Rossy <james.t.saint-rossy> | ||||
| Component: | openldap | Assignee: | Jan Safranek <jsafrane> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 5.0 | CC: | falko.pilz, james.t.saint-rossy, jo0006, johan-fedora, jplans, pkrul, psklenar, ralph+rh-bugzilla | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-01-20 20:53:35 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 250921 [details]
Patch to generate openldap-servers-ppolicy RPM
Just found out that the man pages for ppolicy are currently in the openldap-servers package, but the module itself is not. Is it possible to either add the module to the openldap-servers package or package both manual and module in a separate openldap-servers-ppolicy rpm? Thanks! Similarly, the syncprov module is not in the openldap-servers rpm and I can't find a seperate rpm for it. Although, as above, the documentation for the module is included: [root@eps-ldap01 ~]# rpm -ql openldap-servers | grep syncprov /usr/share/man/man5/slapo-syncprov.5.gz John http://bugs.centos.org/view.php?id=2475 has a pointer to rebuilt openldap rpms which fix that issue (the overlays are in the openldap-overlays rpm). This also includes smbk5pwd from the contrib directory. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2009-0090.html |
Description of problem: The is no RPM available on the RHN to provide the ppolicy overlay module for opendlap. The overlay provides a variety of password control mechanisms. They include password aging--both minimum and maximum ages, password reuse and duplication control, account time-outs, mandatory password resets, acceptable password content, and even grace logins. Version-Release number of selected component (if applicable): All versions including openldap-2.3.27-8 How reproducible: Always Steps to Reproduce: 1. edit slapd.conf and add modulepath /usr/lib64/openldap moduleload ppolicy.la 2. Restart slapd service ldap restart Actual results: Stopping slapd: [ OK ] Checking configuration files for slapd: lt_dlopenext failed: (ppolicy.la) file not found slaptest: bad configuration file! [FAILED] Expected results: Stopping slapd: [ OK ] Checking configuration files for slapd: config file testing succeeded [ OK ] Starting slapd: [ OK ] Additional info: I have attached a patch to be applied to the openldap.spec file. This will create a separate RPM called openldap-servers-ppolicy-2.3.27-8.arch.rpm which is similar to how the sql overlay module is created.