summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69f6c8c)
raw | patch | inline | side by side (parent: 69f6c8c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 15 Sep 2011 09:04:25 +0000 (09:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 15 Sep 2011 09:04:25 +0000 (09:04 +0000) |
- Fixed spelling
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@21003 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.7@21003 594d385d-05f5-0310-b6e9-bd551577e9d8
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 5165d43496cb757c331d3a27c354be5165d36e75..e018bb405a3d32829a9de03585fa10a71053278e 100644 (file)
var $MASK = 0;
var $flags = array(
- "DISALLOW_POSTDATED" =>0x00000001 , // Pohibit postdated tickets
+ "DISALLOW_POSTDATED" =>0x00000001 , // Prohibit postdated tickets
"DISALLOW_FORWARDABLE" =>0x00000002 , // Prohibit forwardable tickets
"DISALLOW_TGT_BASED" =>0x00000004 , // Disallow Ticket-Granting Service
"DISALLOW_RENEWABLE" =>0x00000008 , // Prohibit renewable tickets
diff --git a/gosa-plugins/mit-krb5/admin/systems/services/kerberos/pwd_kerberos_mit.tpl b/gosa-plugins/mit-krb5/admin/systems/services/kerberos/pwd_kerberos_mit.tpl
index 6944abba15875b151363848a88d43f331d2f85ba..866f395e0e22bc22ef47cb3e65c8a848ecdc3787 100644 (file)
name="DISALLOW_RENEWABLE" value="1" type="checkbox">{t}Prohibit renewable tickets{/t}
<br>
<input {if $DISALLOW_POSTDATED} checked {/if}class="center"
- name="DISALLOW_POSTDATED" value="1" type="checkbox">{t}Pohibit postdated tickets{/t}
+ name="DISALLOW_POSTDATED" value="1" type="checkbox">{t}Prohibit postdated tickets{/t}
<br>
<input {if $DISALLOW_TGT_BASED} checked {/if}class="center"
name="DISALLOW_TGT_BASED" value="1" type="checkbox">{t}Disallow Ticket-Granting Service{/t}