From: hickert Date: Tue, 29 Nov 2005 13:05:02 +0000 (+0000) Subject: Fixed ACL stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f230ed704ccac74ab78e2c7790382c6da837a643;p=gosa.git Fixed ACL stuff git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2129 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 8f93a5f63..634a28ea4 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -164,6 +164,32 @@ $ACLD['samba']= array("acctFlags", "scriptPath", "smbHome", "temporary_disable"); + +$ACLD['samba'] = array ( + "sambaLogonTime" => _("Limit Logon Time"), + "sambaLogoffTime" => _("Limit Logoff Time"), + "sambaKickoffTime" => _("Account expiry"), + "sambaPwdCanChange" => _("Can change password"), + "sambaPwdMustChange"=> _("Password expiry"), + "sambaHomePath" => _("Home path"), + "sambaHomeDrive" => _("Home drive"), + "sambaLogonScript" => _("Logon script"), + "sambaProfilePath" => _("Profile path"), + "sambaDomainName" => _("Samba domain name"), + "allow_pwchange" => _("Allow password change"), + "no_password_required" => _("Login from windows client requires no password"), + "temporary_disable" => _("Lock account"), + "sambaUserWorkstation"=> _("Allow connection from these workstations only"), + "connectclientdrives" => _("Connect client drives at logon"), + "connectclientprinters" => _("Connect client printers at logon"), + "defaultprinter" => _("Default to main client printer"), + "shadow" => _("Shadowing"), + "brokenconn" => _("On broken or timed out"), + "reconn" => _("Reconnect if disconnected"), + "inherit" => _("Inherit client config") + ) ; + + $ACLD['proxy']= array("gosaProxyAcctFlags", "gosaProxyWorkingStart", "gosaProxyWorkingStop"); diff --git a/plugins/personal/samba/class_sambaAccount.inc b/plugins/personal/samba/class_sambaAccount.inc index d64aff27a..df2cba2e4 100644 --- a/plugins/personal/samba/class_sambaAccount.inc +++ b/plugins/personal/samba/class_sambaAccount.inc @@ -512,7 +512,7 @@ class sambaAccount extends plugin $smarty->assign("workstations", $ws); - $smarty->assign("sambaUserWorkstationACL", chkacl($this->acl,"sambauserworkstation")); + $smarty->assign("sambaUserWorkstationACL", chkacl($this->acl,"sambaUserWorkstation")); } /* Variables */ diff --git a/plugins/personal/samba/samba3.tpl b/plugins/personal/samba/samba3.tpl index 7191386ee..6413570ff 100644 --- a/plugins/personal/samba/samba3.tpl +++ b/plugins/personal/samba/samba3.tpl @@ -241,7 +241,7 @@
- +
- +
- +
- + +