From 1c57ffa16fab8cfb132978865d819e98cb143a24 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Fri, 11 Apr 2014 14:08:12 +0200
Subject: [PATCH] Give hint when composing filter failed

---
 apps/user_ldap/js/ldapFilter.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/user_ldap/js/ldapFilter.js b/apps/user_ldap/js/ldapFilter.js
index d0fee6db7f..0d69164794 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');
 		}
 	);
 }
-- 
GitLab