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

Migrate to openldap 2.5+ #42

Merged
merged 21 commits into from
Dec 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
override_dh_auto_install:
$(MAKE) prefix=debian/bdii install
slapd_modulepath="modulepath /usr/lib/ldap" ; \
slapd_moduleload="moduleload back_hdb" ; \
slapd_moduleload="moduleload back_mdb" ; \
gwarf marked this conversation as resolved.
Show resolved Hide resolved
sed -e "/allow bind_v2/i$${slapd_modulepath}\n$${slapd_moduleload}" \
-e "s!etc/openldap/schema!etc/ldap/schema!" \
-i debian/bdii/etc/bdii/bdii-slapd.conf ; \
Expand Down