Add changelog and news note about LSauth support of multiple user object types

This commit is contained in:
Benjamin Renard 2020-05-12 19:45:05 +02:00
parent 80cdd7a789
commit 8a98a6cf30
2 changed files with 6 additions and 0 deletions

3
debian/changelog vendored
View file

@ -29,6 +29,9 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium
* LSlog :
- fix handling non-string message
- add loggers, filters and format message by handlers
* LSauth :
- Add possibility to configure more than one LSobject type as user
- Add possibility to handle duplicated identifier
* LSauthMethod::CAS : Remove deprecated LSAUTH_CAS_SERVER_SSL_CERT parameter
(since corresponding bogus setCasServerCert() method has been remove in
phpCAS)

View file

@ -41,6 +41,9 @@ ldapsaisie (3.0.0-1) unstable; urgency=medium
using this new flexibility, a lot of small changes have been make, especially in
class files. The old-LSdebug function is now in way to be deprecated, or at least
deprioritized in favor of using LSlog :: debug().
- It's now possible to configure more than one LSobject type that can connect on
application as user. Consequently, if your LDAP directory contains more than one
type of users, LdapSaisie can now handle it.
Please see /usr/share/doc/ldapsaisie/changelog.Debian.gz for complete list of
changes.