From b70ad0c71dda244c65b554f95e0fd94c1e243e54 Mon Sep 17 00:00:00 2001
From: Vincent Bray
mod_authn_dbm
and mod_authn_dbd
- are two modules which make this possible. Rather than selecting
- AuthBasicSource
file,
- instead you can choose dbm
or dbd
as your
- storage format.
mod_authn_dbm
and mod_authn_dbd
are two
+ modules which make this possible. Rather than selecting
, instead
+ you can choose AuthBasicProvider
filedbm
or dbd
as your storage
+ format.
To select a dbd file rather than a text file, for example:
diff --git a/docs/manual/howto/auth.xml.ja b/docs/manual/howto/auth.xml.ja index e1728d0b4c..addac5edab 100644 --- a/docs/manual/howto/auth.xml.ja +++ b/docs/manual/howto/auth.xml.ja @@ -1,7 +1,7 @@ - + + +