mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Add changelog and news note about LSauth support of multiple user object types
This commit is contained in:
parent
80cdd7a789
commit
8a98a6cf30
2 changed files with 6 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -29,6 +29,9 @@ ldapsaisie (3.0.0-1) UNRELEASED; urgency=medium
|
||||||
* LSlog :
|
* LSlog :
|
||||||
- fix handling non-string message
|
- fix handling non-string message
|
||||||
- add loggers, filters and format message by handlers
|
- 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
|
* LSauthMethod::CAS : Remove deprecated LSAUTH_CAS_SERVER_SSL_CERT parameter
|
||||||
(since corresponding bogus setCasServerCert() method has been remove in
|
(since corresponding bogus setCasServerCert() method has been remove in
|
||||||
phpCAS)
|
phpCAS)
|
||||||
|
|
3
debian/ldapsaisie.NEWS
vendored
3
debian/ldapsaisie.NEWS
vendored
|
@ -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
|
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
|
class files. The old-LSdebug function is now in way to be deprecated, or at least
|
||||||
deprioritized in favor of using LSlog :: debug().
|
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
|
Please see /usr/share/doc/ldapsaisie/changelog.Debian.gz for complete list of
|
||||||
changes.
|
changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue