52c12da10f4e4d04f2facb5fa48d43ec73ccdca0
base-image-debian-rdp-ldap
Debian Desktop with LDAP-Authentication. To use behind Guacamole with LDAP-Authentication and pass-through to Debian-Desktop.
This repository is built and pushed automatically.
🏗️ Platform Support
| Architecture | Status | Base Image | Build Date |
|---|---|---|---|
| x86_64 (amd64) | ✅ Active | debian:bookworm | 09.04.2026 15:23 |
| aarch64 (arm64) | ✅ Active | debian:bookworm | 09.04.2026 15:23 |
🚀 Docker Pull
docker pull git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
🚀 Docker Compose
services:
base-image-debian-rdp-ldap:
image: git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
container_name: base-image-debian-rdp-ldap
restart: unless-stopped
ports:
- 3889
environment:
- SSSD_DEBUG_LEVEL=5
- LDAP_URI=ldap://YOUR-LDAP-SERVER:389
- LDAP_BASE_DN=dc=YOUR-DOMAIN,dc=LOC
- LDAP_BIND_DN=cn=YOUR-BIND-USER,dc=YOUR-DOMAIN,dc=LOC
- LDAP_BIND_PASSWORD=YOUR-SUPER-SECRET-BIND-PASSWORD
- LDAP_SUDO_GROUP=YOUR-SUDO-USERS-GROUP
volumes:
- ./YOUR-PERSISTENT-FOLDER:/home
🚀 Docker Run
docker run -d \
--name base-image-debian-rdp-ldap \
--restart unless-stopped \
-e SSSD_DEBUG_LEVEL=5 \
-e LDAP_URI=ldap://YOUR-LDAP-SERVER:389 \
-e LDAP_BASE_DN=dc=YOUR-DOMAIN,dc=LOC \
-e LDAP_BIND_DN=cn=YOUR-BIND-USER,dc=YOUR-DOMAIN,dc=LOC \
-e LDAP_BIND_PASSWORD=YOUR-SUPER-SECRET-BIND-PASSWORD \
-e LDAP_SUDO_GROUP=YOUR-SUDO-USERS-GROUP \
-v ./YOUR-PERSISTENT-FOLDER:/home \
-p 3889 \
git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
Last updated on: 09.04.2026 15:23
📜 Version History
| Version | Date | Status |
|---|---|---|
| bookworm-de | 09.04.2026 15:23 | ✅ |
| trixie-de | 09.04.2026 14:58 | ✅ |
| bookworm-de | 09.04.2026 14:13 | ✅ |
| bookworm-de | 09.04.2026 13:10 | ✅ |
| bookworm-de | 09.04.2026 11:58 | ✅ |
| bookworm-de | 09.04.2026 10:11 | ✅ |
| bookworm-de | 07.04.2026 19:27 | ✅ |
| bookworm-de | 07.04.2026 17:38 | ✅ |
| bookworm-de | 05.04.2026 11:47 | ✅ |
| bookworm-de | 05.04.2026 11:20 | ✅ |
| bookworm-de | 04.04.2026 00:31 | ✅ |
| bookworm-de | 02.04.2026 17:26 | ✅ |
| bookworm-de | 02.04.2026 16:44 | ✅ |
| bookworm-de | 02.04.2026 15:37 | ✅ |
| bookworm | 02.04.2026 14:15 | ✅ |
Description
Languages
Dockerfile
70.1%
Shell
29.9%