@cepharum/ldap-bridge
Advanced tools
Comparing version 0.1.0-rc.3 to 0.1.0-rc.4
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30161
11
698
68