<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html" />
  <link rel="self" type="application/atom+xml" href="http://forums.movabletype.org/atom.xml" />
  <id>tag:forums.movabletype.org,2011://24/tag:forums.movabletype.org,2009://24.13117-</id>
  <updated>2011-12-14T17:16:20Z</updated>
  <title>Comments for BasicAuth</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.292</generator>
  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117</id>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.movabletype.org/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=24/entry_id=13117" title="BasicAuth" />
    <published>2009-03-09T22:50:15Z</published>
    <updated>2011-12-14T17:14:04Z</updated>
    <title>BasicAuth</title>
    <summary>I&apos;m trying to integrate Apache2 authentication to MT. This setup is working for other apps, in the case of MT I&apos;m being asked for user/passwd by apache2, the authentication succeeds, but MT is not happy.... The message I get (in...</summary>
    <author>
      <name>Ciro Iriarte</name>
      
    </author>
    
    <category term="Installation" />
    
    <content type="html" xml:lang="en" xml:base="http://forums.movabletype.org/">
      <![CDATA[<p>I'm trying to integrate Apache2 authentication to MT. This setup is working for other apps, in the case of MT I'm being asked for user/passwd by apache2, the authentication succeeds, but MT is not happy....</p>

<p>The message I get (in spanish, sorry): <br />
---------<br />
Lo sentimos, pero no tiene permisos para acceder a ninguno de los blogs en esta instalación. Si cree que este mensaje se le muestra por error, por favor, contacte con su administrador de Movable Type.<br />
---------</p>

<p>Part of mt-config.cgi:</p>

<p>---------<br />
# == Auth ==<br />
AuthenticationModule BasicAuth<br />
ExternalUserManagement 1<br />
---------</p>

<p>Any ideas?</p>]]>
      
    </content>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:19917</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c19917" />
    <title>Comment from Mike T on 2009-03-10</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p><a href="http://www.sixapart.com/movabletype/docs/3.3/d_configuration_directives/authenticationmodule.html">http://www.sixapart.com/movabletype/docs/3.3/d_configuration_directives/authenticationmodule.html</a> says that AuthenticationModule is only supported in MT Enterprise. What version of MT are you using?</p>]]>
    </content>
    <published>2009-03-10T12:37:20Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:19929</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c19929" />
    <title>Comment from Ciro Iriarte on 2009-03-10</title>
    <author>
        <name>Ciro Iriarte</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The OpenSource version?<br />
That doc is for MT v3.3, supposedly the BasicAuth is available in the free version as it relies on Apache2 basic authentication only. Adding that configuration directives makes the login form from MT disappear, but it doesn't like the authenticated user apparently....</p>

<p>Ref: <a href="http://www.movabletype.org/documentation/developer/mtauth.html" rel="nofollow">http://www.movabletype.org/documentation/developer/mtauth.html</a></p>]]>
    </content>
    <published>2009-03-10T14:54:33Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:19931</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c19931" />
    <title>Comment from Mike T on 2009-03-10</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You may want to bring this to the attention of MTOS-dev (http://www.movabletype.org/opensource/mailing-lists.html ) in the event that it is outdated or incomplete documentation.</p>]]>
    </content>
    <published>2009-03-10T15:52:17Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:19943</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c19943" />
    <title>Comment from Ciro Iriarte on 2009-03-10</title>
    <author>
        <name>Ciro Iriarte</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Just opened a bug report....</p>

<p>Ref: <a href="http://bugs.movabletype.org/default.asp?100341" rel="nofollow">http://bugs.movabletype.org/default.asp?100341</a></p>]]>
    </content>
    <published>2009-03-10T18:42:03Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20029</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20029" />
    <title>Comment from Ciro Iriarte on 2009-03-12</title>
    <author>
        <name>Ciro Iriarte</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The bug tracking system isn't as important as in other OS projects apparently... No assignment or comments so far...</p>]]>
    </content>
    <published>2009-03-12T21:04:41Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20043</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20043" />
    <title>Comment from Mike T on 2009-03-12</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Movable Type has a smaller development team than most OS projects, and many of 6A's engineers are focused on various projects like Vox, LiveJournal and upcoming releases like Motion.</p>]]>
    </content>
    <published>2009-03-13T00:37:30Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20235</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20235" />
    <title>Comment from Ciro Iriarte on 2009-03-17</title>
    <author>
        <name>Ciro Iriarte</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Also tried with the developer mail list without luck... This is supposed to be a working feature, i'm not asking for something new. Hope someone gets some minutes to check it out...</p>

<p>Regards,</p>]]>
    </content>
    <published>2009-03-17T15:49:25Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20239</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20239" />
    <title>Comment from Mike T on 2009-03-17</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p><a href="http://www.movabletype.org/documentation/appendices/config-directives/">http://www.movabletype.org/documentation/appendices/config-directives/</a> is the latest list of config directives, and it says that ExternalUserManagement is MT-Enterprise only.</p>]]>
    </content>
    <published>2009-03-17T16:13:14Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20245</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20245" />
    <title>Comment from Ciro Iriarte on 2009-03-17</title>
    <author>
        <name>Ciro Iriarte</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>It doesn't state "ExternalUserManagement is MT-Enterprise only.", I can see it has a "enterprise" tag, but that document is from 2007.</p>

