Skip to content

andyroyle/oc-auth-ldap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oc-auth-ldap

Plugin for OC to add LDAP authentication for publishing

Build Status NPM version Dependencies

Usage

npm install --save oc-auth-ldap

in your oc-conf:

{
  "publishAuth": {
    "type": "ldap",
    "url": "ldap://my-dc.domain.com",
    "baseDN": "DC=domain.com,DC=com"
  }
}

Ta-Da!

Running tests

npm install
npm test

About

LDAP authentication plugin for OC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published