5 lines
172 B
Bash
5 lines
172 B
Bash
#!/usr/bin/env bash
|
|
# auth-cloudron-ldap.sh — placeholder module (Cloudron LDAP auth integration).
|
|
# Intentionally empty; populated when the auth stack is deployed.
|
|
true
|