<?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[Questions about LDAP/sync members (Dolbarr to LDAP to Keycloak) & premium support]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I'm a new subscriber to Cloudron Business Premium annual, i don't know if it is the right way to contact you about issues, but i did not found any mentions about business support on the business tooltip on the Cloudron interface.</p>
<p dir="auto">I would like to sync members from Dolibarr (using the membership module), to the Cloudron LDAP, then using a Keycloak instance (and LDAP federation) to allow these members to connect to some applications.<br />
I modified Dolibarr config for members to Dolibarr -&gt; LDAP.<br />
<img src="/assets/uploads/files/1747404643820-76a8ab0d-29fb-4630-9e78-c6b16b53ca47-image-resized.png" alt="76a8ab0d-29fb-4630-9e78-c6b16b53ca47-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But i have troubles with the OU member, because it doesn't exist.<br />
<img src="/assets/uploads/files/1747404684156-507681dd-24c1-4e22-91f7-4ec7e3c0a853-image-resized.png" alt="507681dd-24c1-4e22-91f7-4ec7e3c0a853-image.png" class=" img-fluid img-markdown" /><br />
So i need to add this OU, but the LDAP account created for the bind seems not to allow it.<br />
<img src="/assets/uploads/files/1747404782893-30b71e65-6b3d-49dd-ae52-38ca64018e17-image-resized.png" alt="30b71e65-6b3d-49dd-ae52-38ca64018e17-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">How can i find the admin LDAP CN/password, and modify the scheme to add an OU ? Or do you suggest another way to sync Dolbarr members to a database, then using it to Keycloak ?</p>
<p dir="auto">Thank you,<br />
Jordy</p>
]]></description><link>https://forum.cloudron.io/topic/13794/questions-about-ldap-sync-members-dolbarr-to-ldap-to-keycloak-premium-support</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 02:46:55 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13794.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 May 2025 14:13:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Questions about LDAP/sync members (Dolbarr to LDAP to Keycloak) & premium support on Sat, 17 May 2025 13:33:59 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the insight and glad it worked out for you in the end!</p>
]]></description><link>https://forum.cloudron.io/post/107305</link><guid isPermaLink="true">https://forum.cloudron.io/post/107305</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Sat, 17 May 2025 13:33:59 GMT</pubDate></item><item><title><![CDATA[Reply to Questions about LDAP/sync members (Dolbarr to LDAP to Keycloak) & premium support on Sat, 17 May 2025 12:54:04 GMT]]></title><description><![CDATA[<p dir="auto">Hello, the topic can be closed, i solved by creating another LDAP server, it works well. Thank you for your answers.</p>
<p dir="auto">Jordy</p>
]]></description><link>https://forum.cloudron.io/post/107303</link><guid isPermaLink="true">https://forum.cloudron.io/post/107303</guid><dc:creator><![CDATA[Jordy]]></dc:creator><pubDate>Sat, 17 May 2025 12:54:04 GMT</pubDate></item><item><title><![CDATA[Reply to Questions about LDAP/sync members (Dolbarr to LDAP to Keycloak) & premium support on Sat, 17 May 2025 07:48:57 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
thank you for your answer, i will write you at the mail adress if needed <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Well, in Dolibarr, users are the users that can log in; members are just a database of people (Dolibarr is a CRM).<br />
The main idea is that users from Dolibarr are users from LDAP/Cloudron (and this part works well, the script works great to copy users from LDAP to Dolibarr); but members are created in Dolibarr, then used to give access to other applications (and for that, i use a Keycloak managed by Cloudron).</p>
<p dir="auto">As Dolibarr allows to copy members from Dolibarr to LDAP (with the integated module, cf. first picture), i thought i can copy member in a LDAP OU (for example, ou=members), then use Keycloak to use them. But if the Cloudron LDAP is read-only, nope.</p>
<p dir="auto">Maybe it's possible to install a LDAP app (and not use the Cloudron ?), but i don't think there's an app in the store...</p>
]]></description><link>https://forum.cloudron.io/post/107277</link><guid isPermaLink="true">https://forum.cloudron.io/post/107277</guid><dc:creator><![CDATA[Jordy]]></dc:creator><pubDate>Sat, 17 May 2025 07:48:57 GMT</pubDate></item><item><title><![CDATA[Reply to Questions about LDAP/sync members (Dolbarr to LDAP to Keycloak) & premium support on Fri, 16 May 2025 16:33:11 GMT]]></title><description><![CDATA[<p dir="auto">With a Business plan you can always write to us at <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> and you will get priority there.</p>
<p dir="auto">For your question, if I understand correctly, you are trying to setup dolibarr to write to the user directory via LDAP. Unfortunately the Cloudron LDAP directory is read-only so far, so that will not work. Cloudron has a REST API to create users, but that will require some custom Dolibarr extension, which might be out of scope. I personally do not know what the difference between users and members are in Dolibarr, but maybe it is an option to create the members/users in Cloudron and then sync them into Dolibarr?</p>
]]></description><link>https://forum.cloudron.io/post/107255</link><guid isPermaLink="true">https://forum.cloudron.io/post/107255</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 16 May 2025 16:33:11 GMT</pubDate></item><item><title><![CDATA[Reply to Questions about LDAP/sync members (Dolbarr to LDAP to Keycloak) & premium support on Fri, 16 May 2025 15:07:00 GMT]]></title><description><![CDATA[<p dir="auto">From the docs <a href="https://docs.cloudron.io/user-directory/#ldap-directory-server" target="_blank" rel="noopener noreferrer nofollow ugc">ldap-directory-server</a></p>
<blockquote>
<p dir="auto">Cloudron can act as a (readonly) LDAP server for apps hosted externally to Cloudron. External apps can then be configured to list Cloudron users and allow users to authenticate with their Cloudron password.</p>
</blockquote>
<p dir="auto">So this might be the first problem. <code>ldapadd</code> will not work because of that.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jordy" aria-label="Profile: Jordy">@<bdi>Jordy</bdi></a> said in <a href="/post/107250">Questions about LDAP/sync members (Dolbarr to LDAP to Keycloak) &amp; premium support</a>:</p>
<blockquote>
<p dir="auto">I would like to sync members from Dolibarr (using the membership module), to the Cloudron LDAP</p>
</blockquote>
<p dir="auto">From the Dolibarr app doc: <a href="https://docs.cloudron.io/apps/dolibarr/#sync-users" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/dolibarr/#sync-users</a></p>
<blockquote>
<p dir="auto">Users are synced from Cloudron to Dolibarr every hour . You can also sync manually by running /app/pkg/sync-users.sh manually using the Web Terminal.</p>
</blockquote>
<p dir="auto">So, Dolibarr as a Cloudron app should already sync users <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=af5271e93de" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /> is your Dolibarr completely external?</p>
]]></description><link>https://forum.cloudron.io/post/107254</link><guid isPermaLink="true">https://forum.cloudron.io/post/107254</guid><dc:creator><![CDATA[BrutalBirdie]]></dc:creator><pubDate>Fri, 16 May 2025 15:07:00 GMT</pubDate></item></channel></rss>