Skip to content

Releases: westerndigitalcorporation/DirectoryLib

Release 2.2.5

09 Dec 19:03
Compare
Choose a tag to compare

Added properties Manager and DirectReports, and method GetUserByDistinguishedName()

Release 2.2.3

10 Jun 18:56
Compare
Choose a tag to compare

Bug fixes for netbios name handling.

Release 2.2.1

19 May 22:17
Compare
Choose a tag to compare

Minor bug fix in method GetDomainFromDistinguishedName()
2.2.1.zip

Release 2.2.0

09 Feb 01:29
Compare
Choose a tag to compare

Added methods to query by Guid. Also added a property to UserAccount: ObjectGuidAsString and deprecated the older property ObjectGuidAsHex, which is not formatted according to proper convention for UUID version 4

2.1.1

23 Jan 00:56
Compare
Choose a tag to compare
Bug fix for login

Make sure login context uses the domain of the UserAccount

2.1.0

22 Jan 00:32
Compare
Choose a tag to compare

Allow searching using GC or LDAP protocol. Bug fix for GetMaxPasswordAgeInDays. Added parameter to most of the GetUser methods to allow searching only in a particular domain

Updated binaries with bug fix committed afterwards.

2.0.3

20 Jan 20:54
Compare
Choose a tag to compare

Switch to auth using Distinguished Name instead of domain/SAM

2.0.2

20 Jan 18:52
Compare
Choose a tag to compare

Added support for getting a user by email. Fixed bugs caused by assumptions about the format of UPNs

2.0.1

07 Oct 01:21
Compare
Choose a tag to compare

Added support for checking password expiration policy to fix #1

2.0.0

10 Sep 01:19
Compare
Choose a tag to compare

Changing AccountStatus enum to Pascal case.
See MSDN for Enum naming guidelines:
https://msdn.microsoft.com/en-us/library/4x252001(v=vs.71).aspx