committed by
nitnelave
parent
91ada70c7d
commit
46b8f2a8a5
@@ -949,7 +949,7 @@ mod tests {
|
||||
dn: "uid=bob,ou=people,dc=example,dc=com".to_string(),
|
||||
attributes: vec![LdapPartialAttribute {
|
||||
atype: "memberOf".to_string(),
|
||||
vals: vec![b"uid=rockstars,ou=groups,dc=example,dc=com".to_vec()]
|
||||
vals: vec![b"cn=rockstars,ou=groups,dc=example,dc=com".to_vec()]
|
||||
}],
|
||||
}),
|
||||
make_search_success(),
|
||||
|
||||
Reference in New Issue
Block a user