summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3cd5c72)
raw | patch | inline | side by side (parent: 3cd5c72)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Nov 2005 08:02:01 +0000 (08:02 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Nov 2005 08:02:01 +0000 (08:02 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2143 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/acl_definition.inc | patch | blob | history |
index 5d49aaf5466d21a5523b2ba279dcf1adb82a3523..fe2e901698a0d2f23e49afff6d20767dde0f56a4 100644 (file)
"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")
+ "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")
) ;