ui: add user attributes page

todo
This commit is contained in:
Austin Alvarado
2024-01-18 05:41:06 +00:00
parent 6f905b1ca9
commit 55225bc15b
10 changed files with 621 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.