-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add config option details to README. Bump version to 0.3.0
- Loading branch information
Showing
4 changed files
with
138 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
ldap_authz_proxy (0.3.0-1) unstable; urgency=low | ||
|
||
* Rename some config options for clarity, add a few new ones | ||
* Security: redact bind passwords from logs | ||
* New features: | ||
- Support for LDAP sub-queries | ||
- Support for custom variables in LDAP queries (for shorter config) | ||
- Support for adding static attributes per section | ||
- Built-in help for config options | ||
- Config file dump option for debugging | ||
- Support quoting in config file | ||
- Configurable attribute delimiter in response headers | ||
|
||
-- Jarno Elonen <[email protected]> Tue, 22 Feb 2023 23:14:00 +0000 | ||
|
||
ldap_authz_proxy (0.2.1-1) unstable; urgency=low | ||
|
||
* Slightly optimize RAM use | ||
|