puppet-openldap icon indicating copy to clipboard operation
puppet-openldap copied to clipboard

Fix readonly handling

Open towo opened this issue 3 years ago • 2 comments

Pull Request (PR) description

The database readonly properly expects a boolean, but the olc provider doesn't take care to parse the existing value into a boolean, thus leading to issues.

Simply applies the same logic applied to olcMirrorMode for olcReadOnly.

This Pull Request (PR) fixes the following issues

n/a

towo avatar Aug 25 '22 14:08 towo

This is still an issue, and I originally reported it in #207. This PR fixes it and is consistent with the way the rest of the file is done, so could it just be merged?

tdb avatar May 22 '24 20:05 tdb

@tdb this got lost, do you mind opening a PR with these changes in a single commit on top of the master branch?

smortex avatar May 23 '24 00:05 smortex