From: hickert Date: Wed, 23 Apr 2008 12:08:38 +0000 (+0000) Subject: Updated Krb Service X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6d3d28173ba480bd121617e471b718ae7c2f8761;p=gosa.git Updated Krb Service git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10647 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc b/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc index a5afb446f..9e62c004d 100644 --- a/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc +++ b/gosa-plugins/heimdal/admin/systems/services/kerberos/class_goKrbServer.inc @@ -49,16 +49,15 @@ class goKrbServer extends goService{ } $o = new gosaSupportDaemon(); -# print_a($o->krb5_list_policies("00:01:6c:9d:aa:16")); -# print_a($o->krb5_list_principals("00:01:6c:9d:aa:16")); + $this->policies = $o->krb5_list_policies("00:01:6c:9d:aa:16"); $divlist = new divSelectBox("Kerberos Policies"); $action = ""; $action .= ""; foreach($this->policies as $key => $policy){ $actions = preg_replace("/%id/",$key,$action); - $field1 = array("string" => $policy); - $field2 = array("string" => $policy); + $field1 = array("string" => $policy['POLICY']); + $field2 = array("string" => "Fasel bla "); $field3 = array("string" => $actions, "attach"=>"style='width:40px; text-align:right; border:0px;'");