Skip to content

Commit

Permalink
Fixes #37767 - Fixes User search filter for 'auth_source_type'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha15 authored and sbernhard committed Sep 2, 2024
1 parent cd1ea00 commit 10f7610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/auth_sources/auth_source_ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AuthSourceLdap < AuthSource

before_validation :strip_ldap_attributes
before_validation :sanitize_use_netgroups
after_initialize :set_defaults
after_initialize :set_defaults, if: :new_record?

scoped_search :on => :name, :complete_value => :true

Expand Down

0 comments on commit 10f7610

Please sign in to comment.