Releases: zeronetworks/ldapfw
Releases · zeronetworks/ldapfw
LDAP Firewall v1.0.0
LDAP Firewall v0.1.2
Added support for groups in rules.
LDAP Firewall v0.1.1
Improved config file validation.
LDAP Firewall v0.1.0
Added support for setting scope in search operation rules.
LDAP Firewall v0.0.9
Fixed bug that prevented LDAPFW installation on Windows 2016.
v0.0.81
LDAP Firewall v0.0.8
Version changes:
- The /install flag now installs LDAPFW as a Windows service. The option to install the firewall not as a service has been removed.
- A filter defined in a rule will now match if it is a substring of the incoming search filter (instead of string equality)
- Matching for filter, oid, dn and attributes are now case-insensitive
- New event log added for when the LDAPFW config has been updated (using the /update flag)
- The /v & /vv debug flags have been deprecated. Debug logging can be enabled as a key in the config.json file.
- A new check has been added to verify ldapFwManager.exe is running as admin
LDAP Firewall v0.0.7
Attributes matching is now case-insensitive
LDAP Firewall v0.0.6
This version includes:
- Persistence mechanism for LDAPFW (install as a service with the /service flag)
- Verification that lsass is not a protected process prior to LDAPFW installation
LDAP Firewall v0.0.5
Bug fixes