Skip to content

Commit

Permalink
Fixes #37085 - Add netiq as an authentication source
Browse files Browse the repository at this point in the history
- 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](theforeman/ldap_fluff#80) and [Add NetIQ ldap-flavour #71](theforeman/ldap_fluff#71)
  • Loading branch information
Jan Bundesmann authored and sbernhard committed Sep 25, 2024
1 parent a34d983 commit 5fdab0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
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 @@ -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
Expand Down

0 comments on commit 5fdab0f

Please sign in to comment.