<?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[Using cloudron LDAP on another app]]></title><description><![CDATA[<p dir="auto">Hello everyone,</p>
<p dir="auto">I am trying to setup ansible-semaphore using cloudron's LDAP for authentication.</p>
<p dir="auto">By following the steps in the cloudron documentation I have reached this configuration for ansible-semaphore in the docker-compose file:</p>
<pre><code>SEMAPHORE_LDAP_ACTIVATED: 'yes' # if you wish to use ldap, set to: 'yes' 
      SEMAPHORE_LDAP_HOST: XXXXXXXXXXXXX
      SEMAPHORE_LDAP_PORT: '636'
      SEMAPHORE_LDAP_NEEDTLS: 'yes'
      SEMAPHORE_LDAP_DN_BIND: 'cn=admin,ou=system,dc=cloudron'
      SEMAPHORE_LDAP_PASSWORD: 'XXXXXXXXXXXXXXXXXXXXXXXX'
      SEMAPHORE_LDAP_DN_SEARCH: 'ou=users,dc=cloudron'
      SEMAPHORE_LDAP_SEARCH_FILTER: '(\u0026(objectclass=person)(mail=%s))'
</code></pre>
<p dir="auto">Although I get good results using ldapsearch, ldapwhoami and ansible-semaphore return</p>
<pre><code>ldap_parse_result: Protocol error (2)
        additional info: 1.3.6.1.4.1.4203.1.11.3 not supported
</code></pre>
<p dir="auto">Anyone knows what's going on?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.cloudron.io/topic/8859/using-cloudron-ldap-on-another-app</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 22:34:35 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8859.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Mar 2023 15:58:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using cloudron LDAP on another app on Wed, 22 Mar 2023 09:07:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tomsfreitas" aria-label="Profile: TomsFreitas">@<bdi>TomsFreitas</bdi></a> an idea is to then check cloudron server logs.</p>
<p dir="auto">LDAP logs are suppressed by default. For this:</p>
<ul>
<li>Edit <code>/etc/systemd/system/box.service</code></li>
<li>Find the Environment= line. Change <code>"DEBUG=box:*,connect-lastmile,-box:ldap"</code> to <code>"DEBUG=box:*,connect-lastmile"</code></li>
<li>systemctl daemon-reload</li>
<li>systemctl restart box</li>
</ul>
<p dir="auto">Now, maybe something appears in <code>/home/yellowtent/platformdata/logs/box.log</code> .</p>
]]></description><link>https://forum.cloudron.io/post/63588</link><guid isPermaLink="true">https://forum.cloudron.io/post/63588</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 22 Mar 2023 09:07:19 GMT</pubDate></item><item><title><![CDATA[Reply to Using cloudron LDAP on another app on Tue, 21 Mar 2023 17:36: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> No, that's one of the major problems with semaphore. This issue is probably not related to cloudron itself, the post is like a last resort for me.</p>
]]></description><link>https://forum.cloudron.io/post/63569</link><guid isPermaLink="true">https://forum.cloudron.io/post/63569</guid><dc:creator><![CDATA[TomsFreitas]]></dc:creator><pubDate>Tue, 21 Mar 2023 17:36:47 GMT</pubDate></item><item><title><![CDATA[Reply to Using cloudron LDAP on another app on Tue, 21 Mar 2023 17:34:47 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible to put semaphore into some debug mode to get more detailed error output? The error as such is very generic.</p>
]]></description><link>https://forum.cloudron.io/post/63568</link><guid isPermaLink="true">https://forum.cloudron.io/post/63568</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 21 Mar 2023 17:34:47 GMT</pubDate></item></channel></rss>