excluding expired/locked users from having a private folder; fixed groups (sqlite3)

This commit is contained in:
Ludwig Lehnert
2026-02-18 19:13:25 +01:00
parent 6d9476c578
commit 43bcb08548
3 changed files with 96 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ RUN apt-get update \
python3 \
samba \
samba-vfs-modules \
sqlite3 \
tini \
winbind \
&& rm -rf /var/lib/apt/lists/*