<?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[How to import users from AD-DS, and assign them to an client?]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">i want to know how to add users from our AD-DS in i-doit. I read the kbs about it (<a href="https://kb.i-doit.com/pages/viewpage.action?pageId=113475861">https://kb.i-doit.com/pages/viewpage.action?pageId=113475861</a>). But  all is in Linux, we are using the XAMPP (windows server 2019 version)</p>
<p dir="auto">So under: administration - interfaces / external data // LDAP // Server</p>
<p dir="auto">I fill in all fields and it gives me "Connection OK" 111 or more object(s) found in this attribute. (Also tried instead of user group as in the kb described.<br />
<img src="/assets/uploads/files/1670396774282-capture.jpg" alt="Capture.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">but i cannot find them.</p>
]]></description><link>https://community.i-doit.com/topic/4610/how-to-import-users-from-ad-ds-and-assign-them-to-an-client</link><generator>RSS for Node</generator><lastBuildDate>Sat, 07 Mar 2026 20:42:28 GMT</lastBuildDate><atom:link href="https://community.i-doit.com/topic/4610.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Dec 2022 07:07:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to import users from AD-DS, and assign them to an client? on Tue, 13 Dec 2022 08:17:07 GMT]]></title><description><![CDATA[<p dir="auto">Just a quick question.</p>
<p dir="auto">I found something i thinkg what is like Linux called <strong>Shell</strong> in XAMPP.</p>
<p dir="auto">will this work?<br />
<img src="/assets/uploads/files/1670919389422-ldapsync1.jpg" alt="ldapsync1.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.i-doit.com/post/16782</link><guid isPermaLink="true">https://community.i-doit.com/post/16782</guid><dc:creator><![CDATA[thehazzard]]></dc:creator><pubDate>Tue, 13 Dec 2022 08:17:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to import users from AD-DS, and assign them to an client? on Fri, 09 Dec 2022 08:56:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stephanbuerger" aria-label="Profile: StephanBuerger">@<bdi>StephanBuerger</bdi></a> said in <a href="/post/16769">How to import users from AD-DS, and assign them to an client?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thehazzard" aria-label="Profile: thehazzard">@<bdi>thehazzard</bdi></a><br />
Hi,</p>
<p dir="auto">1st: excuse my bad english <img src="https://community.i-doit.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=faf3a255277" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /></p>
<p dir="auto">For the AD Import you need:</p>
<p dir="auto">a) a script<br />
b) an automatic task (called cronjob in LINUX</p>
<p dir="auto">The script is like this:</p>
<pre><code>#!/bin/bash
sudo -u idoit /usr/local/bin/idoit ldap-sync --user admin --password=xxxxx--config=/var/www/i-doit/htdocs/src/handler/config/ldap.ini --quiet
</code></pre>
<p dir="auto">store this as /usr/bin/ldapsync.sh</p>
<p dir="auto">You can organize your cronjobs if you use this command:</p>
<pre><code>sudo crontab  -e
</code></pre>
<p dir="auto">And add this example;</p>
<pre><code># m h  dom mon dow   command
# each day as 2:30 
30 2 * * 1-6 /bin/bash /usr/bin/ldapsync.sh
</code></pre>
</blockquote>
<p dir="auto">thank you for the answer<br />
i want to use that, but how to run this script in XAMPP webserver? we do dont use linux machine for the i-doit.</p>
]]></description><link>https://community.i-doit.com/post/16775</link><guid isPermaLink="true">https://community.i-doit.com/post/16775</guid><dc:creator><![CDATA[thehazzard]]></dc:creator><pubDate>Fri, 09 Dec 2022 08:56:18 GMT</pubDate></item><item><title><![CDATA[Reply to How to import users from AD-DS, and assign them to an client? on Thu, 08 Dec 2022 16:44:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thehazzard" aria-label="Profile: thehazzard">@<bdi>thehazzard</bdi></a><br />
Hi,</p>
<p dir="auto">1st: excuse my bad english <img src="https://community.i-doit.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=faf3a255277" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /></p>
<p dir="auto">For the AD Import you need:</p>
<p dir="auto">a) a script<br />
b) an automatic task (called cronjob in LINUX</p>
<p dir="auto">The script is like this:</p>
<pre><code>#!/bin/bash
sudo -u idoit /usr/local/bin/idoit ldap-sync --user admin --password=xxxxx--config=/var/www/i-doit/htdocs/src/handler/config/ldap.ini --quiet
</code></pre>
<p dir="auto">store this as /usr/bin/ldapsync.sh</p>
<p dir="auto">You can organize your cronjobs if you use this command:</p>
<pre><code>sudo crontab  -e
</code></pre>
<p dir="auto">And add this example;</p>
<pre><code># m h  dom mon dow   command
# each day as 2:30 
30 2 * * 1-6 /bin/bash /usr/bin/ldapsync.sh
</code></pre>
]]></description><link>https://community.i-doit.com/post/16769</link><guid isPermaLink="true">https://community.i-doit.com/post/16769</guid><dc:creator><![CDATA[StephanBuerger]]></dc:creator><pubDate>Thu, 08 Dec 2022 16:44:48 GMT</pubDate></item><item><title><![CDATA[Reply to How to import users from AD-DS, and assign them to an client? on Wed, 07 Dec 2022 09:17:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/leobaer" aria-label="Profile: leobaer">@<bdi>leobaer</bdi></a> said in <a href="/post/16759">How to import users from AD-DS, and assign them to an client?</a>:</p>
<blockquote>
<p dir="auto">Hi</p>
<p dir="auto">Import user/person objects has to be triggered on the command line. Look for the "console.php ldap-sync" in the KB and how to use console.php.</p>
<p dir="auto">AD users will be imported to the object type that has the persons category (normally contacts &gt; Person)</p>
<p dir="auto">What you mean by "Assigning to clients"? This would probably need a ldap.conf file or even other ways of importing.</p>
<p dir="auto">Regards<br />
Leo</p>
</blockquote>
<p dir="auto">Hi Leo,</p>
<p dir="auto">you mean this kb: <a href="https://kb.i-doit.com/pages/viewpage.action?pageId=97288195">https://kb.i-doit.com/pages/viewpage.action?pageId=97288195</a></p>
<p dir="auto">it shows still Linux commands, where do i need to replicate this ??</p>
]]></description><link>https://community.i-doit.com/post/16760</link><guid isPermaLink="true">https://community.i-doit.com/post/16760</guid><dc:creator><![CDATA[thehazzard]]></dc:creator><pubDate>Wed, 07 Dec 2022 09:17:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to import users from AD-DS, and assign them to an client? on Wed, 07 Dec 2022 07:14:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Import user/person objects has to be triggered on the command line. Look for the "console.php ldap-sync" in the KB and how to use console.php.</p>
<p dir="auto">AD users will be imported to the object type that has the persons category (normally contacts &gt; Person)</p>
<p dir="auto">What you mean by "Assigning to clients"? This would probably need a ldap.conf file or even other ways of importing.</p>
<p dir="auto">Regards<br />
Leo</p>
]]></description><link>https://community.i-doit.com/post/16759</link><guid isPermaLink="true">https://community.i-doit.com/post/16759</guid><dc:creator><![CDATA[leobaer]]></dc:creator><pubDate>Wed, 07 Dec 2022 07:14:45 GMT</pubDate></item></channel></rss>