Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix usage of slapcat when removing an overlay #232

Merged
merged 1 commit into from
Oct 11, 2018

Conversation

treydock
Copy link
Contributor

Without this fix the command that gets executed is this:

/usr/sbin/slapcat -b cn=config -o ldif-wrap=no -H ldap:///olcDatabase={2}mdb,cn=config???ldap:///(objectClass=olcOverlayConfig)

Removing ldap:/// before the filter portion fixes the command. This makes the use of the slapcat function match everywhere else in the code.

@mcanevet mcanevet merged commit 9e523bc into voxpupuli:master Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants