From: hickert Date: Mon, 27 Oct 2008 10:34:54 +0000 (+0000) Subject: Updated userPassword ACL, was named gotoRootPasswd X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3679ef58965080c3a631a09b61c8208c18a9994b;p=gosa.git Updated userPassword ACL, was named gotoRootPasswd git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12779 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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")) ));