Skip to content

Caching LDAP proxy for offloading your downstream LDAP servers

Notifications You must be signed in to change notification settings

enieuw/ldap-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 var Default
LISTEN_INTERFACE :389
TARGET_SERVER 127.0.0.1:389
CACHE_DURATION_MINUTES 15

About

Caching LDAP proxy for offloading your downstream LDAP servers

Resources

Stars

Watchers

Forks

Packages

No packages published