0
Completed

Identity Broker for SharePoint update for 2013 and new feature requests

Richard Green 9 years ago in UNIFYBroker/Microsoft SharePoint updated by anonymous 9 years ago 3

Update connector to work with SharePoint 2013.

A change was made to the domain casing so that they are consistent, in this case I added .ToLowerInvariant() to user.Domain (AccountNameToDistinguishedNameAdapter.cs, Line 43)
As i mentioned this might not be applicable to all sites, so an option to enable/disable would be appropriate. Possibly also an option to select between Upper or Lower case might be useful too.


SP2013 Dlls.zip
  • Consider removing NetworkIdentity, doesn't appear to add anything;
  • Allow AccountName to change to string, if it has then don't convert to/from a dn and pass straight to SharePoint;

Richard Green, an updated version is available on SUBIDBSP:Downloads.

Resolved, please confirm.