Skip to content

Hybrid authentication not working to publish/unpublish using node console. #50

@techsupp01

Description

@techsupp01

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions