puppet-openldap
puppet-openldap copied to clipboard
Manage OpenLDAP with Puppet
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.30.0 - Ruby: 2.7.5 - Distribution: Ubuntu 22.04 - Module version: 7.0.2 ## How to reproduce (e.g Puppet code you...
I'm having trouble setting a database to readonly using the olc provider. It seems whatever value I set the database property to I'm unable to make this test true: https://github.com/camptocamp/puppet-openldap/blob/d81f18f0cec4e9b2e6b4981f545b09e6339ea342/lib/puppet/provider/openldap_database/olc.rb#L367...
- Puppet: 7.x - Distribution: RHEL8 - Module version: 8.0.0 As mentioned in the existing PR #429 openldap-server is depreciated under RHEL8 and many people want to use a third...
We had a requirement to use a diffent matchingRule for the Access Rule. This inported well but on the next run it did fail because it could not parse it....
#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues
#### This Pull Request (PR) fixes the following issues Is a precursor to #431 (makes progress but does not solve the whole issue) #### Pull Request (PR) description 4 parts...
We currently have: ``` openldap::server::overlay { 'memberof on dc=foo,dc=com': ensure => present, options => { 'olcMemberOfRefInt' => 'TRUE', 'olcMemberOfGroupOC' => 'groupOfEntries' }, } ``` but we also want to enable...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.23 - Ruby: 3.1 - Distribution: Debian 12 (bookworm) - Module version: 8.0.0 ## How to reproduce (e.g Puppet code...