mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
Add a method to create a group
This commit is contained in:
@@ -63,6 +63,11 @@ pub struct Group {
|
||||
pub users: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize)]
|
||||
pub struct CreateGroupRequest {
|
||||
pub display_name: String,
|
||||
}
|
||||
|
||||
#[derive(Clone, Serialize, Deserialize)]
|
||||
pub struct JWTClaims {
|
||||
pub exp: DateTime<Utc>,
|
||||
|
||||
Reference in New Issue
Block a user