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