mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Fix ldap handler test after field resolution
This commit is contained in:
parent
cace6eb135
commit
9dd94f12a6
@ -486,7 +486,7 @@ mod tests {
|
|||||||
.with(eq(ListUsersRequest {
|
.with(eq(ListUsersRequest {
|
||||||
filters: Some(RequestFilter::And(vec![RequestFilter::Or(vec![
|
filters: Some(RequestFilter::And(vec![RequestFilter::Or(vec![
|
||||||
RequestFilter::Not(Box::new(RequestFilter::Equality(
|
RequestFilter::Not(Box::new(RequestFilter::Equality(
|
||||||
"uid".to_string(),
|
"user_id".to_string(),
|
||||||
"bob".to_string(),
|
"bob".to_string(),
|
||||||
))),
|
))),
|
||||||
])])),
|
])])),
|
||||||
|
Loading…
Reference in New Issue
Block a user