<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AExternalAuthentication%2F%40comment-204.209.209.131-20140707224252</id>
	<title>Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=Talk%3AExternalAuthentication%2F%40comment-204.209.209.131-20140707224252"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252&amp;action=history"/>
	<updated>2026-08-24T06:42:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252&amp;diff=4489&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252&amp;diff=4489&amp;oldid=prev"/>
		<updated>2016-04-06T20:52:54Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:52, 6 April 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bestpractical_mediawiki1459887241:diff:1.41:old-4488:rev-4489 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252&amp;diff=4488&amp;oldid=prev</id>
		<title>204.209.209.131: Created page with &quot;how would I go about getting external auth to try authenticating to a rt4 database ? this is what I have so far   Set( $ExternalSettings,      {                  ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=Talk:ExternalAuthentication/@comment-204.209.209.131-20140707224252&amp;diff=4488&amp;oldid=prev"/>
		<updated>2014-07-07T22:42:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;how would I go about getting external auth to try authenticating to a rt4 database ? this is what I have so far   Set( $ExternalSettings,      {                  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;how would I go about getting external auth to try authenticating to a rt4 database ? this is what I have so far &lt;br /&gt;
&lt;br /&gt;
Set( $ExternalSettings,      {  &lt;br /&gt;
&lt;br /&gt;
                              &amp;#039;RT_MySQL&amp;#039;   =&amp;gt;  {      &lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;type&amp;#039;                      =&amp;gt;  &amp;#039;db&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;server&amp;#039;                    =&amp;gt;  &amp;#039;localhost&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;database&amp;#039;                  =&amp;gt;  &amp;#039;rt5&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;table&amp;#039;                     =&amp;gt;  &amp;#039;Users&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;user&amp;#039;                      =&amp;gt;  &amp;#039;rt5&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;pass&amp;#039;                      =&amp;gt;  &amp;#039;mypassword&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;port&amp;#039;                      =&amp;gt;  &amp;#039;3306&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;dbi_driver&amp;#039;                =&amp;gt;  &amp;#039;mysql&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;u_field&amp;#039;                   =&amp;gt;  &amp;#039;Name&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;p_field&amp;#039;                   =&amp;gt;  &amp;#039;Password&amp;#039;,&lt;br /&gt;
&lt;br /&gt;
                                                      &amp;#039;p_enc_pkg&amp;#039;                 =&amp;gt;  &amp;#039;Crypt::MySQL&amp;#039;,&lt;/div&gt;</summary>
		<author><name>204.209.209.131</name></author>
	</entry>
</feed>