mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
print information on the config backend used
This commit is contained in:
@@ -34,9 +34,11 @@
|
||||
void sup_config_init(sec_mod_st *sec)
|
||||
{
|
||||
if (sec->perm_config->sup_config_type == SUP_CONFIG_FILE) {
|
||||
seclog(sec, LOG_INFO, "reading supplemental config from files");
|
||||
sec->config_module = &file_sup_config;
|
||||
#ifdef HAVE_RADIUS
|
||||
} else if (sec->perm_config->sup_config_type == SUP_CONFIG_RADIUS) {
|
||||
seclog(sec, LOG_INFO, "reading supplemental config from radius");
|
||||
sec->config_module = &radius_sup_config;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user