aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-04-11 14:08:12 +0200
committerArthur Schiwon <blizzz@owncloud.com>2014-04-11 14:08:12 +0200
commit1c57ffa16fab8cfb132978865d819e98cb143a24 (patch)
treeb7c5ed62796ed9853e5e9be6de9ce4a53d0dd5f8 /apps/user_ldap
parente28227ecdc0f898868701fe131326d8c15ef60d7 (diff)
downloadnextcloud-server-1c57ffa16fab8cfb132978865d819e98cb143a24.tar.gz
nextcloud-server-1c57ffa16fab8cfb132978865d819e98cb143a24.zip
Give hint when composing filter failed
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/js/ldapFilter.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/js/ldapFilter.js b/apps/user_ldap/js/ldapFilter.js
index d0fee6db7fc..0d691647944 100644
--- a/apps/user_ldap/js/ldapFilter.js
+++ b/apps/user_ldap/js/ldapFilter.js
@@ -50,7 +50,8 @@ LdapFilter.prototype.compose = function() {
}
},
function (result) {
- // error handling
+ console.log('LDAP Wizard: could not compose filter. '+
+ 'Please check owncloud.log');
}
);
}