You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: