https://github.com/andyroyle/oc-auth-ldap
LDAP authentication plugin for OC
https://github.com/andyroyle/oc-auth-ldap
Last synced: 3 months ago
JSON representation
LDAP authentication plugin for OC
- Host: GitHub
- URL: https://github.com/andyroyle/oc-auth-ldap
- Owner: andyroyle
- License: mit
- Created: 2015-10-14T07:45:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T12:19:03.000Z (about 9 years ago)
- Last Synced: 2024-05-18T01:36:48.852Z (about 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-oc - LDAP auth - Auth Plugin to add LDAP authentication for publishing (Registry Plugins/Utilities)
README
oc-auth-ldap
======================Plugin for OC to add LDAP authentication for publishing
[](https://travis-ci.org/andyroyle/oc-auth-ldap) [](http://badge.fury.io/js/oc-auth-ldap) 
__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
```