From e3164a275fceafa4b02c8b91d8c4b74b00a1ee8a Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Thu, 9 Oct 2014 10:13:26 +0200 Subject: [PATCH] Clarify the new meaning of an ldap resource's `root_dn' directive --- application/forms/Config/Resource/LdapResourceForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Config/Resource/LdapResourceForm.php b/application/forms/Config/Resource/LdapResourceForm.php index facf5679e..4b51e747e 100644 --- a/application/forms/Config/Resource/LdapResourceForm.php +++ b/application/forms/Config/Resource/LdapResourceForm.php @@ -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(