URL: https://github.com/freeipa/freeipa/pull/1805 Author: rcritten Title: #1805: Handle whitespace, add separator to regex in set_directive_lines Action: opened
PR body: """ We added the separator to the regex in set_directive_lines to avoid grabbing just a prefix. This doesn't allow for whitespace around the separator.
For the Apache case we expected that the separator would be just spaces but it can also use tabs (like Ubuntu 18). Add a special case so that passing in a space separator is treated as whitespace (tab or space).
https://pagure.io/freeipa/issue/7490
Signed-off-by: Rob Crittenden rcritten@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1805/head:pr1805 git checkout pr1805
URL: https://github.com/freeipa/freeipa/pull/1805 Author: rcritten Title: #1805: Handle whitespace, add separator to regex in set_directive_lines Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1805/head:pr1805 git checkout pr1805
freeipa-devel@lists.fedorahosted.org