2 <TD ALIGN=RIGHT><P>auth_nntphost:</TD>
4 <INPUT name="auth_nntphost" TYPE="text" SIZE=30 VALUE="<?=$config->auth_nntphost?>">
5 <? formerr($err["ldap_nntphost"]); ?>
8 <? print_string("auth_nntphost","auth") ?>
13 <TD ALIGN=RIGHT><P>auth_nntpport:</TD>
15 <INPUT name=auth_imapport TYPE=text SIZE=6 VALUE="<?=$config->auth_nntpport?>">
16 <? formerr($err["auth_nntpport"]); ?>
19 <? print_string("auth_nntpport","auth") ?>
24 <TD ALIGN=RIGHT><P>auth_instructions:</TD>
26 <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
29 <? print_string("authinstructions","auth") ?>
30 <? helpbutton("text", get_string("helptext")) ?>