summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e8cee83)
raw | patch | inline | side by side (parent: e8cee83)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Nov 2005 12:48:17 +0000 (12:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Nov 2005 12:48:17 +0000 (12:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2156 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/acl_definition.inc | patch | blob | history |
index 3b2e9fabbeca0e4b22b774c2c2a770753ab551ea..12a0442e4939bde2b712695b0920f125841fe4d3 100644 (file)
"shadowMin",
"shadowWarning",
"uidNumber");
-$ACLD['samba']= array("acctFlags",
- "allow_pwchange",
- "homeDrive",
- "no_password_required",
- "profilePath",
- "scriptPath",
- "smbHome",
- "temporary_disable");
-
-$ACLD['samba'] = array (
+$ACLD['samba']=
+ array("acctFlags" => "samba2:acctFlags",
+ "allow_pwchange" => "samba2:allow_pwchange",
+ "homeDrive" => "samba2:homeDrive",
+ "no_password_required" => "samba2:no_password_required",
+ "profilePath" => "samba2:profilePath",
+ "scriptPath" => "samba2:scriptPath",
+ "smbHome" => "samba2:smbHome",
+ "temporary_disable" => "samba2:temporary_disable",
"sambaHomePath" ,//=> _("Home path"),
"sambaHomeDrive" ,//=> _("Home drive"),
"sambaDomainName" ,//=> _("Samba domain name"),