mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	
							parent
							
								
									91ada70c7d
								
							
						
					
					
						commit
						4213bfe252
					
				@ -45,11 +45,7 @@ pub fn get_user_attribute(
 | 
				
			|||||||
            .into_iter()
 | 
					            .into_iter()
 | 
				
			||||||
            .flatten()
 | 
					            .flatten()
 | 
				
			||||||
            .map(|id_and_name| {
 | 
					            .map(|id_and_name| {
 | 
				
			||||||
                format!(
 | 
					                format!("cn={},ou=groups,{}", &id_and_name.display_name, base_dn_str).into_bytes()
 | 
				
			||||||
                    "uid={},ou=groups,{}",
 | 
					 | 
				
			||||||
                    &id_and_name.display_name, base_dn_str
 | 
					 | 
				
			||||||
                )
 | 
					 | 
				
			||||||
                .into_bytes()
 | 
					 | 
				
			||||||
            })
 | 
					            })
 | 
				
			||||||
            .collect(),
 | 
					            .collect(),
 | 
				
			||||||
        "cn" | "displayname" => vec![user.display_name.clone()?.into_bytes()],
 | 
					        "cn" | "displayname" => vec![user.display_name.clone()?.into_bytes()],
 | 
				
			||||||
 | 
				
			|||||||
@ -949,7 +949,7 @@ mod tests {
 | 
				
			|||||||
                    dn: "uid=bob,ou=people,dc=example,dc=com".to_string(),
 | 
					                    dn: "uid=bob,ou=people,dc=example,dc=com".to_string(),
 | 
				
			||||||
                    attributes: vec![LdapPartialAttribute {
 | 
					                    attributes: vec![LdapPartialAttribute {
 | 
				
			||||||
                        atype: "memberOf".to_string(),
 | 
					                        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(),
 | 
					                make_search_success(),
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user