Skip to content

Releases: SynapseProject/handlers.ActiveDirectory.net

Synapse ActiveDirectory Handler and Api v1.0.18199.0

18 Jul 20:46
Compare
Choose a tag to compare
  • Added meaningful status messages on all successful actions.

Synapse ActiveDirectory Handler and Api v1.0.18193.0

17 Jul 22:11
Compare
Choose a tag to compare
  • Added ability to return more than 1000 rows from Search.
  • Fixed memory leak using SearchResultCollection.
  • Added ability to write search results to a file for large result sets.
  • Removed StatusId, ActionId and TypeId from results status block.
  • Added "Manager" field as valid input for Users. Allows for setting of Manager by Identity and not just by FQDN.
  • Added body parsing for Custom plans if entire body is a simple key/value structure.
  • Various minor bug fixes.

Synapse ActiveDirectory Handler and Api v1.0.18142.0

22 May 20:42
Compare
Choose a tag to compare
  • Added support for administration of COMPUTER objects in ActiveDirectory.
  • Bug Fixes.
  • Updated Supporting DLL's to newest versions.

Synapse ActiveDirectory Handler and Api v1.0.18129.0

09 May 19:13
Compare
Choose a tag to compare
  • Added support for Multiple Domains.
  • Added "Rename" functionality.
  • Added "Move" functionality.
  • Added human-readable fields in API return objects.
  • Created generic "execute plan" entry point that passes defined parameters to a plan.
  • Added "inheritance" to AccessRules.
  • Added option to not include "schema" objects on OrgUnits (DictionaryEntry based objects)
  • General Bug-fixes

Synapse ActiveDirectory Handler and Api v1.0.18050.0

19 Feb 20:58
Compare
Choose a tag to compare

Recompiled against 1.0 version of Synapse.Core

Synapse ActiveDirectory Handler and Api v1.0.18038.0

07 Feb 20:15
Compare
Choose a tag to compare
  • Added more supported fields to Objects.
  • Added more functionality around Users, Groups and OU's (Modify, Group Membership)
  • Fixed XML Serialization bugs
  • Implemented AccessRules for AD Objects
  • Added more options around controlling what is returned.
  • Added Search functionality
  • Code Cleanup
  • Added NUnit tests
  • Modified "return object" to be a single object whose structure is defined by the "type" returned.
  • Added "RoleManagement" functionality
  • Implemented "DaclRoleManager" to implement roles based on native AD Security.
  • Changed default root of API from "ad" to "myriad".

Synapse ActiveDirectory Handler and Api v0.1.17213.0-alpha

01 Aug 20:41
Compare
Choose a tag to compare

Initial release of ActiveDirectory Handler and Api that supports the following actions on Users, Groups and OrganizationalUnits where appropriate :

  • Create
  • Query
  • Modify
  • Delete
  • Add To Group
  • Remove From Group

handlers.Ldap.net v0.1.17165.0-beta

14 Jun 11:16
Compare
Choose a tag to compare
Pre-release

Initial release of LdapHandler.

  • Includes basic capability for User/Group SecurityPrincipal objects.