mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 08:02:26 +01:00
12 lines
327 B
Bash
12 lines
327 B
Bash
#!/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
|