app: add user attributes schema page (#802)

This commit is contained in:
Austin Alvarado
2024-01-22 21:53:33 -07:00
committed by GitHub
parent c2eed8909a
commit b78e093205
17 changed files with 816 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.72
FROM rust:1.74
ARG USERNAME=lldapdev
# We need to keep the user as 1001 to match the GitHub runner's UID.