From c47cb21d261997bff113995d83bba7bfe88c6cdf Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 30 Apr 2008 07:31:46 +0000 Subject: [PATCH] Updated krb template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10734 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../ihtml/themes/default/pwd_kerberos_mit.tpl | 172 ++++++++++-------- 1 file changed, 101 insertions(+), 71 deletions(-) diff --git a/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl b/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl index 22b4fc4ca..eeda58e72 100644 --- a/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl +++ b/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl @@ -3,28 +3,27 @@

{t}Heimdal options{/t}

{t}Use empty values for infinite{/t} - +
- - - +
- + - +
- + - -
-   +
+
+
+ @@ -43,116 +42,147 @@
- + - - + {html_options options=$hours selected=$PRINC_EXPIRE_TIME_h} - + {html_options options=$minutes selected=$PRINC_EXPIRE_TIME_i} - + {html_options options=$days selected=$PRINC_EXPIRE_TIME_d} - + {html_options options=$month selected=$PRINC_EXPIRE_TIME_m} - + {html_options options=$years selected=$PRINC_EXPIRE_TIME_y}
- + - - + {html_options options=$hours selected=$PW_EXPIRATION_h} - + {html_options options=$minutes selected=$PW_EXPIRATION_i} - + {html_options options=$days selected=$PW_EXPIRATION_d} - + {html_options options=$month selected=$PW_EXPIRATION_m} - + {html_options options=$years selected=$PW_EXPIRATION_y}
+
+
+

{t}Status{/t}

+ + + + + + + + + + + + + + + + + + + + + + + + + +
{t}Failed logins{/t}{if !$FAIL_AUTH_COUNT} {t}none{/t} {else} {$FAIL_AUTH_COUNT} {/if}
{t}Key version number{/t}{$KVNO}
{t}Last failed login{/t}{if !$LAST_FAILED} {t}none{/t} {else} {$LAST_FAILED} {/if}
{t}Last password change{/t}{if !$LAST_PWD_CHANGE} {t}none{/t} {else} {$LAST_PWD_CHANGE} {/if}
{t}Last successful login{/t}{if !$LAST_SUCCESS} {t}none{/t} {else} {$LAST_SUCCESS} {/if}
{t}Last modification date{/t}{if !$MOD_DATE} {t}none{/t} {else} {$MOD_DATE} {/if}
+ + - +

Flags

-{t}Prohibit issuance of service tickets{/t}
-{t}Prohibit forwardable tickets{/t}
-{t}Disallow proxiable tickets{/t}
-{t}Prohibit renewable tickets{/t}
-{t}Pohibit postdated tickets{/t}
-{t}Disallow Ticket-Granting Service{/t}
-{t}Password change service{/t}
-{t}Preauthentication required{/t}
-{t}Force a password change{/t}
-{t}Hardware preauthentication{/t}
-{t}Disallow user to user authentification{/t}
-{t}Forbid ticket issuance{/t}
+{t}Prohibit issuance of service tickets{/t}
+{t}Prohibit forwardable tickets{/t}
+{t}Disallow proxiable tickets{/t}
+{t}Prohibit renewable tickets{/t}
+{t}Pohibit postdated tickets{/t}
+{t}Disallow Ticket-Granting Service{/t}
+{t}Password change service{/t}
+{t}Preauthentication required{/t}
+{t}Force a password change{/t}
+{t}Hardware preauthentication{/t}
+{t}Disallow user to user authentification{/t}
+{t}Forbid ticket issuance{/t}
-- 2.30.2