ldap: Implement group listing, fix various bugs

This commit is contained in:
Valentin Tolmer
2021-10-24 01:01:35 +09:00
committed by nitnelave
parent 5a00b7d8bb
commit 107c8ec96e
6 changed files with 236 additions and 68 deletions

View File

@@ -24,6 +24,7 @@ RUN set -x \
# Prepare the dependency list.
FROM chef AS planner
COPY . .
USER root
RUN cargo chef prepare --recipe-path recipe.json
# Build dependencies