diff options
| author | fukachan <fukachan> | 2002-07-23 07:19:46 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-07-23 07:19:46 +0000 |
| commit | c4ad9fc9633658a747de2efaee9f40d4fc19b223 (patch) | |
| tree | 2c0ac0c4001a87414a56669221b228d5d23f128e /fml/doc/ja/tutorial/internals/credential.sgml | |
| parent | 9e2ca5056c045575b383f96b49a94a5816cdcb69 (diff) | |
| download | fml8-c4ad9fc9633658a747de2efaee9f40d4fc19b223.tar.gz fml8-c4ad9fc9633658a747de2efaee9f40d4fc19b223.tar.bz2 fml8-c4ad9fc9633658a747de2efaee9f40d4fc19b223.zip | |
import a few memo
Diffstat (limited to 'fml/doc/ja/tutorial/internals/credential.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/internals/credential.sgml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/fml/doc/ja/tutorial/internals/credential.sgml b/fml/doc/ja/tutorial/internals/credential.sgml new file mode 100644 index 00000000..a3009274 --- /dev/null +++ b/fml/doc/ja/tutorial/internals/credential.sgml @@ -0,0 +1,41 @@ +<!-- + $FML: restriction.sgml,v 1.3 2002/07/06 14:55:18 fukachan Exp $ +--> + +<chapter id="credential"> + <title> + ユーザ認証 + </title> + +<para> +ユーザ認証は FML::Credential クラスの提供するメソッドを使って +行ないます。 +</para> + + + +<sect1> + <title> + 議論: FML::Credential の実装 + </title> + + +<sect2> + <title> + case sensitive / case insensitive + </title> + +<para> +今は +<screen> +USER パートは sensitive +ドメインパートは insensitive +</screen> +オプションで、USER パートも insensitive にできるように +できた方がよい? +</para> + +</sect1> + + +</chapter> |
