feat: first time adding users to groups

This commit is contained in:
silver 2023-06-18 17:19:59 +01:00
parent 57e07d49a7
commit 4e6c810e7b
3 changed files with 68 additions and 3 deletions

View file

@ -5,6 +5,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "update_groups"
[dependencies]
# for the ldap
ldap3="0.11.1"