Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cepharum/ldap-bridge

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cepharum/ldap-bridge - npm Package Compare versions

Comparing version 0.1.0-rc.3 to 0.1.0-rc.4

cli.js

7

package.json
{
"name": "@cepharum/ldap-bridge",
"version": "0.1.0-rc.3",
"version": "0.1.0-rc.4",
"description": "remotely backed LDAP authentication",

@@ -12,3 +12,3 @@ "main": "server/index.js",

"bin": {
"ldap-bridge": "server/index.js"
"ldap-bridge": "cli.js"
},

@@ -28,3 +28,4 @@ "keywords": [],

"server/**",
"config.dist.js"
"config.dist.js",
"cli.js"
],

@@ -31,0 +32,0 @@ "dependencies": {

@@ -33,13 +33,7 @@ # ldap-bridge

```bash
npm install @cepharum/ldap-bridge
npm install -g @cepharum/ldap-bridge
```
Create local copy of distributed configuration file:
Create configuration file **config.js** in current folder with content from [distributed template file](./config.dist.js). Review the content and adjust it according to your needs.
```bash
cp node_modules/@cepharum/ldap-bridge/config.dist.js config.js
```
Open file **config.js** in your favourite text editor and adjust it according to your needs.
Eventually start the service with:

@@ -46,0 +40,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc