user disabled means the user is level 0, which means it's not matched a group with a level.
LDAP is all voodoo and black magic, so I'm not really sure.
adam.
Lanham Rattan via observium wrote on 07/06/2024 00:10:
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";
observium mailing list -- observium@lists.observium.org To unsubscribe send an email to observium-leave@lists.observium.org