[PATCH] 266 - Remove noise file generation code
by Ade Lee
Remove noise file generation code
Noise file does not actually need to have random data because
NSS does not actually use this data. Certutil still needs
the file though, so we will put dummy data in there. This
solves potential problems with the random() method used and also
issues like BZ 1244382
Please review.
Ade
9 years, 4 months
[PATCH] 265 - fix code to add replicationdb password
by Ade Lee
The replicationdb password is an instance parameter and should
be created by the first subsystem in the instance. This should
happen independently of whether replication is being set up
in case it is needed to set up replication (as a master) later.
As IPA figured out when trying out setupReplication=False, failure
to set the replication password in the first subsystem
ends up breaking instance restart because of password checks on startup.
Please review,
Ade
9 years, 4 months
[PATCH] 264 -- add replication options to pkispawn
by Ade Lee
This patch will be for Dogtag 10.2.7, and is still in preliminary
testing. I'm posting mostly so that folks can take a look at whats
coming and see whether it meets what is needed for IPA et. al.
The is for ticket 1414.
Ade
9 years, 4 months
[PATCH] 633 Updated man page for configuring secure LDAP connection.
by Endi Sukma Dewata
The instruction to setup secure LDAP connection in the pkispawn
man page has been updated. The sample deployment configuration
file has been made more generic. The setup-ds.pl has been removed
from the instruction since generating a self-signed certificate
requires a DS admin server. The URL to download setupssl2.sh has
been changed with a more direct link. The sample LDAP password
has been changed to match the current deployment configuration
examples. Some paragraphs have been line wrapped to simplify man
page development.
--
Endi S. Dewata
9 years, 5 months