Commit graph

28 commits

Author SHA1 Message Date
robvde
0ecd34363a Fixed: When deleting an exchange user the operations failed with "Cannot delete
object when there are leaf objects

Ensure activesync devices are removed before deleting or disabling a mailbox
2012-08-10 11:28:02 +04:00
robvde
4552d47fc4 Fixed: 8Gb mailbox limitation. Replaced variables to hold bigger numbers 2012-08-06 07:44:21 +04:00
robvde
aee7e0f358 Fixed BlackBerry 5 Provider: admin tool now invoked with the -n <FQDN> option.
Ensure you configure the FQDN in the provider configuration e.g.
bes01.hosting.local:3443
2012-07-31 17:19:10 +04:00
robvde
6942c229fe Fix: Unable to create public folders with the same name. "sAMAccountName" didnt
get registered within ExchangeAccounts. Server Component updated to ensure
either netbios domain or "samaccountname" is returned. ES Server Component
updated to ensure it's stored within the database.
2012-07-30 22:37:41 +04:00
robvde
418c11cdf5 Fix: Unable to create contacts with same displayName. GetContactGeneralSetting
was not returning generated sAMAccountNAme
2012-07-30 21:06:29 +04:00
robvde
76f6ea43cf Fix on: If you want to add another user with some specific Public folders
permission during PF creation, it crashes with information that \user@domain.com
 does not exist. There is unwanted "\" character before user's UPN.

Fix on:  You can create new public folder, can see in Public Folder Management
Console that it was created OK, with correct implicit rights (Anonymous = Create
 items, Default = None, my.hosted.org = Reviewer). But you are not able to see
 this Public Folder in WebsitePanel. Cannot add other accounts because there is
 nothing to choose.

 Applied fix:
 if account contains a '@' no '\' will be applied

 GetExchangeAccounts sp modified: LEFT OUTER JOIN instead of INNER JOIN
2012-07-25 23:22:54 +04:00
robvde
da0966657b Object not found when creating distributionlist fixed 2012-07-10 14:19:05 +04:00
robvde
a240fcebc6 Lync Server 2010 Multitenant Core Unified Communications Support Added
Enterprise voice support to follow soon
2012-07-10 11:19:55 +04:00
robvde
50f2c43315 Significant amount of changes to hosted organizations and exchange:
Exchange 2010 SP2 provisioning separated through a new provider
Exchange 2010 SP2 now compliant with product group guidelines
Support for Database Availability Group
Fixed Distribution List view scope to only tenant
Consumer support (individual mailboxes as hotmail) added
Mailbox configuration moved to mailbox plans concept
CN creation is now based on UPN
sAMAccountName generation revised and decoupled from tenant name
2007 (ACL Based), 2010 (ACL Bases), 2010 SP2 (ABP) supported
Automated Hosted Organization provisioning added to create hosting space
Enterprise Server webservice extended with ImportMethod
Mobile tab fixed
Added more information to users listview
2012-07-09 12:03:24 +04:00
omara
127a7fc1dd Update Copyright information on updated files
Change Copyright date on footer
2012-07-04 08:37:14 -04:00
robvde
a0d9e59db2 Updated Hosted Sharepoing Provider (Foundation 2010):
A) Powershell support added within the provider
B) Now returns the actual deployed language packs
C) The PeoplePicker points to the organization OU and shows only the users from
the tentant organization. A requirement when used with Exchange 2010 SP2
Addressbook Policies
D) Shared SSL root added to use wild card certificates as part of hosting plan.
When enabled the host name is generated.
E) Search fix: Provisioning of localhost file where the server component is
active. This system expected to be the search server. Within the local hostfile
the sites are listed with their local ip address so the search server can resolve
the site and crawl through their data.

This component needs to be compiled with .NET 2.0 together with Provers.Base,
OS.Windows2003, OS.Windows2008, Server.Utils, and Server components.

Out standing is to update the build and deployment package for a dedicated
 deployment packaged so this component is using .NET 2.0, all other should be
 using .NET 4.0. This will eliminate the configuration circus that was required
 to get the .NET 4.0 version of this component working previously.
2012-07-01 08:24:49 +04:00
omara
a62703d32f Exchange Module: Add ability to manage all built-in security types in public folder management. 2012-06-06 19:45:41 -04:00
omara
5326d4ff26 Update Outercurve Copyright to 2012 in all files 2012-06-04 22:14:11 -04:00
studio-red
312872a956 Fixed issue as described by yodaict:
"I think this happens if the Active Directory Recycle Bin is enabled on domain level. As kensasongko mentioned changing line 472 to ActiveDirectoryUtils.DeleteADObject(path, true); fixes the problem"
2012-04-16 20:45:47 -04:00
rdolezel
7c91432905 ObjToString() rollback, the problem was caused by obsolete referenced DLLs 2012-03-27 18:24:42 +02:00
rdolezel
24a0f48480 Fix to support Exchange 2007 or 2010 without ABP 2012-03-21 19:10:41 +01:00
rdolezel
35488351cd OABs generated from Default GALs. Fixed errors when creating room mailbox. 2012-03-21 16:45:41 +01:00
feodor_fitsner
e903cc6273 Added: Auto Distribution of New Mailboxes in Exchange (item #168) 2012-03-07 15:05:50 -08:00
feodor_fitsner
094c838d85 Merge with Omar 2012-03-05 15:17:46 -08:00
omara
8a99080a90 Addressbook Policy Changes. Add Code to Create Rooms per Organization. 2012-03-04 15:12:25 -05:00
feodor_fitsner
fb5a42e9c7 "WebsitePanel.Providers.Base", "WebsitePanel.Server.Utils", "WebsitePanel.Server", "WebsitePanel.Providers.HostedSolution" and "WebsitePanel.Providers.ExchangeHostedEdition" projects were retargeted to .NET 3.5 to support Exchange 2010 SP2 provider working in .NET 2.0 runtime.
Fixed output paths for SmarterMail 7 and 9 providers.
2012-02-20 14:20:54 -08:00
feodor_fitsner
39a8bd6797 Merge with Exchange SP2 changes 2012-02-20 09:30:18 -08:00
omara
d01b735e6f Various changes 2012-01-11 21:02:33 -05:00
omara
1ca6c02fd1 Updated ABP Code to check Exchange Version for SP2 and App Setting 2012-01-11 20:58:13 -05:00
omara
2a5b26ba1c Exchange SP2 Addressbook Policy Support - Using this code will currently break SP1 or earlier implementation 2012-01-08 22:58:57 -05:00
Feodor Fitsner
bdfb36e6e1 - Removed Directi provider from Enterprise Server solution to avoid build error
- Fixed references to Exchange assemblies
2011-11-14 16:29:38 -08:00
Grzegorz
663995eac7 Added support for MySQL 5.5. All changes has been found on Sourceforge/WSP forums 2011-10-31 14:40:09 +01:00
ptsurbeleu
b03b0b373f Initial project's source code check-in. 2011-07-13 16:07:32 -07:00