From: Michael J. Rubinsky Date: Wed, 31 Mar 2010 18:17:57 +0000 (-0400) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fcfee36da6db7469dbe569d5c4fbe9e82c2888c8;p=horde.git phpdoc --- diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php b/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php index c08503005..5af6015de 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php @@ -75,8 +75,17 @@ abstract class Horde_ActiveSync_Driver_Base * *
      * Currently supported settings are:
-     *   requirePin     - Device must have a pin lock enabled.
-     *   computerUnlock - Device can be unlocked docked to a computer.??
+     *   requirePin      - Device must have a pin lock enabled.
+     *   computerUnlock  - Device can be unlocked by a computer.
+     *   AEFrequencyType - AEFrequencyValue is set (1) or not (0)
+     *   AEFrequencyValue - Time (in minutes) of inactivity before device locks
+     *   DeviceWipeThreshold - Number of failed unlock attempts before the
+     *                         device should wipe on devices that support this.
+     *   CodewordFrequency   - Number of failed unlock attempts before needing
+     *                         to verify that a person who can read and write is
+     *                         using the PIM.
+     *   MinimumPasswordLength
+     *   PasswordComplexity     - 0 - alphanumeric, 1 - numeric, 2 - anything
      * 
*/ protected $_policies = array(