Skip to content

Commit

Permalink
update slapd-cli to 3.4 + add systemd service instances (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcoutadeur committed May 23, 2024
1 parent 3fe2d88 commit 310a788
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions openldap-ltb/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ openldap-ltb (2.6.8.1) UNRELEASED; urgency=medium
- ITS#10188
- ITS#10193
- ITS#10209
- LTB changes
- use slapd-cli 3.4 release (#110)

-- David Coutadeur <[email protected]> Tue, 21 May 2024 12:00:00 +0200

Expand Down
2 changes: 1 addition & 1 deletion openldap-ltb/debian/openldap-ltb.vars
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ THIRD_PARTY_PATH="../3rdparty"

# slapd-cli
SLAPD_CLI_NAME="slapd-cli"
SLAPD_CLI_VERSION="3.3"
SLAPD_CLI_VERSION="3.4"
SLAPD_CLI_BIN="${LDAPSERVERDIR}/sbin/slapd-cli"
SLAPD_CLI_CONF="${LDAPSERVERDIR}/etc/openldap/slapd-cli.conf"
SLAPD_CLI_FLAT_CONFIG_TEMPLATE="${LDAPSERVERDIR}/etc/openldap/config-template-2.6.conf"
Expand Down
2 changes: 2 additions & 0 deletions openldap-ltb/debian/postbuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ mkdir -p "${INSTALL_DIR}/lib/systemd/system"
## systemd
install -m 644 "${THIRD_PARTY_PATH}/${SLAPD_CLI_NAME}-${SLAPD_CLI_VERSION}/${SYSTEMD_SERVICE_NAME}.service" "${INSTALL_DIR}/lib/systemd/system/"
install -m 644 "${THIRD_PARTY_PATH}/${SLAPD_CLI_NAME}-${SLAPD_CLI_VERSION}/${SYSTEMD_LLOAD_SERVICE_NAME}.service" "${INSTALL_DIR}/lib/systemd/system"
install -m 644 "${THIRD_PARTY_PATH}/${SLAPD_CLI_NAME}-${SLAPD_CLI_VERSION}/${SYSTEMD_SERVICE_NAME}@.service" "${INSTALL_DIR}/lib/systemd/system/"
install -m 644 "${THIRD_PARTY_PATH}/${SLAPD_CLI_NAME}-${SLAPD_CLI_VERSION}/${SYSTEMD_LLOAD_SERVICE_NAME}@.service" "${INSTALL_DIR}/lib/systemd/system"

## profile
install -m 755 "${THIRD_PARTY_PATH}/${OPENLDAP_PROFILE_FILE}" "${INSTALL_DIR}/etc/profile.d"
Expand Down

0 comments on commit 310a788

Please sign in to comment.