This is what I have in authentication.pm for line 210 to 222:
$config->cache->set("authentication_lookup",\%authentication_lookup);
$config->cache->set("authentication_sources",\@authentication_sources);
update_profiles_guest_modes($cached_profiles_config,"update_profiles_guest_modes");
}],
-oncachereload => [
on_cache_authentication_reload => sub {
my ($config, $name) = @_;
%authentication_lookup =
%{$config->fromCacheUntainted("authentication_lookup")};
@authentication_sources =
@{$config->fromCacheUntainted("authentication_sources")};
},
]
);
$cached_profiles_config->addPostReloadCallbacks(update_profiles_guest_modes =>
\&update_profiles_guest_modes);
May be it could help.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users