All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- User can now select AuthType to resolve error message: "The server does not support the control. The control is critical." (#17) Try selecting NTLM or Basic for AuthType on the Settings page if you get this error.
- Fixed bug in ClickOnce application where domains.txt did not contain the list of valid top level domains (#68)
- Fixed bug in MSI application where domains.txt was not copied to the installation folder (#69)
- Added CommonName (CN) attribute to results for easier sorting (#28)
- targetAddress is allowed to be blank when homeMdb is populated for dedicated tenants (#39)
- Apostrophe is an allowed character again (#46)
- Added .africa to list of valid top level domains (#59)
- You can now add to the list of valid top level domains by editing the domains.txt file located in the same folder as IdFix.exe (#59)
- Fixed case-sensitive check for non-replicated attributes (#63)
- Fixed bug in proxyAddress duplicate detection when values differ only in casing (#29, #40)
- When a duplicate LDAP attribute is detected, all affected accounts are displayed. (#40)
- When connecting to a Global Catalog Server on port 3268 and the attributes for validation are not replicated, a warning is displayed
- When connecting using LDAP port (389) or secure LDAP port (636), a warning is displayed indicating that only the local domain will be checked and not the entire forest
- Added MSI installation package for users that cannot use the ClickOnce application (#20, #32, #35, #36, #41, #42) NOTE: The MSI installation is not self-updating and will not check for updates
- A 64-bit operating system is now required to run IdFix
- Added .swiss to list of valid top level domains (#38)
- Fixed false errors about parenthesis ( ) characters in x500 Addresses (#16)
- Fixed Search Base not working (#25)
- Full refactoring of existing code
- Fixed issue with tld errors being misreported
- Fixed issue with valid x400 & x500 addresses being flagged as invalid
- Added check for (') char in proxy address and UPN
- Added Alternate ID option in the settings that permit to skip checks on UserPrincipalName attribute
- Added .gmbh to list of valid domain extensions
- Added .cloud to the list of tld's supported by the application (#5)
- Fixed credentials bug (#6)
- Added .edu.au to the list of tld's supported by the application. (#1)
First open source release from GitHub!
Initial commit from original Microsoft internal vsts source