auth_imaphost: |
formerr($err["ldap_host_url"]); ?>
|
print_string("auth_imaphost","auth") ?>
|
auth_imaptype: |
$imaptypes = array("imap","imapssl", "imapcert", "imaptls");
foreach($imaptypes as $imaptype) {
$imapoptions[$imaptype] = $imaptype;
}
choose_from_menu($imapoptions, "auth_imaptype", $config->auth_imaptype, "");
?>
|
print_string("auth_imaptype","auth") ?>
|
auth_imapport: |
formerr($err["auth_imapport"]); ?>
|
print_string("auth_imapport","auth") ?>
|
print_string("instructions", "auth") ?>: |
|
print_string("authinstructions","auth") ?>
helpbutton("text", get_string("helptext")) ?>
|