<p>Well, that parameter is only to autocreate the users if they are authenticated by other methods. Let's assume I comment it out, I already created my user in MT before attempting external auth.</p>

<p>I downloaded the free version and from the code I can see the BasicAuth module is included.</p>

<p>lib/MT/Auth/<br />
    BasicAuth.pm<br />
    LiveJournal.pm<br />
    MT.pm<br />
    OpenID.pm<br />
    TypeKey.pm<br />
    Vox.pm</p>]]>
    </content>
    <published>2009-03-17T17:12:19Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20331</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20331" />
    <title>Comment from Mixel Adm on 2009-03-18</title>
    <author>
        <name>Mixel Adm</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi</p>

<p>I just took a look in Ciro's problem and i found the problem.<br />
when you install MT or MTOS, you create an admin user.<br />
in my case i called it mixel.</p>

<p>after install, and set up mt ot use the BasicAuth, and log in as mixel via http basic auth, mt toldme exaclty what Ciro saids.</p>

<p>A little view in the mt_author table give as the reason, we have 2 users called mixel, the first is the created by mt on the instalation with a id 1, and the other, is the created for the BasicAuth. </p>

<p>What you can do is simply change the author_auth_type from the first from MT to BasicAuth, and delete the second user.</p>

<p>After the change you can relogin into mt and now you are the full admin of mt.</p>

<p>I talked with ciro last night and this solved his problem.<br />
Kind regards<br />
</p>]]>
    </content>
    <published>2009-03-18T16:46:14Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20335</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20335" />
    <title>Comment from Mike T on 2009-03-18</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Was there no way to assign the privileges on your original user to the second user from within the CMS?</p>]]>
    </content>
    <published>2009-03-18T17:31:15Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20341</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20341" />
    <title>Comment from Ciro Iriarte on 2009-03-18</title>
    <author>
        <name>Ciro Iriarte</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Nope, as the regular login form disappears when Apache2 authentication was in place.</p>

<p>So basically, the current workaround for Apache authentication involves setting author_auth_type='BasicAuth' (direct database edit) for the first admin user after setting up the authentication.</p>

<p>Also apparently found a bug, when external authentication is used, you can't submit changes to fields "Public name" and "e-mail" as all the password related fields disappear and the form still thinks "Password Hint" is mandatory</p>]]>
    </content>
    <published>2009-03-18T19:31:36Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20351</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20351" />
    <title>Comment from Mike T on 2009-03-18</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<blockquote>
Nope, as the regular login form disappears when Apache2 authentication was in place.
</blockquote>

<p>That still doesn't address the issue. The feature is functionally broken in its current state because you couldn't assign Movable Type privileges to the second user when you switched the authentication mechanism. What this means is that you can authenticate a user, but not authorize a user, in this package, and that's a problem because authentication is only the first step.</p>]]>
    </content>
    <published>2009-03-19T00:27:41Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20389</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20389" />
    <title>Comment from Mixel Adm on 2009-03-19</title>
    <author>
        <name>Mixel Adm</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Well there is a workaround, if you really want to give to the second user the full admin privileges, so just comment out the BasicAuth, login as normal admin, give all the privileges to the other user and move back to BasicAuth.</p>

<p>Not perfect but it works.</p>]]>
    </content>
    <published>2009-03-19T17:38:53Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20391</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20391" />
    <title>Comment from Mike T on 2009-03-19</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>It is a "good workaround," but I think it shows a critical lack of functionality here.</p>]]>
    </content>
    <published>2009-03-19T18:00:06Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20393</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20393" />
    <title>Comment from Mixel Adm on 2009-03-19</title>
    <author>
        <name>Mixel Adm</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Yes i agree.</p>

<p>What about if the admin could change the way the users login?</p>

<p>For example you can just intall your mt, setup all your blogs, maybe some users, then change the your own way to login to BasicAuth. Then you can setup everything to use BasicAuth and you are done.</p>

