Files
sogo/SoObjects/SOGo
Jesús García Sáez 0f432b654f oc: Fix internal EntryIds properties on multidomain
PidTag*EntryId properties were not being generated (which contain
the email address and so on). Functionality on Outlook clients like
"Reply All" were not working because of this (probably a lot more
stuff related with email addresses).

With multidomain support enabled outlook clients will use full email
address (e.g. user@domain.com) as login.

This change is needed because we were performing ldap queries on samdb
using (sAMAccountName=UIDFieldName), being UIDFieldName the parameter
configured in sogo.conf for that source. In multidomain environment
this field could be `sAMAccountName` but it could not. Actually the
more logical scenario will be to use `uid` field here (which will be
just `user`, without the `@domain.com` part).

SOGoUserManager will return `sAMAccountName` if the contact has it
(in Outlook environment that means always) so it can (and must) be
used to query samdb in MAPIStoreSamDBUtils properly.

TL;DR: use sAMAccoutName instead of uid to query samdb
2015-04-16 11:32:24 +02:00
..
2015-01-23 15:32:22 -05:00
2012-10-22 10:09:13 -04:00
2012-10-22 10:09:13 -04:00
2010-09-02 19:11:20 +00:00
2011-02-17 20:55:19 +00:00
2015-03-03 21:23:19 -05:00
2010-03-18 12:58:39 +00:00
2013-08-27 12:56:07 -04:00
2013-08-27 12:56:07 -04:00
2014-12-11 13:31:32 -05:00
2012-10-22 10:09:13 -04:00
2015-01-06 10:59:56 -05:00
2015-01-06 10:59:56 -05:00
2015-01-06 10:59:56 -05:00
2014-12-22 12:39:58 -05:00
2012-05-31 12:36:00 +00:00
2012-01-30 19:07:24 +00:00
2014-12-22 15:26:22 -05:00
2015-01-23 15:32:22 -05:00
2015-01-06 10:59:56 -05:00
2015-01-06 10:59:56 -05:00
2014-05-15 14:45:32 -04:00
2013-06-19 17:36:43 -04:00
2013-06-19 15:45:40 -04:00
2014-11-26 13:00:47 -05:00
2014-11-26 13:00:47 -05:00
2015-02-09 16:12:59 -05:00
2014-12-11 13:31:32 -05:00
2014-12-11 13:31:32 -05:00
2014-10-09 15:51:30 -04:00
2015-03-03 21:26:09 -05:00
2009-10-15 21:33:56 +00:00
2012-11-26 13:13:06 -05:00
2015-01-09 09:04:15 -05:00
2015-01-09 09:04:15 -05:00
2015-01-09 09:04:15 -05:00
2015-01-09 09:04:15 -05:00
2012-01-31 20:18:49 +00:00
2014-05-14 09:58:05 -04:00