diff --git a/functions/ldap.xml b/functions/ldap.xml index 0a879d4c7f..d9f6f9b0d4 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -1,5 +1,5 @@ - + LDAP functions LDAP @@ -569,7 +569,7 @@ if ($ds) { can be converted into a textual error message using ldap_err2str. - Unless you lower your warning level in your php3.ini sufficiently + Unless you lower your warning level in your php.ini sufficiently or prefix your LDAP commands with @ (at) characters to suppress warning output, the errors generated will also show up in your HTML output. @@ -626,7 +626,7 @@ printf("%d matching entries.<br>\n", $info["count"]); always use an error number to check. Unless you lower your warning level in your - php3.ini sufficiently or prefix your LDAP + php.ini sufficiently or prefix your LDAP commands with @ (at) characters to suppress warning output, the errors generated will also show up in your HTML output.