summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6023521)
raw | patch | inline | side by side (parent: 6023521)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 27 Nov 2008 14:09:34 +0000 (14:09 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/mit-krb5/admin/systems/services/kerberos/class_password-methods-MIT.inc b/gosa-plugins/mit-krb5/admin/systems/services/kerberos/class_password-methods-MIT.inc
index 322511f1fe521a74defce624a85fd53291f3175f..ccf7082448f0bc4e82e7e132be71238d485d9e37 100644 (file)
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;