Merge branch 'main' of github.com:stalwartlabs/mail-server
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user