2 <TD ALIGN=RIGHT><P>auth_dbhost:</TD>
4 <INPUT name=auth_dbhost TYPE=text SIZE=30 VALUE="<?=$config->auth_dbhost?>">
5 <? formerr($err["auth_dbhost"]); ?>
8 <? print_string("auth_dbhost","auth") ?>
13 <TD ALIGN=RIGHT><P>auth_dbtype:</TD>
15 <? $dbtypes = array("access","ado_access", "ado", "ado_mssql", "borland_ibase", "csv", "db2", "fbsql", "firebird", "ibase", "informix72", "informix", "mssql", "mysql", "mysqlt", "oci805", "oci8", "oci8po", "odbc", "odbc_mssql", "odbc_oracle", "oracle", "postgres64", "postgres7", "postgres", "proxy", "sqlanywhere", "sybase", "vfp");
16 choose_from_menu($dbtypes, "auth_dbtype", $config->auth_dbtype, "");
21 <? print_string("auth_dbtype","auth") ?>
26 <TD ALIGN=RIGHT><P>auth_dbname:</TD>
28 <INPUT name=auth_dbname TYPE=text SIZE=30 VALUE="<?=$config->auth_dbname?>">
29 <? formerr($err["auth_dbname"]); ?>
32 <? print_string("auth_dbname","auth") ?>
37 <TD ALIGN=RIGHT><P>auth_dbuser:</TD>
39 <INPUT name=auth_dbuser TYPE=text SIZE=30 VALUE="<?=$config->auth_dbuser?>">
40 <? formerr($err["auth_dbuser"]); ?>
43 <? print_string("auth_dbuser","auth") ?>
48 <TD ALIGN=RIGHT><P>auth_dbpass:</TD>
50 <INPUT name="auth_dbpass" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbpass?>">
51 <? formerr($err["auth_dbpass"]); ?>
54 <? print_string("auth_dbpass","auth") ?>
59 <TD ALIGN=RIGHT><P>auth_dbtable:</TD>
61 <INPUT name="auth_dbtable" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbtable?>">
62 <? formerr($err["auth_dbtable"]); ?>
65 <? print_string("auth_dbtable","auth") ?>
70 <TD ALIGN=RIGHT><P>auth_dbfielduser:</TD>
72 <INPUT name="auth_dbfielduser" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbfielduser?>">
73 <? formerr($err["auth_dbfielduser"]); ?>
76 <? print_string("auth_dbfielduser","auth") ?>
81 <TD ALIGN=RIGHT><P>auth_dbfieldpass:</TD>
83 <INPUT name="auth_dbfieldpass" TYPE="text" SIZE="30" VALUE="<?=$config->auth_dbfieldpass?>">
84 <? formerr($err["auth_dbfieldpass"]); ?>
87 <? print_string("auth_dbfieldpass","auth") ?>
92 <TD ALIGN=RIGHT><P>auth_instructions:</TD>
94 <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
97 <? print_string("authinstructions","auth") ?>
98 <? helpbutton("text", get_string("helptext")) ?>