Skip to content

bruceman/verdaccio-simpleldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Verdaccio plugin for simple ldap authenticate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published