Releases: edvler/yii2-adldap-module
Releases · edvler/yii2-adldap-module
Codename: Schnappi
Codename: Snow
- Updated to Adldap2 version 9
- Updated documentation
Codename: Snoopstein
Changes in this release:
- Updated to Adldap2 v8
- Created a documentation for create, modify and delete operations (https://github.com/edvler/yii2-adldap-module/blob/master/docs/CREATE_MODIFY_DELETE_OBJECTS.md)
- Rewrite of the test suite to include tests for all functions used in documentation
New features
This release has some new features:
- Search with any avaliable LDAP-Attribute for a user. See findByAttribute function
- Use nested groups for role assignment. See group assignment option SEARCH_NESTED_GROUPS
Devloper related features:
- Tests. See Test Folder
- Profiling support. See extension option ENABLE_YII2_PROFILING
I've updated the readme's!
Inheritance optimizations
- Replace self keyswords with static keywords in the Edvlerblog\Adldap2\model\UserDbLdap.php.
- Now extending the class Edvlerblog\Adldap2\model\UserDbLdap.php and rewriting functions of the class works.
Changed license to BSD-3-Clause
- Changed license to BSD-3-Clause
Usage in commerical or closed source projects is now possible.
Adldap2 v7 and Yii2 RBAC integration
- Added password expiry function
Adldap2 v7 and Yii2 RBAC integration
- Added option to define schema in provider's configuration (thanks to https://github.com/mikefi)
Adldap2 v7 and Yii2 RBAC integration
- Now using Adldap2 v7
- RBAC User Model for a complete integration into the Yii2 security model. For documentation start at Readme.md section "Usage method 2"
- Simple usage is still possible. For documentation start at Readme.md section "Usage method 1"
Adldap2 v6.1 and Yii2 RBAC integration
- Now using Adldap2 v6.1 (https://github.com/Adldap2/Adldap2/blob/v6.1/docs/)
- RBAC User Model for a complete integration into the Yii2 security model. For documentation start at Readme.md section "Usage method 2"
- Simple usage is still possible. For documentation start at Readme.md section "Usage method 1"