From 8f1aa7bf59680c5e86317c52841dc9038b36c68d Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 30 Nov 2005 12:48:17 +0000 Subject: [PATCH] Added samba2 Attributes git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2156 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/groups/acl_definition.inc | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/plugins/admin/groups/acl_definition.inc b/plugins/admin/groups/acl_definition.inc index 3b2e9fabb..12a0442e4 100644 --- a/plugins/admin/groups/acl_definition.inc +++ b/plugins/admin/groups/acl_definition.inc @@ -156,16 +156,15 @@ $ACLD['posix']= array("allowedHosts", "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"), -- 2.30.2