diff --git a/auth/ldap/config.html b/auth/ldap/config.html
index 579dbf257c4..aa25b5a18f0 100644
--- a/auth/ldap/config.html
+++ b/auth/ldap/config.html
@@ -157,7 +157,12 @@ if (!function_exists('ldap_connect')){ // Is php4-ldap really there?
ldap_search_sub:
-
+ldap_search_sub, "");
+?>
diff --git a/lang/en/auth.php b/lang/en/auth.php
index c8451c1b789..ecc20735030 100644
--- a/lang/en/auth.php
+++ b/lang/en/auth.php
@@ -64,7 +64,7 @@ $string['auth_ldap_memberattribute'] = 'Optional: Overrides user member attribut
$string['auth_ldap_objectclass'] = 'Optional: Overrides objectClass used to name/search users on ldap_user_type. Usually you dont need to chage this.';
$string['auth_ldap_opt_deref'] = 'Determines how aliases are handled during search. Select one of the following values: \"No\" (LDAP_DEREF_NEVER) or \"Yes\" (LDAP_DEREF_ALWAYS) ';
$string['auth_ldap_passwdexpire_settings'] = 'LDAP password expiration settings.';
-$string['auth_ldap_search_sub'] = 'Put value <> 0 if you like to search users from subcontexts.';
+$string['auth_ldap_search_sub'] = 'Search users from subcontexts.';
$string['auth_ldap_server_settings'] = 'LDAP server settings';
$string['auth_ldap_update_userinfo'] = 'Update user information (firstname, lastname, address..) from LDAP to Moodle. Specify \"Data mapping\" settings as you need.';
$string['auth_ldap_user_attribute'] = 'Optional: Overrides the attribute used to name/search users. Usually \'cn\'.';