base-image-debian-rdp-ldap

Debian Desktop with LDAP-Authentication and Pulse-Audio. To use behind Guacamole with LDAP-Authentication and pass-through to Debian-Desktop.

Build Status Gitea Repo

This repository is built and pushed automatically.

Docker Hub

🏗️ Platform Support

Architecture Status Base Image Build Date
x86_64 (amd64) Active debian:bookworm 09.04.2026 16:15
aarch64 (arm64) Active debian:bookworm 09.04.2026 16:15

🚀 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 16:15

📜 Version History

Version Date Status
bookworm-de 09.04.2026 16:15 Merge pull request dev (#2) from dev into main Reviewed-on: #2
Description
No description provided
Readme Apache-2.0 146 KiB
Languages
Dockerfile 70.1%
Shell 29.9%