diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-26 21:28:02 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-26 22:49:57 +0200 |
commit | 046d831a77e8299deb2069d320f2e7d5287b296e (patch) | |
tree | b9f4e944ed171af965d820eacba5604af86cb852 /main/openldap/openldap.post-install | |
parent | cc0bb4cffb665767f096245ff52552f09b03fbbf (diff) | |
download | aports-046d831a77e8299deb2069d320f2e7d5287b296e.tar.bz2 aports-046d831a77e8299deb2069d320f2e7d5287b296e.tar.xz |
main/openldap: build mbd backend as module and fix configs
Diffstat (limited to 'main/openldap/openldap.post-install')
-rw-r--r-- | main/openldap/openldap.post-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/openldap/openldap.post-install b/main/openldap/openldap.post-install new file mode 100644 index 0000000000..1e45b9abd2 --- /dev/null +++ b/main/openldap/openldap.post-install @@ -0,0 +1,8 @@ +#!/bin/sh + +cat >&2 <<-EOF +* +* To use LDAP server, you have to install some backend. Most users would need MDB +* backend which you can install using: apk add openldap-back-mdb. +* +EOF |