mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Clarify the new meaning of an ldap resource's `root_dn' directive
This commit is contained in:
parent
04e83a53c5
commit
e3164a275f
@ -65,7 +65,7 @@ class LdapResourceForm extends Form
|
|||||||
array(
|
array(
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'label' => t('Root DN'),
|
'label' => t('Root DN'),
|
||||||
'description' => t('The path where users can be found on the ldap server')
|
'description' => t('Only the root and its child nodes will be accessible on this resource.')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user