Files
freeipa/ipaserver
Fraser Tweedale 2546ef6eb0 Prevent set_directive from clobbering other keys
`set_directive` only looks for a prefix of the line matching the
given directive (key).  If a directive is encountered for which the
given key is prefix, it will be vanquished.

This occurs in the case of `{ca,kra}.sslserver.cert[req]`; the
`cert` directive gets updated after certificate renewal, and the
`certreq` directive gets clobbered.  This can cause failures later
on during KRA installation, and possibly cloning.

Match the whole directive to avoid this issue.

Fixes: https://pagure.io/freeipa/issue/7288
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
2017-12-12 14:13:54 +01:00
..
2017-12-06 16:54:04 +01:00
2017-12-12 12:53:21 +01:00
2017-12-07 16:55:40 +01:00
2010-12-20 17:19:53 -05:00
2017-06-01 09:24:24 +02:00
2016-10-20 18:43:37 +02:00
2017-12-06 16:54:04 +01:00