feat: first time adding users to groups
This commit is contained in:
parent
57e07d49a7
commit
4e6c810e7b
3 changed files with 68 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue