<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[.htacess in LAMP App using LDAP Authentication]]></title><description><![CDATA[<p dir="auto">Hi there. I would like to use a .htaccess Protection in combination with the Cloudron LDAP. If I didn't miss it, the necessary modules are not loaded by the Apache config of the LAMP app. Would it be possible to active them?</p>
<p dir="auto">Best<br />
RoboMod</p>
]]></description><link>https://forum.cloudron.io/topic/8558/htacess-in-lamp-app-using-ldap-authentication</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 10:26:40 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8558.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Jan 2023 13:30:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to .htacess in LAMP App using LDAP Authentication on Sun, 05 Feb 2023 19:20:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> That works great! Many many thanks for you prompt support!</p>
]]></description><link>https://forum.cloudron.io/post/61508</link><guid isPermaLink="true">https://forum.cloudron.io/post/61508</guid><dc:creator><![CDATA[RoboMod]]></dc:creator><pubDate>Sun, 05 Feb 2023 19:20:16 GMT</pubDate></item><item><title><![CDATA[Reply to .htacess in LAMP App using LDAP Authentication on Fri, 03 Feb 2023 12:19:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robomod" aria-label="Profile: RoboMod">@<bdi>RoboMod</bdi></a> In the latest package, I enabled the apache ldap modules. The config below works for me:</p>
<pre><code>    &lt;Directory /app/data/public&gt;
        Options +FollowSymLinks

        AllowOverride None
        Require valid-user
        AuthName "Cloudron LDAP Authentication"
        AuthBasicProvider ldap
        AuthType Basic
        AuthLDAPURL ${CLOUDRON_LDAP_URL}/${CLOUDRON_LDAP_USERS_BASE_DN}?username?sub?(username=*)
        AuthLDAPBindDN ${CLOUDRON_LDAP_BIND_DN}
        AuthLDAPBindPassword ${CLOUDRON_LDAP_BIND_PASSWORD}
    &lt;/Directory&gt;
</code></pre>
<p dir="auto">Also, documented in <a href="https://docs.cloudron.io/apps/lamp/#ldap" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/lamp/#ldap</a></p>
]]></description><link>https://forum.cloudron.io/post/61390</link><guid isPermaLink="true">https://forum.cloudron.io/post/61390</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 03 Feb 2023 12:19:36 GMT</pubDate></item><item><title><![CDATA[Reply to .htacess in LAMP App using LDAP Authentication on Wed, 01 Feb 2023 22:36:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Yes, exactly. I think the necessary modules would be:</p>
<pre><code>LoadModule ldap_module /path/to/mod_ldap.so
LoadModule authnz_ldap_module /path/to/mod_authnz_ldap.so
</code></pre>
<p dir="auto">But I'm not 100% sure <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f605.png?v=95dae3ecbe4" class="not-responsive emoji emoji-android emoji--sweat_smile" style="height:23px;width:auto;vertical-align:middle" title=":sweat_smile:" alt="😅" /></p>
]]></description><link>https://forum.cloudron.io/post/61285</link><guid isPermaLink="true">https://forum.cloudron.io/post/61285</guid><dc:creator><![CDATA[RoboMod]]></dc:creator><pubDate>Wed, 01 Feb 2023 22:36:36 GMT</pubDate></item><item><title><![CDATA[Reply to .htacess in LAMP App using LDAP Authentication on Mon, 30 Jan 2023 11:47:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robomod" aria-label="Profile: RoboMod">@<bdi>RoboMod</bdi></a> You mean activate the ldap module in apache?</p>
]]></description><link>https://forum.cloudron.io/post/61061</link><guid isPermaLink="true">https://forum.cloudron.io/post/61061</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 30 Jan 2023 11:47:57 GMT</pubDate></item><item><title><![CDATA[Reply to .htacess in LAMP App using LDAP Authentication on Mon, 30 Jan 2023 11:16:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Wuhu! Thats nice. Would you be willing to activate it in the next release or so? (I'm not sure which modules it would require exactly. But I could search them.)</p>
]]></description><link>https://forum.cloudron.io/post/61058</link><guid isPermaLink="true">https://forum.cloudron.io/post/61058</guid><dc:creator><![CDATA[RoboMod]]></dc:creator><pubDate>Mon, 30 Jan 2023 11:16:22 GMT</pubDate></item><item><title><![CDATA[Reply to .htacess in LAMP App using LDAP Authentication on Mon, 30 Jan 2023 11:09:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> actually, the LAMP app does have ldap addon specified.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robomod" aria-label="Profile: RoboMod">@<bdi>RoboMod</bdi></a> I think it should work.</p>
]]></description><link>https://forum.cloudron.io/post/61057</link><guid isPermaLink="true">https://forum.cloudron.io/post/61057</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 30 Jan 2023 11:09:47 GMT</pubDate></item><item><title><![CDATA[Reply to .htacess in LAMP App using LDAP Authentication on Mon, 30 Jan 2023 10:46:57 GMT]]></title><description><![CDATA[<p dir="auto">This will not really work, as the LAMP app also does not specify any authentication addons in the manifest like <a href="https://docs.cloudron.io/packaging/addons/#ldap" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/packaging/addons/#ldap</a> to have access to the LDAP server.</p>
<p dir="auto">For this probably a custom fork of the LAMP app is doable to add the <code>ldap</code> module and also install the required apache modules then.</p>
<p dir="auto">The package repo can be found at <a href="https://git.cloudron.io/cloudron/lamp-app" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/lamp-app</a></p>
]]></description><link>https://forum.cloudron.io/post/61050</link><guid isPermaLink="true">https://forum.cloudron.io/post/61050</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 30 Jan 2023 10:46:57 GMT</pubDate></item></channel></rss>