From 78d06faebf5a4c0a3b8634ab9b6ad86367e481de Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 13 Apr 2010 13:15:15 +0000 Subject: [PATCH] Readded posix shadow. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17628 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/personal/posix/posix_shadow.tpl | 115 ++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 gosa-core/plugins/personal/posix/posix_shadow.tpl diff --git a/gosa-core/plugins/personal/posix/posix_shadow.tpl b/gosa-core/plugins/personal/posix/posix_shadow.tpl new file mode 100644 index 000000000..f5b7af34a --- /dev/null +++ b/gosa-core/plugins/personal/posix/posix_shadow.tpl @@ -0,0 +1,115 @@ + +

{t}Account settings{/t}

+ + +
+
+ {render acl=$mustchangepasswordACL checkbox=$multiple_support checked=$use_mustchangepassword} + + {/render} +
+
+ {t}User must change password on first login{/t} +
+
+ +
+ + +
+
+ {render acl=$shadowMinACL checkbox=$multiple_support checked=$use_activate_shadowMin} + + {/render} +
+
+ {render acl=$shadowMinACL} + {$shadowmins} + {/render} +
+
+ +
+ + +
+
+ {render acl=$shadowMaxACL checkbox=$multiple_support checked=$use_activate_shadowMax} + + {/render} +
+
+ {render acl=$shadowMaxACL} + {$shadowmaxs} + {/render} +
+
+ +
+ + +
+
+ {render acl=$shadowExpireACL checkbox=$multiple_support checked=$use_activate_shadowExpire} + + {/render} +
+
+ + + + + + +
+ {t}Password expires on{/t}  + + + {render acl=$shadowExpireACL} + + {/render} + + {if $shadowExpireACL|regex_replace:"/[cdmr]/":"" == "w"} + + {/if} +
+ +
+
+ +
+ + +
+
+ {render acl=$shadowInactiveACL checkbox=$multiple_support checked=$use_activate_shadowInactive} + + {/render} +
+
+ {render acl=$shadowInactiveACL} + {$shadowinactives} + {/render} +
+
+ +
+ + +
+
+ {render acl=$shadowWarningACL checkbox=$multiple_support checked=$use_activate_shadowWarning} + + {/render} +
+
+ {render acl=$shadowWarningACL} + {$shadowwarnings} + {/render} +
+
-- 2.30.2