forked from YetOpen/yii2-usuario-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
68 lines (45 loc) · 1.93 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Yii2 Usuario LDAP Changelog
===========================
1.3.6 Oct 16, 2023
- Update UsuarioLdapComponent.php to avoid error when login succed but I'm not able to find ldap user
1.3.5 Aug 30, 2023
- Logging always with internal methods
- Improve ActiveDirectory user search and user attributes correspondence
1.3.4 Jul 03, 2023
- Respect usuario classMap configuration when using usuario Profile class
1.3.3 Gen 09, 2023
-------------------------
- Added possibility to change `userAccountControl` when creating a new LDAP user
- Added possibility to assign LDAP groups based on their assigned RBAC roles (both when creating and assigning/removing them via usuario's admin page)
- Now sets `samaccountname` from the `username` when creating or updating a new user
- Added flash messages and relative translations
- Fixed event catch when updating users via usuario's admin page
- Fixed password validation in account update page
- Other minor improvements
1.3.2 Dec 20, 2022
-------------------------
- Update Adldap2 library and add new fields in ldap user search
- Perform LDAP auth in event LoginForm::EVENT_BEFORE_LOGIN
1.3.1 Dec 15, 2022
-------------------------
- Possibility to have no second LDAP config, more entropy for LDAP user password creation
1.3.0 Jul 05, 2022
-------------------------
- Throwing a `LdapConfigurationErrorException` when it's unable to connect to a LDAP provider;
- Throwing a `NoLdapUserException` when user is not found, except during `beforeLogin` event;
- Fixed error when the user is not found with php 7.4.
1.2.1 Jan 21, 2022
-------------------------
- Fixed error when the user is not found with php 7.4.
1.2.0 Jan 05, 2021
-------------------------
- Fixed csrf token problem due to redirect.
1.1.0 May 28, 2019
-------------------------
- Improved authentication method.
1.0.1 Jan 18, 2019
-------------------------
- Fixed extension namespace.
1.0.0 Jan 15, 2019
-------------------------
- Initial release.