From 2118952120363106b8d2a0bfbad9295422a655b7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 13 Jan 2017 19:43:01 -0800 Subject: [PATCH] send the ownerType as part of mailbox query --- src/ldap.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ldap.js b/src/ldap.js index 5b0b30e52..954127e2c 100644 --- a/src/ldap.js +++ b/src/ldap.js @@ -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 } };