# LdapTcpProxy **Repository Path**: mirrors_aschoerk/LdapTcpProxy ## Basic Information - **Project Name**: LdapTcpProxy - **Description**: Simple Tcp Proxy to allow docker containers to use the hosts firewall rules when using LDAP - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-16 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LdapTcpProxy Used to allow Ldap-Request from a docker container via the Host. The problem: The LDAP-Server only allows the host to connect. So running containers are unable to connect. The proxy works completely on Tcp-Level. Call: java -jar LdapTcpProxy.jar Or install a user-service in * cp ldapproxy.service .config/systemd/user/ldapproxy.service * systemctl --user daemon-reload * systemctl --user enable ldapproxy * systemctl --user start ldapproxy