diff --git a/functions/ldap.xml b/functions/ldap.xml index 6aa16a1161..1d15aa6520 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -78,7 +78,7 @@ echo "connect result is ".$ds."<p>"; if ($ds) { echo "Binding ..."; $r=ldap_bind($ds); // this is an "anonymous" bind, typically - // read-only access echo "Bind result is + // read-only access echo "Bind result is ".$r."<p>"; echo "Searching for (sn=S*) ...";