ldap: Add support for memberOf and wildcards
This commit is contained in:
committed by
nitnelave
parent
c0d866b77b
commit
09a23a1e59
@@ -48,6 +48,8 @@ pub enum RequestFilter {
|
||||
Or(Vec<RequestFilter>),
|
||||
Not(Box<RequestFilter>),
|
||||
Equality(String, String),
|
||||
// Check if a user belongs to a group.
|
||||
MemberOf(String),
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Debug, Serialize, Deserialize, Clone, Default)]
|
||||
|
||||
Reference in New Issue
Block a user