send the ownerType as part of mailbox query

This commit is contained in:
Girish Ramakrishnan
2017-01-13 19:43:01 -08:00
parent d45927cdf4
commit 2118952120
+2 -1
View File
@@ -152,7 +152,8 @@ function mailboxSearch(req, res, next) {
objectcategory: 'mailbox',
cn: mailbox.name,
uid: mailbox.name,
mail: mailbox.name + '@' + config.fqdn()
mail: mailbox.name + '@' + config.fqdn(),
ownerType: mailbox.ownerType
}
};