<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>_auth[ Search for &quot;&quot;]</title>
        <description></description>
        <link>http://xataface.com/wiki/index.php?-action=single_record_search&amp;-table=wiki&amp;page_id=%3D97&amp;-cursor=0&amp;-skip=0&amp;-limit=30&amp;-mode=list&amp;--subsearch=</link>
        <lastBuildDate>Thu, 23 May 2013 10:07:46 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>_auth</title>
            <link>http://www.xataface.com/wiki/_auth</link>
            <description>&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Field&lt;/th&gt;&lt;th&gt;Value&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Page name&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;_auth&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Page id&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;97&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Page title&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;_auth section of the conf.ini file&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Content&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;&lt;p&gt;&lt;a href=&quot;/wiki/conf.ini_file&quot;&gt;Return to conf.ini file&lt;/a&gt;&lt;/p&gt;

&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;
&lt;div id=&quot;toc&quot;&gt;&lt;strong&gt;Table of Contents&lt;/strong&gt;
	&lt;div style=&quot;margin-left: 1em;&quot;&gt;&lt;a href=&quot;#toc0&quot;&gt;Synopsis&lt;/a&gt;&lt;/div&gt;
	&lt;div style=&quot;margin-left: 1em;&quot;&gt;&lt;a href=&quot;#toc1&quot;&gt;Directives&lt;/a&gt;&lt;/div&gt;
	&lt;div style=&quot;margin-left: 1em;&quot;&gt;&lt;a href=&quot;#toc2&quot;&gt;See Also&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


&lt;h3 id=&quot;toc0&quot;&gt;Synopsis&lt;/h3&gt;
&lt;p&gt;The &lt;em&gt;_auth&lt;/em&gt; section of the conf.ini file includes configuration directives to enable authentication in a Xataface application.  For more information about authentication and registration see &lt;a href=&quot;/wiki/authentication&quot;&gt;authentication&lt;/a&gt;.  This section may include the following directives:&lt;/p&gt;


&lt;h3 id=&quot;toc1&quot;&gt;Directives&lt;/h3&gt;


&lt;table class=&quot;listing listing2&quot;&gt;
    &lt;tr&gt;
        &lt;th&gt; Directive&lt;/th&gt;
        &lt;th&gt; Description&lt;/th&gt;
        &lt;th&gt; Required&lt;/th&gt;
        &lt;th&gt; Default&lt;/th&gt;
        &lt;th&gt; Version&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt; users_table&lt;/td&gt;
        &lt;td&gt; The name of the table that contains your user accounts.&lt;/td&gt;
        &lt;td&gt; Yes&lt;/td&gt;
        &lt;td&gt; None&lt;/td&gt;
        &lt;td&gt; 0.6&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt; username_column&lt;/td&gt;
        &lt;td&gt; The name of the column that stores the username.&lt;/td&gt;
        &lt;td&gt; Yes&lt;/td&gt;
        &lt;td&gt; None&lt;/td&gt;
        &lt;td&gt; 0.6&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt; password_column&lt;/td&gt;
        &lt;td&gt; The name of the column that stores the password.&lt;/td&gt;
        &lt;td&gt; Required if using basic authentication.&lt;/td&gt;
        &lt;td&gt; None&lt;/td&gt;
        &lt;td&gt; 0.6&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt; auth_type&lt;/td&gt;
        &lt;td&gt; Specifies the authentication module that is being used.  E.g. basic, cas, ldap, http, facebook, etc...&lt;/td&gt;
        &lt;td&gt; No&lt;/td&gt;
        &lt;td&gt; basic&lt;/td&gt;
        &lt;td&gt; 0.6&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt; allow_register&lt;/td&gt;
        &lt;td&gt; Flag to enable user registration.  If this is set to 1, then a &lt;em&gt;register&lt;/em&gt; link will appear below the login form.&lt;/td&gt;
        &lt;td&gt; No&lt;/td&gt;
        &lt;td&gt; 0&lt;/td&gt;
        &lt;td&gt; 0.8&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt; session_timeout&lt;/td&gt;
        &lt;td&gt; Number of seconds of inactivity after which the user will be logged out. Note: Arithmetic don't work in the conf.ini, use seconds.&lt;/td&gt;
        &lt;td&gt; No&lt;/td&gt;
        &lt;td&gt; 86400 (=&amp;gt; 24*60*60 (24 hours))&lt;/td&gt;
        &lt;td&gt; 1.3rc4&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;


&lt;h3 id=&quot;toc2&quot;&gt;See Also&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt; &lt;a href=&quot;/wiki/authentication&quot;&gt;authentication&lt;/a&gt; - Overview of Xataface Authentication&lt;/li&gt;
    &lt;li&gt; &lt;a href=&quot;/wiki/conf.ini_file&quot;&gt;conf.ini file&lt;/a&gt; - Directives available in the conf.ini file.&lt;/li&gt;
&lt;/ul&gt;

&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Keywords&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;_auth,authentication,conf.ini file,allow_register&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td valign=&quot;top&quot;&gt;Language&lt;/td&gt;&lt;td valign=&quot;top&quot;&gt;en&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
            <author>_auth</author>
        </item>
    </channel>
</rss>
