freeipa/ipaclient/install
Jan Cholasta b4fa354f50 client install: create /etc/ipa/nssdb with correct mode
The NSS database directory is created with mode 640, which causes the IPA
client to fail to connect to any IPA server, because it is unable to read
trusted CA certificates from the NSS database.

Create the directory with mode 644 to fix the issue.

https://fedorahosted.org/freeipa/ticket/5959

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-02-20 13:00:50 +00:00
..
__init__.py ipa-client-install: move client install to module 2016-11-11 12:13:56 +01:00
automount.py install: introduce installer class hierarchy 2016-11-11 12:17:25 +01:00
client.py client install: create /etc/ipa/nssdb with correct mode 2017-02-20 13:00:50 +00:00
ipa_certupdate.py Separate RA cert store from the HTTP cert store 2017-02-15 07:13:37 +01:00
ipa_client_install.py install: migrate client install to the new class hierarchy 2016-11-11 12:17:25 +01:00
ipachangeconf.py ipaclient: move install modules to the install subpackage 2016-11-29 14:50:51 +01:00
ipadiscovery.py ipaclient: move install modules to the install subpackage 2016-11-29 14:50:51 +01:00
ntpconf.py ipaclient: move install modules to the install subpackage 2016-11-29 14:50:51 +01:00