\n";
$rv .= " | $text{'mod_auth_dbm_ufile'} | ".
&opt_input($_[0]->{'value'}, "AuthDBMUserFile", $text{'default'}, 25).
&file_chooser_button("AuthDBMUserFile", 0)." | \n";
$rv .= " | $text{'mod_auth_dbm_gfile'} | ".
&opt_input($_[1]->{'value'}, "AuthDBMGroupFile", $text{'default'}, 25).
&file_chooser_button("AuthDBMGroupFile", 0)." | \n";
$rv .= " | $text{'mod_auth_dbm_pass'} | ".
&choice_input($_[2]->{'value'}, "AuthDBMAuthoritative", "",
"$text{'yes'},off", "$text{'no'},on", "$text{'default'},").
" | \n";
$rv .= " |