From e07d740e3aa32f9cdc9e41a370893ce54ecf678e Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 Apr 2006 05:56:48 +0000 Subject: [PATCH] Updated copy & Paste vars for posix account git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2982 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/posix/class_posixAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.30.2