<!--
   $FML: credential.sgml,v 1.3 2005/07/27 12:21:36 fukachan Exp $
   $jaFML: credential.sgml,v 1.3 2003/04/15 14:51:40 fukachan Exp $
-->

<chapter id="credential">
	<title>
	User Authentication
	</title>

<para>
User authentication is provided by methods of FML::Credential class.
</para>



<sect1 id="credential.implementation">
	<title>
	Discussion: FML::Credential Implementation
	</title>


<sect2>
	<title>
	Case Sensitive / Case Insensitive
	</title>

<para>
For the user@domain address, we handle user part as case sensitively
and domain as case insensitively. Is it better to prepare the option
that handling of user part is insensitive? (Yes, I think so.)
</para>

</sect2>

</sect1>


</chapter>
