Anonymous | Login | 2025-01-13 15:37 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0020811 | ClearOS | app-openldap - OpenLDAP Driver | public | 2018-07-18 09:39 | 2019-02-23 12:58 | ||||
Reporter | user2 | ||||||||
Assigned To | dloper | ||||||||
Priority | normal | Severity | tweak | Reproducibility | have not tried | ||||
Status | closed | Resolution | suspended | ||||||
Platform | OS | OS Version | |||||||
Product Version | 7.5.0 | ||||||||
Target Version | 7.6.0 Updates | Fixed in Version | |||||||
Summary | 0020811: Fix OpenLDAP certificate issue | ||||||||
Description | The bootstrap certificates can be mismatched in some cases. Here's the problematic bit of code: KEY_SOURCE=/etc/pki/CA/bootstrap.key KEY=/etc/openldap/cacerts/key.pem if [ ! -s "$KEY" ]; then logger -p local6.notice -t installer "app-openldap-core - prepping server key" cp $KEY_SOURCE $KEY chown root.ldap $KEY chmod 640 $KEY fi CRT_SOURCE=/etc/pki/CA/bootstrap.crt CRT=/etc/openldap/cacerts/cert.pem if [ ! -s "$CRT" ]; then logger -p local6.notice -t installer "app-openldap-core - prepping server certificate" cp $CRT_SOURCE $CRT chown root.ldap $CRT chmod 640 $CRT fi The key/pair should always be copied at the same time. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Notes | |
(0009191) dloper (administrator) 2019-02-23 12:58 |
Migrated to: https://gitlab.com/clearos/clearfoundation/app-openldap/issues/1 [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2018-07-18 09:39 | user2 | New Issue | |
2018-07-18 09:39 | user2 | Status | new => confirmed |
2018-08-14 14:42 | user2 | Summary | Add workaround for OpenLDAP certificate issue => Fix OpenLDAP certificate issue |
2018-08-14 14:42 | user2 | Description Updated | View Revisions |
2018-08-14 14:42 | user2 | Relationship added | related to 0021141 |
2018-10-30 14:27 | user2 | Target Version | 7.5.0 Updates => 7.6.0 |
2019-02-12 15:18 | dloper | Target Version | 7.6.0 => 7.6.0 Updates |
2019-02-23 12:58 | dloper | Note Added: 0009191 | |
2019-02-23 12:58 | dloper | Status | confirmed => closed |
2019-02-23 12:58 | dloper | Assigned To | => dloper |
2019-02-23 12:58 | dloper | Resolution | open => suspended |