DarFig / xrdpimage

xrdp docker image + ldap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sshbaseimage

Base container image. With ldap authentication and ssh access.

FROM ubuntu:20.04

ENV VAR

  • LDAP_URI="ldap://"
  • LDAP_BASE="dc=default,dc=com"
  • LDAP_VERSION="3"
  • PAM_PASSWORD="md5"

PULL

docker pull ghcr.io/darfig/sshbaseimage:latest

About

xrdp docker image + ldap

License:MIT License


Languages

Language:Dockerfile 45.3%Language:Lua 43.7%Language:Shell 11.0%