🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/enieuw/ldap-proxy

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/enieuw/ldap-proxy

v0.2.4
Source
Go
Version published
Created
Source

ldap-proxy

LDAP-proxy cobbled together to offload traffic going to a downstream LDAP server. This proxy will cache incoming requests using a hash of the content as the hash key. If a cache miss happens during the transmission the proxy will automatically replay all packages since opening the connection with the client to the downstream server.

This proxy has the following three env vars:

Env varDefault
LISTEN_INTERFACE:389
TARGET_SERVER127.0.0.1:389
CACHE_DURATION_MINUTES15

FAQs

Package last updated on 31 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts