From: hickert Date: Wed, 5 Apr 2006 05:56:48 +0000 (+0000) Subject: Updated copy & Paste vars for posix account X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e07d740e3aa32f9cdc9e41a370893ce54ecf678e;p=gosa.git Updated copy & Paste vars for posix account git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2982 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/posix/class_posixAccount.inc b/plugins/personal/posix/class_posixAccount.inc index 2845c16ec..dec7b5e05 100644 --- a/plugins/personal/posix/class_posixAccount.inc +++ b/plugins/personal/posix/class_posixAccount.inc @@ -63,7 +63,7 @@ class posixAccount extends plugin 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");