Code

Temporary disabled locking for kerberos
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Nov 2008 14:09:34 +0000 (14:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 27 Nov 2008 14:09:34 +0000 (14:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13057 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/mit-krb5/admin/systems/services/kerberos/class_password-methods-MIT.inc

index 322511f1fe521a74defce624a85fd53291f3175f..ccf7082448f0bc4e82e7e132be71238d485d9e37 100644 (file)
@@ -88,6 +88,21 @@ class passwordMethodMIT extends passwordMethod
   var $POLICY                   = "_none_";
   var $POLICIES                 = array(); // Policies provided by the corrently selected realm/server
 
+  public function is_locked($config,$dn = "")
+  {
+    return(FALSE);
+  }
+
+  public function lock_account($config,$dn = "")
+  {
+    return(FALSE);
+  }
+
+  public function unlock_account($config,$dn = "")
+  {
+    return(FALSE);
+  }
+
   public function __construct(&$config,$dn = "new")  
   {
     $this->config= $config;