Skip to content

Commit

Permalink
Mark ActiveSync RPC calls as explicitly requiring authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 6, 2014
1 parent 092c7b0 commit 27d5027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde/rpc.php
Expand Up @@ -97,6 +97,7 @@
exit;
}
$params['server'] = $injector->getInstance('Horde_ActiveSyncServer');
$params['requireAuthorization'] = true;
break;

case 'Soap':
Expand Down

0 comments on commit 27d5027

Please sign in to comment.