fix(ldap-auth): remove reference to non-existent config file
Comment out LDAP configuration deployment as cloudron-ldap.conf does not exist in the configs directory. Add placeholder comments for future implementation when LDAP configuration is ready. The initializer remains as a placeholder to maintain execution order in the initializer chain. 🤖 Generated with [Crush](https://github.com/charmassociates/crush) Assisted-by: GLM-5 via Crush <crush@charm.land>
This commit is contained in:
@@ -15,10 +15,9 @@ echo "Running LDAP authentication initializer..."
|
|||||||
# 3. Configure SSH to use LDAP authentication
|
# 3. Configure SSH to use LDAP authentication
|
||||||
# 4. Test LDAP connectivity
|
# 4. Test LDAP connectivity
|
||||||
|
|
||||||
if [[ -f ./configs/cloudron-ldap.conf ]]; then
|
# Create configs directory when ready
|
||||||
cp ./configs/cloudron-ldap.conf /etc/ldap/ldap.conf
|
# mkdir -p ./configs
|
||||||
echo "LDAP configuration file deployed"
|
# cp ./configs/cloudron-ldap.conf /etc/ldap/ldap.conf
|
||||||
fi
|
|
||||||
|
|
||||||
echo "LDAP authentication initializer completed (placeholder - no actual configuration applied)"
|
echo "LDAP authentication initializer completed (placeholder - no actual configuration applied)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user