Releases: ltb-project/ltb-common
Releases · ltb-project/ltb-common
Version 0.3.0
ℹ️ LTB PHP LDAP
LTB PHP LDAP is a common PHP library for LTB PHP applications. The goal is to avoid any code duplication in these projects.
📄 What's Changed
- add a search function with scope (#17) by @davidcoutadeur in #18
- add a get_first_value method in LDAP (#23) by @davidcoutadeur in #24
- rename the project into ltb-common (#25) by @davidcoutadeur in #26
- remove composer.lock file (#21) by @davidcoutadeur in #27
- make search function use search_with_scope (#22) by @davidcoutadeur in #28
- fix phpunit deprecations by enabling attributes (#33) by @davidcoutadeur in #34
- fix ldap_first_entry signature (#914) by @davidcoutadeur in #35
- create cache functions (#37) by @davidcoutadeur in #38
- improve cache modularity (#40) by @davidcoutadeur in #41
- 36 add password policy by @davidcoutadeur in #39
- Active Directory Support by @coudot in #29
- Migrate Detect Language by @abpai94 in #20
- Generic method to get attribute values from LDAP by @abpai94 in #32
- add page size parameter in search function (#30) by @davidcoutadeur in #42
Full Changelog: v0.2.1...v0.3.0
🤝 New Contributors
👥 Main Team
Version 0.2.1
ℹ️ LTB PHP LDAP
LTB PHP LDAP is a common PHP library for LTB PHP applications. The goal is to avoid any code duplication in these projects.
📄 What's Changed
- fix modify_attributes_using_ppolicy function does not compute correctly its return values (#14) by @davidcoutadeur in #15
Full Changelog: v0.2.0...v0.2.1
👥 Main Team
Version 0.2.0
ℹ️ LTB PHP LDAP
LTB PHP LDAP is a common PHP library for LTB PHP applications. The goal is to avoid any code duplication in these projects.
📄 What's Changed
- Add Kerberos authentication by @coudot in #6
- PR: create unit tests for existing functions (#8) by @davidcoutadeur in #9
- 11 new password functions by @davidcoutadeur in #12
- don't use global variables any more (#4) by @davidcoutadeur in #13
Full Changelog: v0.1.0...v0.2.0
👥 Main Team
Version 0.1.0
First stable version of LTB PHP framework.
It includes functions for LDAP connection, LDAP search (with built-in sort function), getting value of an attribute, and send mail.