e107inc/e107

View on GitHub
e107_plugins/alt_auth/ldap_conf.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $ldap_ver was undeclared, but array fields are being added to it.
Open

        $ldap_ver[1]='2';
Severity: Info
Found in e107_plugins/alt_auth/ldap_conf.php by phan

Variable $server_types was undeclared, but array fields are being added to it.
Open

        $server_types[1] = 'LDAP';
Severity: Info
Found in e107_plugins/alt_auth/ldap_conf.php by phan

Call to deprecated class \form defined at /code/e107_handlers/form_handler.php:8340
Open

        $frm = new form;
Severity: Minor
Found in e107_plugins/alt_auth/ldap_conf.php by phan

Unused result of a binary '==' operator
Open

        if (!isset($ldap['ldap_edirfilter'])) $ldap['ldap_edirfilter'] == '';
Severity: Info
Found in e107_plugins/alt_auth/ldap_conf.php by phan

There are no issues that match your filters.

Category
Status