Clarify the new meaning of an ldap resource's `root_dn' directive

This commit is contained in:
Matthias Jentsch 2014-10-09 10:13:26 +02:00 committed by Johannes Meyer
parent 04e83a53c5
commit e3164a275f
1 changed files with 1 additions and 1 deletions

View File

@ -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(