aboutsummaryrefslogtreecommitdiffstats
path: root/main/openldap/openldap.post-install
blob: e90d25760939c5b5b1c859f18d4bea8f14368015 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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 with: apk add openldap-back-mdb.
*
* If you use overlays, you have to install them separately too:
* apk add openldap-overlay-<name>, or openldap-overlay-all to install them all.
*
EOF