verdaccio-ldap
verdaccio-ldap copied to clipboard
Plugin throws errors during user authentication
warn --- the plugin method add_user in the auth plugin is deprecated and will be removed in next major release, notify to the plugin author
warn --- the plugin method add_user in the auth plugin is deprecated and will be removed in next major release, notify to the plugin author
error--- the user "redacted" could not being added. Error: bad username/password, access denied
warn --- verdaccio-ldap error Error: read ECONNRESE
The login still works, but the plugin throws all kinds of warnings and errors. Seems like the plugin needs to be updated to match the latest verdaccio api
version information:
├── [email protected] └── [email protected]
nodejs 16.16.0-deb-1nodesource1
Ubuntu 20.04.4 LTS
ldap config:
38 auth:
39 ldap:
40 type: ldap
41 client_options:
42 url: "ldaps://redacted.net:636"