Skip to content

Commit

Permalink
Clarify the new meaning of an ldap resource's `root_dn' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch authored and Johannes Meyer committed Oct 9, 2014
1 parent 04e83a5 commit e3164a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/forms/Config/Resource/LdapResourceForm.php
Expand Up @@ -65,7 +65,7 @@ public function createElements(array $formData)
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(
Expand Down

0 comments on commit e3164a2

Please sign in to comment.