mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
authd: load ident provider
This commit is contained in:
parent
f1861e48e6
commit
8b4544c9dc
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ void unload_provider(struct auth_provider *provider)
|
|||
void init_providers(void)
|
||||
{
|
||||
load_provider(&rdns_provider);
|
||||
load_provider(&ident_provider);
|
||||
}
|
||||
|
||||
/* Terminate all providers */
|
||||
|
|
Loading…
Reference in a new issue