You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the existing PR #429 openldap-server is depreciated under RHEL8 and many people want to use a third party package. In my case I want to use the the ones produced by the LDAP ToolBox folks who install in /usr/local/openldap/*
But there are some hard coded assumptions throughout the module that need overrides.
lib/puppet/provider/openldap_database/olc.rb and lib/puppet/provider/openldap_overlay/olc.rb:
has service slapd start and service slapd stop hardcoded instead of using openldap::server::service name
default_confdir is defined to an assumed path based on OS instead of using openldap::server::confdir
openldap::client ignores package and package_version and keeps pulling in 'openldap-clients' which breaks the setup
The text was updated successfully, but these errors were encountered:
As mentioned in the existing PR #429 openldap-server is depreciated under RHEL8 and many people want to use a third party package. In my case I want to use the the ones produced by the LDAP ToolBox folks who install in /usr/local/openldap/*
But there are some hard coded assumptions throughout the module that need overrides.
service slapd start
andservice slapd stop
hardcoded instead of using openldap::server::service nameThe text was updated successfully, but these errors were encountered: