<?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[[1.3.0-RC-8] Issue when connecting to a node with Active Directory Authentication style]]></title><description><![CDATA[<h5>Server</h5>
<ul>
<li>Version: [1.3.0-RC-8]</li>
<li>OS: Debian Wheezy</li>
</ul>
<h5>Description</h5>
<p dir="auto">When doing replication between nodes, I have a login issue with this command :</p>
<pre><code>lftp -e 'set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c -R --ignore-time -vvv --exclude 'dev/' --exclude 'ssl/' --exclude 'CA/' --delete-first /images/GEO2015AUTPOST /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/GEO2015AUTPOST; exit' -u domain\fog,[Protected] xx.yyy.zz
</code></pre>
<p dir="auto">When modifying this command this way (quoting user name), it does work :</p>
<pre><code>lftp -e 'set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c -R --ignore-time -vvv --exclude 'dev/' --exclude 'ssl/' --exclude 'CA/' --delete-first /images/GEO2015AUTPOST /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/GEO2015AUTPOST; exit' -u "domain\fog",[Protected] xx.yyy.zz
</code></pre>
<p dir="auto">This way it also works (user@domain) :</p>
<pre><code>lftp -e 'set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c -R --ignore-time -vvv --exclude 'dev/' --exclude 'ssl/' --exclude 'CA/' --delete-first /images/GEO2015AUTPOST /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/GEO2015AUTPOST; exit' -u fog@domain,[Protected] xx.yyy.zz
</code></pre>
<p dir="auto">It seems that there is an issue handling backslashes</p>
<p dir="auto">Thank you in advance for checking this.</p>
<p dir="auto">Guillaume</p>
<p dir="auto">Here is an excerpt from the fogreplicator log :</p>
<p dir="auto">[09-02-16 6:51:42 pm]  * Found Image to transfer to 2 node(s)<br />
[09-02-16 6:51:42 pm]  | Image name: GEO-2015AUT-POST<br />
[09-02-16 6:51:43 pm]  * Starting Sync Actions<br />
[09-02-16 6:51:43 pm]  | CMD:<br />
lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c -R --ignore-time -vvv --exclude ‘dev/’ --exclude ‘ssl/’ --exclude ‘CA/’ --delete-first /images/GEO2015AUTPOST /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/GEO2015AUTPOST; exit’ -u domain\fog,[Protected] xx.yyy.zz<br />
[09-02-16 6:51:44 pm]  * Started sync for Image GEO-2015AUT-POST<br />
[09-02-16 6:51:44 pm]  * Found Image to transfer to 2 node(s)<br />
[09-02-16 6:51:44 pm]  | Image name: GEO-2015AUT-PRE<br />
[09-02-16 6:51:46 pm]  * Starting Sync Actions<br />
[09-02-16 6:51:46 pm]  | CMD:<br />
lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30;  mirror -c -R --ignore-time -vvv --exclude ‘dev/’ --exclude ‘ssl/’ --exclude ‘CA/’ --delete-first /images/GEO2015AUTPRE /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/GEO2015AUTPRE; exit’ -u domain\fog,[Protected] xx.yyy.zz<br />
[09-02-16 6:51:46 pm]  * Started sync for Image GEO-2015AUT-PRE<br />
[09-02-16 6:51:46 pm]  * Found Image to transfer to 2 node(s)<br />
[09-02-16 6:51:46 pm]  | Image name: geo-2015P-dep<br />
[09-02-16 6:51:47 pm]  | Local File: /images/geo2015Pdep/d1.mbr<br />
[09-02-16 6:51:47 pm]  | Remote File: /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/geo2015Pdep/d1.mbr<br />
[09-02-16 6:51:48 pm]  | Local File size: 512<br />
[09-02-16 6:51:48 pm]  | Remote File size: 512<br />
[09-02-16 6:51:48 pm]  | Files match<br />
[09-02-16 6:51:48 pm]  | Local File: /images/geo2015Pdep/d1p1.img<br />
[09-02-16 6:51:49 pm]  | Remote File: /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/geo2015Pdep/d1p1.img<br />
[09-02-16 6:51:49 pm]  | Local File size: 8926699<br />
[09-02-16 6:51:49 pm]  | Remote File size: 8926699<br />
[09-02-16 6:51:49 pm]  | Files match<br />
[09-02-16 6:51:50 pm]  | Local File: /images/geo2015Pdep/d1p2.img<br />
[09-02-16 6:51:50 pm]  | Remote File: /ifs/data/ACAD/DIR-CI/SAMARIS/geo-bkp2/geo2015Pdep/d1p2.img<br />
mirror: Login failed: 530 Login incorrect.<br />
mirror: Login failed: 530 Login incorrect.</p>
]]></description><link>http://forums.fogproject.org/topic/8504/1-3-0-rc-8-issue-when-connecting-to-a-node-with-active-directory-authentication-style</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 19:56:42 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/8504.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Sep 2016 17:16:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [1.3.0-RC-8] Issue when connecting to a node with Active Directory Authentication style on Mon, 05 Sep 2016 12:52:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/29872">@glefebvr</a> Can you try using the rc 10 working branch for a replication?</p>
<p dir="auto">I just want to see if all is working properly.  I’ve added safe argument handling to the lftp commands so theoretically your particular case should work once again.</p>
]]></description><link>http://forums.fogproject.org/post/78063</link><guid isPermaLink="true">http://forums.fogproject.org/post/78063</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Mon, 05 Sep 2016 12:52:58 GMT</pubDate></item><item><title><![CDATA[Reply to [1.3.0-RC-8] Issue when connecting to a node with Active Directory Authentication style on Sat, 17 Sep 2016 12:36:17 GMT]]></title><description><![CDATA[<p dir="auto">Problem solved in 1.3.0-RC-10. Thanks !</p>
]]></description><link>http://forums.fogproject.org/post/79105</link><guid isPermaLink="true">http://forums.fogproject.org/post/79105</guid><dc:creator><![CDATA[glefebvr]]></dc:creator><pubDate>Sat, 17 Sep 2016 12:36:17 GMT</pubDate></item><item><title><![CDATA[Reply to [1.3.0-RC-8] Issue when connecting to a node with Active Directory Authentication style on Mon, 05 Sep 2016 12:52:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/29872">@glefebvr</a> Can you try using the rc 10 working branch for a replication?</p>
<p dir="auto">I just want to see if all is working properly.  I’ve added safe argument handling to the lftp commands so theoretically your particular case should work once again.</p>
]]></description><link>http://forums.fogproject.org/post/78063</link><guid isPermaLink="true">http://forums.fogproject.org/post/78063</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Mon, 05 Sep 2016 12:52:58 GMT</pubDate></item><item><title><![CDATA[Reply to [1.3.0-RC-8] Issue when connecting to a node with Active Directory Authentication style on Mon, 05 Sep 2016 06:31:10 GMT]]></title><description><![CDATA[<p dir="auto">No, my password does only have letters and digit in it. I didn’t test passwords with backslashes, but only with the username. As shown by my examples, it seems that FOG is not escaping correctly the backslash in the username.</p>
]]></description><link>http://forums.fogproject.org/post/78059</link><guid isPermaLink="true">http://forums.fogproject.org/post/78059</guid><dc:creator><![CDATA[glefebvr]]></dc:creator><pubDate>Mon, 05 Sep 2016 06:31:10 GMT</pubDate></item><item><title><![CDATA[Reply to [1.3.0-RC-8] Issue when connecting to a node with Active Directory Authentication style on Fri, 02 Sep 2016 17:47:19 GMT]]></title><description><![CDATA[<p dir="auto">Does your password have a backslash in it, or any other special characters? I have had issues in the past with using the <code>$</code> character. Of course, a backslash in Linux means escape, but within single quotes it is not interpreted and just represents  an ascii char.</p>
]]></description><link>http://forums.fogproject.org/post/78019</link><guid isPermaLink="true">http://forums.fogproject.org/post/78019</guid><dc:creator><![CDATA[Wayne Workman]]></dc:creator><pubDate>Fri, 02 Sep 2016 17:47:19 GMT</pubDate></item></channel></rss>