Code

Removed duplicated acl entries
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Sep 2007 08:39:10 +0000 (08:39 +0000)
committerhickert <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

index c0fe178f8653fa6af4e8457647a48d1855572c5b..6a083a28675649540a1514f563e3b7b39729e575 100644 (file)
@@ -283,13 +283,11 @@ $ACLD['posixAccount']=
 $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"), 
@@ -304,7 +302,6 @@ $ACLD['sambaAccount']=
                        "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"),