forked from extern/egroupware
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']);
|
||||
}
|
||||
function auth_type_activesync($config)
|
||||
{
|
||||
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_activesync']);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns options string
|
||||
|
Loading…
Reference in New Issue
Block a user