From 5fdab0fa6100043b775e241e8ed6c05786b84590 Mon Sep 17 00:00:00 2001 From: Jan Bundesmann Date: Wed, 24 Jan 2024 09:34:03 +0100 Subject: [PATCH] Fixes #37085 - Add netiq as an authentication source - Bump version of ldap_fluff to the next version - Add netiq to LDAP auth-sources This PR is a consequence of [Bump version to 0.7.0 #80](https://github.com/theforeman/ldap_fluff/pull/80) and [Add NetIQ ldap-flavour #71](https://github.com/theforeman/ldap_fluff/pull/71) --- Gemfile | 2 +- app/models/auth_sources/auth_source_ldap.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b3f3b091aae..4e9736347a1 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'audited', '~> 5.0', '!= 5.1.0' gem 'will_paginate', '~> 3.3' gem 'ancestry', '~> 4.0' gem 'scoped_search', '>= 4.1.10', '< 5' -gem 'ldap_fluff', '>= 0.5.0', '< 1.0' +gem 'ldap_fluff', '>= 0.7.0', '< 1.0' gem 'apipie-rails', '>= 0.8.0', '< 2' gem 'apipie-dsl', '>= 2.6.2' # Pin rdoc to prevent updating bundled psych (https://github.com/ruby/rdoc/commit/ebe185c8775b2afe844eb3da6fa78adaa79e29a4) diff --git a/app/models/auth_sources/auth_source_ldap.rb b/app/models/auth_sources/auth_source_ldap.rb index f976b042f2c..bc5bbfd372d 100644 --- a/app/models/auth_sources/auth_source_ldap.rb +++ b/app/models/auth_sources/auth_source_ldap.rb @@ -20,7 +20,7 @@ class AuthSourceLdap < AuthSource SERVER_TYPES = { :free_ipa => 'FreeIPA', :active_directory => 'Active Directory', - :posix => 'POSIX'} + :posix => 'POSIX', :netiq => "NetIQ"} extend FriendlyId friendly_id :name