diff options
Diffstat (limited to 'system/openldap/openldap.post-install')
-rw-r--r-- | system/openldap/openldap.post-install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/openldap/openldap.post-install b/system/openldap/openldap.post-install new file mode 100644 index 000000000..e90d25760 --- /dev/null +++ b/system/openldap/openldap.post-install @@ -0,0 +1,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 |