This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| addingkdecaroots [2011/04/23 20:59] – created jim | addingkdecaroots [2013/03/11 15:29] (current) – Add local cert directory. jim | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| This turned out to be a certificate problem. LDAP is fussy. Certificates must be present, and must work correctly. | This turned out to be a certificate problem. LDAP is fussy. Certificates must be present, and must work correctly. | ||
| - | So first I added the company root CA certificate to the collection of Debian roots. I created a company subdirectory in / | + | So first I added the company root CA certificate to the collection of Debian roots. I created a company subdirectory in '' | 
| company CA root certificate into that subdirectory, | company CA root certificate into that subdirectory, | ||
| Line 19: | Line 19: | ||
| and marked the company CA root certificate as activated. | and marked the company CA root certificate as activated. | ||
| + | |||
| + | Today in preference I would just add the certificate to ''/ | ||
| Unfortunately KDE 4 keeps its own set of root certificates. I followed the advice of | Unfortunately KDE 4 keeps its own set of root certificates. I followed the advice of | ||
| [[http:// | [[http:// | ||
| + | |||
| + | < | ||
| + | # dpkg-divert --local --rename --add / | ||
| + | # ln -s / | ||
| + | </ | ||