Bug 662937

Summary: yast2 ldap-client doesn't call c_rehash after downloading a CA-Cert
Product: [openSUSE] openSUSE 11.4 Reporter: Ralf Haferkamp <ralf>
Component: YaST2Assignee: Jiří Suchomel <jsuchome>
Status: VERIFIED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None    
Version: Milestone 5 of 6   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ralf Haferkamp 2011-01-07 09:02:36 UTC
The ldap-client module offers to download a CA-Cert file. And can set the "tls_cacertdir" directive in /etc/ldap.conf (it similar settings in sssd's and openldap's configuration files).

But in order to let libssl find the correct CA file, when it is configured to look up a certain directory, that directory needs to be correctly hashed. yast2-ldap-client should call "c_rehash <directoryname>" for the directory to which it downloaded the CA file.
Comment 1 Jiří Suchomel 2011-01-07 11:59:42 UTC
yast2-ldap-client-2.20.4
Comment 2 Ralf Haferkamp 2011-01-07 12:44:42 UTC
Works. Thanks.