summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 57a36b6)
raw | patch | inline | side by side (parent: 57a36b6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Sep 2007 08:39:10 +0000 (08:39 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 Sep 2007 08:39:10 +0000 (08:39 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7247 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/acl_definition.inc | patch | blob | history |
index c0fe178f8653fa6af4e8457647a48d1855572c5b..6a083a28675649540a1514f563e3b7b39729e575 100644 (file)
$ACLD['sambaAccount']=
array(
"create",
- "acctFlags" => "samba2:acctFlags",
- "allow_pwchange" => "samba2:allow_pwchange",
- "homeDrive" => "samba2:homeDrive",
- "no_password_required" => "samba2:no_password_required",
+ "acctFlags" => "samba2:acctFlags",
+ "homeDrive" => "samba2:homeDrive",
"profilePath" => "samba2:profilePath",
- "scriptPath" => "samba2:scriptPath",
- "smbHome" => "samba2:smbHome",
+ "scriptPath" => "samba2:scriptPath",
+ "smbHome" => "samba2:smbHome",
"temporary_disable",
"sambaHomePath" ,//=> _("Home path"),
"sambaHomeDrive" ,//=> _("Home drive"),
"sambaKickoffTime",// => _("Account expiry"),
"sambaPwdCanChange",// => _("Can change password"),
"sambaPwdMustChange",//=> _("Password expiry"),
- "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"),