Merge branch 'main' of github.com:stalwartlabs/mail-server

This commit is contained in:
mdecimus
2024-04-18 11:13:32 +02:00

View File

@@ -368,7 +368,7 @@ impl LdapMappings {
"posixaccount" | "individual" | "person" | "inetorgperson" => {
principal.typ = Type::Individual
}
"posixgroup" | "group" => principal.typ = Type::Group,
"posixgroup" | "groupofuniquenames" | "group" => principal.typ = Type::Group,
_ => continue,
}
break;