Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
techsupp01 opened this issue Nov 6, 2018 · 1 comment

Comments

@techsupp01
Copy link

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

@kopax
Copy link
Contributor

kopax commented Sep 27, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants