verdaccio-ldap
verdaccio-ldap copied to clipboard
Hybrid authentication not working to publish/unpublish using node console.
Hi,
we are using latest verdaccio (3.8.5) with verdaccio-ldap plugin. On config.yaml file, we have the both authentication methods:
auth: ldap: type: ldap client_options: url: "ldap: ..... ....... htpasswd: file: /verdaccio/conf/htpasswd max_users: 2
If we login on web browser, both auth users can login. When we try to use an LDAP user to login through npm console, it throws an error "maximum amount of users reached" - (because it tries to register a new user instead of looking in LDAP users).
Can you fix this problem (or implement this feature, case this is not implemented yet ) ?
Best Regards, Cristóvão
Hi, It's been multiple years I want to peer my verdaccio with ldap, have you manage to work with verdaccio with ldap?
At my team, we used to have an authentication spam issue.