diff --git a/initializers/ldap-auth/apply b/initializers/ldap-auth/apply index d9fc410..ff10920 100755 --- a/initializers/ldap-auth/apply +++ b/initializers/ldap-auth/apply @@ -15,10 +15,9 @@ echo "Running LDAP authentication initializer..." # 3. Configure SSH to use LDAP authentication # 4. Test LDAP connectivity -if [[ -f ./configs/cloudron-ldap.conf ]]; then - cp ./configs/cloudron-ldap.conf /etc/ldap/ldap.conf - echo "LDAP configuration file deployed" -fi +# Create configs directory when ready +# mkdir -p ./configs +# cp ./configs/cloudron-ldap.conf /etc/ldap/ldap.conf echo "LDAP authentication initializer completed (placeholder - no actual configuration applied)"