From 8ac28e4d640943a9404a43187a5be74f4a307998 Mon Sep 17 00:00:00 2001 From: Mihai Fieraru Date: Thu, 30 Jan 2014 12:41:13 +0200 Subject: [PATCH] testing ldap if condition --- sites/all/modules/ldap_jacobs/testmf.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sites/all/modules/ldap_jacobs/testmf.php b/sites/all/modules/ldap_jacobs/testmf.php index 2e676737..b68aecfe 100644 --- a/sites/all/modules/ldap_jacobs/testmf.php +++ b/sites/all/modules/ldap_jacobs/testmf.php @@ -15,6 +15,10 @@ function msg($prefix, $r) { msg("could not bind", $r); return; } +else{ + msg("Binding works", $r); + return; +}