mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
d1ea7e87a2
commit
21379cb24d
@ -20,15 +20,14 @@ class LdapDiscoveryConfirmPage extends Form
|
|||||||
const TYPE_MISC = 'LDAP';
|
const TYPE_MISC = 'LDAP';
|
||||||
|
|
||||||
private $infoTemplate = <<< 'EOT'
|
private $infoTemplate = <<< 'EOT'
|
||||||
<br/>
|
Found LDAP server on {domain}
|
||||||
Found LDAP server on {domain}
|
<table><tbody>
|
||||||
<ul>
|
<tr><td><strong>Type:</strong></td><td>{type}</td></tr>
|
||||||
<li><b>Type:</b> {type}</li>
|
<tr><td><strong>Port:</strong></td><td>{port}</td></tr>
|
||||||
<li><b>Port:</b> {port}</li>
|
<tr><td><strong>Root DN:</strong></td><td>{root_dn}</td></tr>
|
||||||
<li><b>Root DN:</b> {root_dn}</li>
|
<tr><td><strong>User Object Class:</strong></td><td>{user_class}</td></tr>
|
||||||
<li><b>User-Class:</b> {user_class}</li>
|
<tr><td><strong>User Name Attribute:</strong></td><td>{user_attribute}</td></tr>
|
||||||
<li><b>User-Attribue:</b> {user_attribute}</li>
|
</tbody></table>
|
||||||
</ul>
|
|
||||||
EOT;
|
EOT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -134,6 +134,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#setup_ldap_discovery_confirm table {
|
||||||
|
margin: 1em 0;
|
||||||
|
border-collapse: separate;
|
||||||
|
border-spacing: 1em 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
#setup_admin_account {
|
#setup_admin_account {
|
||||||
div.instructions {
|
div.instructions {
|
||||||
width: 30.2em;
|
width: 30.2em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user