mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
removed old ldap stuff
This commit is contained in:
parent
dd75d3ea34
commit
0dd337839c
@ -418,7 +418,6 @@
|
||||
'submit',lang('Configure Now'),
|
||||
'');
|
||||
$setup_tpl->set_var('config_table_data',$btn_config_now);
|
||||
$setup_tpl->set_var('ldap_table_data',' ');
|
||||
break;
|
||||
case 10:
|
||||
$setup_tpl->set_var('config_status_img',$completed);
|
||||
@ -435,30 +434,12 @@
|
||||
'submit',lang('Edit Current Configuration'),
|
||||
''
|
||||
);
|
||||
if ($config['auth_type'] == 'ldap')
|
||||
{
|
||||
if ($config['ldap_host'] != '')
|
||||
{
|
||||
$btn_config_ldap = $GLOBALS['egw_setup']->html->make_frm_btn_simple(
|
||||
lang('LDAP account import/export'),
|
||||
'post','ldap.php',
|
||||
'submit',lang('Configure Now'),
|
||||
''
|
||||
);
|
||||
}
|
||||
else
|
||||
{
|
||||
$btn_config_ldap = '';
|
||||
}
|
||||
}
|
||||
$setup_tpl->set_var('config_table_data',$btn_edit_config);
|
||||
$setup_tpl->set_var('ldap_table_data',$btn_config_ldap);
|
||||
break;
|
||||
default:
|
||||
$setup_tpl->set_var('config_status_img',$incomplete);
|
||||
$setup_tpl->set_var('config_status_alt',lang('not completed'));
|
||||
$setup_tpl->set_var('config_table_data',lang('Not ready for this stage yet'));
|
||||
$setup_tpl->set_var('ldap_table_data',' ');
|
||||
break;
|
||||
}
|
||||
// Admin Account Section
|
||||
|
@ -20,12 +20,6 @@
|
||||
{config_table_data}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
{ldap_table_data}
|
||||
</td>
|
||||
</tr>
|
||||
<!-- end the config section -->
|
||||
<!-- begin the admin section -->
|
||||
<tr class="th">
|
||||
|
Loading…
Reference in New Issue
Block a user