I believe I have LDAP sort of working.  I am trying to authenticate against a Synology LDAP server.  When I use debug mode I see debug info for invalid users and bad passwords but if I enter a proper user and password there is no debug information and I get the error message “User is disabled”. So, I believe I am missing something.

 

Beyond the server bindings I have these settings:

 

$config['auth_ldap_prefix'] = "uid";

$config['auth_ldap_suffix'] = ",dc=clearnetworx,dc=com";

$config['auth_ldap_groupbase'] = "dc=clearnetworx,dc=com";

$config['auth_ldap_groups']['Observium-Users']['level'] = 5;

$config['auth_ldap_groupmembertype'] = "fulldn";

$config['auth_ldap_groupmemberattr'] = "memberOf";