From 3679ef58965080c3a631a09b61c8208c18a9994b Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 27 Oct 2008 10:34:54 +0000 Subject: [PATCH] Updated userPassword ACL, was named gotoRootPasswd git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12779 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc | 2 +- .../goto/admin/systems/goto/class_workstationGeneric.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index c7d62ffae..350195bb9 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -673,7 +673,7 @@ class termgeneric extends plugin "gotoSwapServer" => _("Swap server"), "gotoNtpServer" => _("Ntp server settings"), - "gotoRootPasswd" => _("Root password"), + "userPassword" => _("Root password"), "FAIstate" => _("Action flag")) )); diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index 2b2b8d5e5..083f981c5 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -711,7 +711,7 @@ class workgeneric extends plugin "gotoMode" => _("Goto mode"), "gotoSyslogServer" => _("Syslog server"), "gotoNtpServer" => _("Ntp server"), - "gotoRootPasswd" => _("Root password"), + "userPassword" => _("Root password"), "createFAICD" => _("Create FAI CD"), "FAIstate" => _("Action flag")) )); -- 2.30.2