Discussion:
[Freeipa-devel] [freeipa PR#615][opened] httpinstance: clean up /etc/httpd/alias on uninstall
HonzaCholasta
2017-03-17 09:43:49 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/615
Author: HonzaCholasta
Title: #615: httpinstance: clean up /etc/httpd/alias on uninstall
Action: opened

PR body:
"""
**certs: do not implicitly create DS pin.txt**

Do not implicitly create DS pin.txt in `CertDB.init_from_pkcs12()`, create
it explicitly in `DSInstance.__enable_ssl()`.

This stops the file from being created in /etc/httpd/alias during classic
replica install.

**httpinstance: clean up /etc/httpd/alias on uninstall**

Restore cert8.db, key3.db, pwdfile.txt and secmod.db in /etc/httpd/alias
from backup on uninstall.

Files modified by IPA are kept with .ipasave suffix.

https://pagure.io/freeipa/issue/4639
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/615/head:pr615
git checkout pr615
martbab
2017-03-22 13:57:20 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/615
Title: #615: httpinstance: clean up /etc/httpd/alias on uninstall

Label: +ack
martbab
2017-03-22 13:59:43 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/615
Title: #615: httpinstance: clean up /etc/httpd/alias on uninstall

Label: +pushed
martbab
2017-03-22 13:59:46 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/615
Author: HonzaCholasta
Title: #615: httpinstance: clean up /etc/httpd/alias on uninstall
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/615/head:pr615
git checkout pr615
martbab
2017-03-22 13:59:47 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/615
Title: #615: httpinstance: clean up /etc/httpd/alias on uninstall

martbab commented:
"""
ipa-4-5:

* cf188c8513c6b36a0724866025ddc220683de8dc certs: do not implicitly create DS pin.txt
* f788e3e36bcaefc7d94c92895916246681e64291 httpinstance: clean up /etc/httpd/alias on uninstall
master:

* bbd18cf10f2e67e5205a3a3bee883272e89c0042 certs: do not implicitly create DS pin.txt
* e263cb46cba604421d5ed2e1dbf5dd1d66ce0221 httpinstance: clean up /etc/httpd/alias on uninstall
"""

See the full comment at https://github.com/freeipa/freeipa/pull/615#issuecomment-288406554
Loading...