Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruceman/verdaccio-simpleldap
Verdaccio plugin for simple ldap authenticate
https://github.com/bruceman/verdaccio-simpleldap
Last synced: about 1 month ago
JSON representation
Verdaccio plugin for simple ldap authenticate
- Host: GitHub
- URL: https://github.com/bruceman/verdaccio-simpleldap
- Owner: bruceman
- Created: 2020-04-01T09:39:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T03:57:28.000Z (over 1 year ago)
- Last Synced: 2023-12-25T19:03:34.016Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
README
# verdaccio-simpleldap
Verdaccio plugin for simple ldap authenticate
---
## Installation
```
npm install verdaccio-simpleldap
```## Usage
Config Verdaccio auth section.
- url: the ldap server url
- dn: user name pattern, `{}` will be replaced with user name.```
auth:
simpleldap:
url: ldap://127.0.0.1:389/
dn: "uid={},ou=people,dc=com"
```## Development
```
npm run build
```## Refers
- https://verdaccio.org/docs/en/plugin-auth
- http://ldapjs.org/client.html