Possible bug with Active Directory & new repository - Kiln Knowledge Exchange most recent 30 from http://kiln.stackexchange.com2013-05-18T22:57:53Zhttp://kiln.stackexchange.com/feeds/question/4492http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://kiln.stackexchange.com/questions/4492/possible-bug-with-active-directory-new-repositoryPossible bug with Active Directory & new repositoryDavid2011-12-11T02:41:38Z2011-12-14T17:03:58Z
<p>We are running our own copy of Kiln. Our users are Active Directory users. When I add a new repository and then click the "clone" link to view the URL to clone the URL is something like:</p>
<p><a href="http://David" rel="nofollow">http://David</a> Dorothy@kiln.worthwhile.com/kiln/Repo/Project/Group/RepoName</p>
<p>However, once I click the browser's refresh button the URL becomes:</p>
<p><a href="http://kiln.worthwhile.com/kiln/Repo/Project/Group/RepoName" rel="nofollow">http://kiln.worthwhile.com/kiln/Repo/Project/Group/RepoName</a></p>
<p>I believe that the second rendering is correct. Possibly the JavaScript does not know that it should be listed that way till after the page is refreshed?</p>
<p>This is a minor annoyance but it would be nice to get it corrected if possible.</p>
<p>I primarily use Chrome for using the web interface of Kiln.</p>
http://kiln.stackexchange.com/questions/4492/possible-bug-with-active-directory-new-repository/4499#4499Answer by Benjamin Pollack for Possible bug with Active Directory & new repositoryBenjamin Pollack2011-12-14T17:03:58Z2011-12-14T17:03:58Z<p>This has nothing to do with Active Directory, and we've already changed the behavior for the next version of Kiln, but it's not really a bug per se.</p>
<p>Way back in the Depths of Time, before the <code>kilnauth</code> extension, we encouraged using the <code>[auth]</code> section of your <code>Mercurial.ini</code> file for storing your login and password. In order to help Mercurial get the right username, we embedded it directly in the URL.</p>
<p>Nowadays, that's not necessary, and (as you've noticed) is quite confusing. The next version of Kiln to ship to licensed customers in just a few weeks drops this part of the clone URL. But rest assured that both URLs should actually work just fine.</p>