<?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[LDAP Schema?]]></title><description><![CDATA[<p dir="auto">What schema/schemas does the Cloudron LDAP server support?</p>
<p dir="auto">I am attempting to have my Linux systems authenticate against the Cloudron LDAP server and a few subtle differences exist between schema versions.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.cloudron.io/topic/14093/ldap-schema</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 13:10:55 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/14093.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Jul 2025 04:27:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LDAP Schema? on Thu, 31 Jul 2025 15:52:34 GMT]]></title><description><![CDATA[<p dir="auto">Got it. Thank you so much for the update. Sorry about my mis-perception/understanding of the tone. Thank you all for the great support you provide us all!</p>
]]></description><link>https://forum.cloudron.io/post/111074</link><guid isPermaLink="true">https://forum.cloudron.io/post/111074</guid><dc:creator><![CDATA[charlesnw]]></dc:creator><pubDate>Thu, 31 Jul 2025 15:52:34 GMT</pubDate></item><item><title><![CDATA[Reply to LDAP Schema? on Mon, 21 Jul 2025 09:49:48 GMT]]></title><description><![CDATA[<p dir="auto">An aside... but the main ldapjs module is abandoned now since the main author received abusive messages <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /> . We will look into replacing it maybe with some openldap or equivalent. That might get us into something more standard but it will be a major pain to migrate since ldapjs was very programmable .</p>
]]></description><link>https://forum.cloudron.io/post/110504</link><guid isPermaLink="true">https://forum.cloudron.io/post/110504</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 21 Jul 2025 09:49:48 GMT</pubDate></item><item><title><![CDATA[Reply to LDAP Schema? on Fri, 18 Jul 2025 21:29:21 GMT]]></title><description><![CDATA[<p dir="auto">There is indeed no documentation for the schema as such <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
<p dir="auto">Mainly the ldap server is tailored for the apps which authenticate against it and the attributes are not configurable. Due to lack of documentation, the only way to figure out the responses is by looking at the code, which may or may not help. The resonse attributes for a search query is essentially at <a href="https://git.cloudron.io/platform/box/-/blob/master/src/ldapserver.js?ref_type=heads#L166" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/platform/box/-/blob/master/src/ldapserver.js?ref_type=heads#L166</a> while the supported DNs (which are also hardcoded) can be found at <a href="https://git.cloudron.io/platform/box/-/blob/master/src/ldapserver.js?ref_type=heads#L646" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/platform/box/-/blob/master/src/ldapserver.js?ref_type=heads#L646</a> following.</p>
]]></description><link>https://forum.cloudron.io/post/110437</link><guid isPermaLink="true">https://forum.cloudron.io/post/110437</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 18 Jul 2025 21:29:21 GMT</pubDate></item><item><title><![CDATA[Reply to LDAP Schema? on Fri, 18 Jul 2025 19:40:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/charlesnw" aria-label="Profile: charlesnw">@<bdi>charlesnw</bdi></a><br />
Yes I have read your post and understood that you want to use the Cloudron LDAP Directory Server for Linux authentication.<br />
My response was not meant as an RTFM, but only to make sure that the provided documentation is not enough.<br />
More a self check if we need to improve the documentation.</p>
<p dir="auto">The question regarding authentication on Linux was also already discussed in the forum, see here:<br />
<a href="https://forum.cloudron.io/topic/10280/can-i-use-ldap-to-authenticate-a-debian-or-whatever-linux-flavour-desktop-login">https://forum.cloudron.io/topic/10280/can-i-use-ldap-to-authenticate-a-debian-or-whatever-linux-flavour-desktop-login</a></p>
<p dir="auto">So the answer is leaning towards a no, you can't use the Cloudron LDAP for Desktop Authentication as far as I know and understand.<br />
Just to make sure, I will also relay this question to <a class="plugin-mentions-group plugin-mentions-a" href="/groups/staff" aria-label="Profile: staff">@<bdi>staff</bdi></a></p>
]]></description><link>https://forum.cloudron.io/post/110433</link><guid isPermaLink="true">https://forum.cloudron.io/post/110433</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 18 Jul 2025 19:40:50 GMT</pubDate></item><item><title><![CDATA[Reply to LDAP Schema? on Fri, 18 Jul 2025 19:10:25 GMT]]></title><description><![CDATA[<p dir="auto">The schema object documentation on the addon page is very useful for application authentication to LDAP. Not so much for Linux authentication. Hence, my question about which schema is used.</p>
]]></description><link>https://forum.cloudron.io/post/110432</link><guid isPermaLink="true">https://forum.cloudron.io/post/110432</guid><dc:creator><![CDATA[charlesnw]]></dc:creator><pubDate>Fri, 18 Jul 2025 19:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to LDAP Schema? on Fri, 18 Jul 2025 19:08:51 GMT]]></title><description><![CDATA[<p dir="auto">Not to be rude.... but this feels like a "RTFM" response. Yes, I've read those pages.  A ctrl+f for schema returns</p>
<p dir="auto">On <a href="https://docs.cloudron.io/user-directory/#ldap-directory-server" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/user-directory/#ldap-directory-server</a> (nothing)<br />
On <a href="https://docs.cloudron.io/packaging/addons/#ldap" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/packaging/addons/#ldap</a> (a reference to a DB update)</p>
<p dir="auto">Did you fully read and understand my question?  I ask that as gently and respectfully as possible. The question is hyper specific to LDAP/schemas etc and not a general "how to connect/auth etc".</p>
<p dir="auto">Could you perhaps point me at the relevant code in the cloudron repo?</p>
]]></description><link>https://forum.cloudron.io/post/110431</link><guid isPermaLink="true">https://forum.cloudron.io/post/110431</guid><dc:creator><![CDATA[charlesnw]]></dc:creator><pubDate>Fri, 18 Jul 2025 19:08:51 GMT</pubDate></item><item><title><![CDATA[Reply to LDAP Schema? on Fri, 18 Jul 2025 10:28:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/charlesnw" aria-label="Profile: charlesnw">@<bdi>charlesnw</bdi></a></p>
<p dir="auto">Did you already see the documentation for the LDAP addon <a href="https://docs.cloudron.io/packaging/addons/#ldap" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/packaging/addons/#ldap</a> and the documentation for the LDAP Directory Server <a href="https://docs.cloudron.io/user-directory/#ldap-directory-server" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/user-directory/#ldap-directory-server</a> ?</p>
]]></description><link>https://forum.cloudron.io/post/110414</link><guid isPermaLink="true">https://forum.cloudron.io/post/110414</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Fri, 18 Jul 2025 10:28:50 GMT</pubDate></item></channel></rss>