mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
missing auth_type_activesync hook
This commit is contained in:
parent
01fa7e080a
commit
4c9b620657
@ -263,6 +263,10 @@ function auth_type_groupdav($config)
|
|||||||
{
|
{
|
||||||
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_groupdav']);
|
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_groupdav']);
|
||||||
}
|
}
|
||||||
|
function auth_type_activesync($config)
|
||||||
|
{
|
||||||
|
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_activesync']);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns options string
|
* Returns options string
|
||||||
|
Loading…
Reference in New Issue
Block a user