mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
Clarify the new meaning of an ldap resource's `root_dn' directive
This commit is contained in:
parent
04e83a53c5
commit
e3164a275f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class LdapResourceForm extends Form
|
|||
array(
|
||||
'required' => true,
|
||||
'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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue