summaryrefslogtreecommitdiff
path: root/system/openldap/openldap.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'system/openldap/openldap.post-install')
-rw-r--r--system/openldap/openldap.post-install11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/openldap/openldap.post-install b/system/openldap/openldap.post-install
deleted file mode 100644
index e90d25760..000000000
--- a/system/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