Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
96c6d188 04/25/2023 01:12 PM Adam Ruzicka

Fixes #36309 - Increase LDAP auth source password length limit

The database field is 255 characters long, but the encryption adds quite
a lot of fluff. From my testing, 69 characters is the longest password
than can fit in.

Both FreeIPA and openldap cli tools seem to support passwords...

0070c1d9 01/04/2021 02:29 PM Ondřej Ezr

Fixes #31517 - do not use deprecated Net::LDAP:LdapError

`Net::LDAP::LdapError` has been deprecated in favor of `Net::LDAP::Error` since https://github.com/ruby-ldap/ruby-net-ldap/commit/c9d36cdf919e01996da5c61838c10c1bc59f3e81#diff-8e534ef69e7fb9fbb691ec029ba3883243f8ffec6c89f9fadfa13a73d5b737fb....

db56f2ac 12/24/2020 07:26 AM Ondřej Ezr

Fixes #31165 - sync usergroups only for given user :racehorse:

In @17c4b47 we've disabled synchronization of groups for user from different auth sources.
That gave us oportunity to sync the groups directly from fetched groups.

This is changing the Auditing of group membership, as of now it is being audited as User update, not Usergroup update.

82b4a36d 03/18/2020 10:56 AM Michael Moll

Fixes #19892 - Fix Style/Proc cop

c86ed9c6 03/18/2020 09:11 AM Michael Moll

Fixes #19896 - Fix Style/RedundantSelf cop

8823aa3a 03/08/2020 01:17 PM Michael Moll

Fixes #29163 - Update Rubocop to 0.80

44e19b35 02/28/2020 01:14 PM Michael Moll

Fixes #19792 - Fix Layout/SpaceInsideBlockBraces cop

32c0365f 02/19/2020 01:17 PM Leos Stejskal

Fixes #28347 - Add default ldap attributes mapping

a4872320 01/01/2020 11:28 AM Michael Moll

Fixes #28600 - don't change encoding of empty strings

Ruby 2.7 freezes generated empty strings by default.

cf7f7513 12/31/2019 12:26 AM Rahul Bajaj

Fixes #26314 - disable refresh button for external auth sources

View revisions

Also available in: Atom