Skip to content
Snippets Groups Projects
Verified Commit 8f6a20d7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update CHANGELOG

parent b8a75ca4
No related branches found
No related tags found
1 merge request!60FIX: ldap_authentication.sh
Pipeline #22166 passed
......@@ -11,14 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* `misc/pam_authentication/ldap.conf` is not used for configuring the
`ldap_authentication.sh` script anymore.
Use `misc/pam_authentication/ldap.env` instead and view the documentation
inside the file itself for more information.
### Deprecated
### Removed
### Fixed
* `ldap_authentication.sh <username>` failed on every attempt when used in
combination with OpenLDAP with default configuration.
* `ldap_authentication.sh` allowed empty and even wrong passwords when used in
combination with MS Active Directory when AD is configured to allow binding
with an empty password.
### Security
* `ldap_authentication.sh` allowed empty and even wrong passwords when used in
combination with MS Active Directory when AD is configured to allow binding
with an empty password. This is only relevant for non-default configurations
of the `PAM.pam_script` option in the `usersources.ini`.
## [0.7.2] - 2022-03-25
(Timm Fitschen)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment