summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d9b194)
raw | patch | inline | side by side (parent: 1d9b194)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Apr 2006 05:56:48 +0000 (05:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Apr 2006 05:56:48 +0000 (05:56 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2982 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/posix/class_posixAccount.inc | patch | blob | history |
diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc
index 2845c16ec4099e872d68988ecfaf0fda2a1082f5..dec7b5e05e6ce02b927a182872a4c2bfa57a1a15 100644 (file)
var $ui = array();
/* attribute list for save action */
- var $CopyPasteVars = array("grouplist","groupMembership");
+ var $CopyPasteVars = array("grouplist","groupMembership","use_shadowMin","use_shadowMax","use_shadowWarning","use_shadowInactive","use_shadowExpire","must_change_password","force_ids","printerList","grouplist","savedGidNumber","savedUidNumber","savedGroupMembership");
var $attributes = array("homeDirectory", "loginShell", "uidNumber", "gidNumber", "gecos",
"shadowMin", "shadowMax", "shadowWarning", "shadowInactive", "shadowLastChange",
"shadowExpire", "gosaDefaultPrinter", "gosaDefaultLanguage", "uid","accessTo","trustModel");