Skip to content

Releases: Commifreak/yii2-ldap-auth

1.2.1

02 Jun 07:59
Compare
Choose a tag to compare
  • Added $onlyActiveAccounts to searchUser which decides, if only active or all entries are returned.

1.2.0

01 Jun 11:37
Compare
Choose a tag to compare
  • The plugin now triggers autoDetect by default at startup and reorders the domains list. The autodetected domain is always on position 0.
    • The searchUser functions 4th param is not changed: bool values are no longer needed. It always searches now in every configured domain. If an int value is passed, it is used as static domain index for a fixed search in a specific domain
  • The login function now tries every domain until the first succeeded login by default, if no $domainKey is passed!

1.1.30

01 Jun 08:39
Compare
Choose a tag to compare
1.1.30 Pre-release
Pre-release
  • login: Passing false as domainKey now tries every domain for login.

1.1.29

17 May 09:22
Compare
Choose a tag to compare
  • More debug messages for IP-autodetection

1.1.28

17 May 08:41
Compare
Choose a tag to compare
  • Fix wrong return value for failed detection
  • Using now Yii's IP detection method (supports FORWARDED_FOR as well)

1.1.27

05 May 05:38
Compare
Choose a tag to compare
  • Fix fetchUserData for Usernames containing the whole DN

1.1.26

31 Mar 12:56
Compare
Choose a tag to compare
  • Hotfix fetchUserData: No objectsid

1.1.25

31 Mar 06:02
Compare
Choose a tag to compare
  • Fix $ldaprcfile is not defined

1.1.24

30 Mar 09:23
Compare
Choose a tag to compare

Requires at least PHP 7.3 now!

  • searchUser: Added option to overwrite domainKey
  • login: Added option to search target users DN and use its DN for login
  • Fixed HOME-Key missing under windows
  • objectsid is required, return error when missing.

1.1.23

15 Jan 10:58
Compare
Choose a tag to compare
  • Increased server check timeout from 3 to 5 seconds.