server: removed dbg

This commit is contained in:
Valentin Tolmer
2023-02-13 15:46:48 +01:00
committed by nitnelave
parent 81036943c2
commit 1ce239103c
2 changed files with 0 additions and 4 deletions

View File

@@ -107,8 +107,6 @@ fn make_ldap_search_user_result_entry(
) -> LdapSearchResultEntry {
let expanded_attributes = expand_user_attribute_wildcards(attributes);
let dn = format!("uid={},ou=people,{}", user.user_id.as_str(), base_dn_str);
dbg!(&attributes, &expanded_attributes, &user);
LdapSearchResultEntry {
dn,
attributes: expanded_attributes