<p>When you need to come back for some reason to normal login you can do it whit a simple change in your user. So no dangerous changes in the database or workarounds.</p>]]>
    </content>
    <published>2009-03-19T18:09:49Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20395</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20395" />
    <title>Comment from Mike T on 2009-03-19</title>
    <author>
        <name>Mike T</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The simplest approach would be to make it so that when you login as a BasicAuth user, it creates a new mt_author entry for that user, and then in the Manage Users area under system view, you can assign privileges to that user.</p>]]>
    </content>
    <published>2009-03-19T18:26:50Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:20397</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c20397" />
    <title>Comment from Mixel Adm on 2009-03-19</title>
    <author>
        <name>Mixel Adm</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>mmm well but this is exactly the way that mt works with BasicAuth.</p>

<p>when you login for first time into mt via BasicAuth, mt creates an entry into mt_author, but with no privileges.</p>

<p>As system administrator you can give any privilege to that user.</p>

<p>Basically the main problem is for the first user, the full adminstrator, that can't sing using BasicAuth.</p>

<p>Kind Regards</p>

<p>Pd sorry for typos in previous comments.</p>]]>
    </content>
    <published>2009-03-19T18:44:00Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:23479</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c23479" />
    <title>Comment from siteleri on 2009-05-02</title>
    <author>
        <name>siteleri</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>thanks</p>]]>
    </content>
    <published>2009-05-02T08:31:06Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:23483</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c23483" />
    <title>Comment from arkadas on 2009-05-02</title>
    <author>
        <name>arkadas</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>perfect forum site, thanks.</p>]]>
    </content>
    <published>2009-05-02T09:41:59Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:26013</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c26013" />
    <title>Comment from imsakiye on 2009-07-03</title>
    <author>
        <name>imsakiye</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thanx</p>]]>
    </content>
    <published>2009-07-03T20:11:28Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:26911</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c26911" />
    <title>Comment from sauna on 2009-07-22</title>
    <author>
        <name>sauna</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank you</p>]]>
    </content>
    <published>2009-07-22T09:54:21Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:48327</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c48327" />
    <title>Comment from yuregininsesi on 2010-11-05</title>
    <author>
        <name>yuregininsesi</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Well done! Thank you very much for professional templates and community edition</p>]]>
    </content>
    <published>2010-11-05T21:55:06Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:51259</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c51259" />
    <title>Comment from jocuri fotbal on 2011-01-24</title>
    <author>
        <name>jocuri fotbal</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>the Manage Users area under system view, you can assign privileges to that user.</p>]]>
    </content>
    <published>2011-01-24T13:42:05Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:75845</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c75845" />
    <title>Comment from Logo Design on 2011-04-05</title>
    <author>
        <name>Logo Design</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank you</p>]]>
    </content>
    <published>2011-04-05T12:46:47Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:78205</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c78205" />
    <title>Comment from Poker Donk on 2011-04-06</title>
    <author>
        <name>Poker Donk</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Thank you very much :)</p>]]>
    </content>
    <published>2011-04-06T14:43:48Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:212563</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c212563" />
    <title>Comment from iPhone Cases on 2011-11-19</title>
    <author>
        <name>iPhone Cases</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Mostly users don't understand the MY. So, MY is the abbreviation of Movable Type. Movable Type has several notable features, such as the ability to host multiple weblogs and standalone content pages, manage files, user roles, templates, tags, categories, and trackback links.</p>

<p>The application supports static page generation (in which files for each page are updated whenever the content of the site is changed), dynamic page generation (in which pages are composited from the underlying data as the browser requests them), or a combination of the two techniques. </p>

<p>Movable Type optionally supports LDAP for user and group management and automatic blog provisioning.</p>

<p>Thanks<br />
_________<br />
Michelle</p>]]>
    </content>
    <published>2011-11-19T18:13:45Z</published>
  </entry>

  <entry>
    <id>tag:forums.movabletype.org,2009://24.13117-comment:212949</id>
    <thr:in-reply-to ref="tag:forums.movabletype.org,2009://24.13117" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html"/>
    <link rel="alternate" type="text/html" href="http://forums.movabletype.org/2009/03/basicauth.html#c212949" />
    <title>Comment from torrents on 2011-12-14</title>
    <author>
        <name>torrents</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>It is good to see some detailed information on this topic which is very rarely discussed on the internet. Thanks for sharing. </p>]]>
    </content>
    <published>2011-12-14T17:14:04Z</published>
  </entry>

</feed>

