diff --git a/buildargs.env b/buildargs.env index 9756ef3..cf089f1 100644 --- a/buildargs.env +++ b/buildargs.env @@ -2,7 +2,7 @@ BUILD_BASE_IMAGE=debian:bookworm BUILD_COUNTRY=de BUILD_TAG=bookworm-de -BUILD_TAG_LATEST=y +BUILD_TAG_LATEST=n BUILD_LANG=de_DE.UTF-8 BUILD_LANGUAGE=de_DE:de BUILD_LC_ALL=de_DE.UTF-8 @@ -12,16 +12,16 @@ BUILD_APP_NAME=base-image-debian-rdp-ldap BUILD_APP_VERSION=1.0.0 PUSH=gitea -## ENV STAGE (Wichtig für deinen Gitea-Workflow) +## ENV STAGE ENV_SSSD_DEBUG_LEVEL=5 -ENV_LDAP_URI=ldap://10.0.2.123:389 -ENV_LDAP_BASE_DN=dc=pi-farm,dc=de -ENV_LDAP_BIND_DN=cn=admin,dc=pi-farm,dc=de -ENV_LDAP_BIND_PASSWORD=YOUR-SUPER-SECRET-PASSWORD -ENV_LDAP_SUDO_GROUP=sudo_users +ENV_LDAP_URI=ldap://YOUR-LDAP-SERVER:389 +ENV_LDAP_BASE_DN=dc=YOUR-DOMAIN,dc=LOC +ENV_LDAP_BIND_DN=cn=YOUR-BIND-USER,dc=YOUR-DOMAIN,dc=LOC +ENV_LDAP_BIND_PASSWORD=YOUR-SUPER-SECRET-BIND-PASSWORD +ENV_LDAP_SUDO_GROUP=YOUR-SUDO-USERS-GROUP ## DOCKER / COMPOSE CONFIG -VOL_HOME=./home:/home +VOL_HOME=./YOUR-PERSISTENT-FOLDER:/home PORT_RDP=3889 -DESCRIPTION="Debian Desktop with LDAP-Auth, Gitea-Workflow compatible" \ No newline at end of file +DESCRIPTION="Debian Desktop with LDAP-Authentication. To use behind Guacamole with LDAP-Authentication and pass-through to Debian-Desktop." \ No newline at end of file