Skip to content

Commit

Permalink
Don't use pf::Authentication::Source::LDAPSource for the default of u…
Browse files Browse the repository at this point in the history
…se_connector
  • Loading branch information
jrouzierinverse committed Feb 21, 2025
1 parent 41a4936 commit 8e9bed6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions html/pfappserver/lib/pfappserver/Form/Config/Firewall_SSO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ use pf::util;
use File::Find qw(find);
use pf::constants::firewallsso;

our $META = pf::Authentication::Source::LDAPSource->meta;

has_field 'id' =>
(
type => 'Text',
Expand Down Expand Up @@ -118,7 +116,7 @@ has_field 'use_connector',
type => 'Toggle',
checkbox_value => '1',
unchecked_value => '0',
default => $META->get_attribute('use_connector')->default,
default => '1',
);

has_field 'act_on_accounting_stop',
Expand Down

0 comments on commit 8e9bed6

Please sign in to comment.