File: 1020_plugins-admin-groups-class_group.inc-Re-add-structur.patch

package info (click to toggle)
gosa 2.8~git20230203.10abe45%2Bdfsg-1%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,364 kB
  • sloc: php: 32,085; javascript: 10,836; pascal: 3,775; xml: 3,135; sh: 852; python: 162; makefile: 45; perl: 2
file content (24 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 94f487678116d973ed4bdc56036ecd5d69cce801 Mon Sep 17 00:00:00 2001
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon, 14 Aug 2023 10:28:23 +0200
Subject: [PATCH 2/2] plugins/admin/groups/class_group.inc: Re-add structural
 objectClass posixGroup.

This reverts a change that sneaked in via commit 79aa7fe63bc07b468865e103d4bdab9c07e5abbb.

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
---
 plugins/admin/groups/class_group.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/plugins/admin/groups/class_group.inc
+++ b/plugins/admin/groups/class_group.inc
@@ -63,7 +63,7 @@
 
     /* attribute list for save action */
     var $attributes= array("cn", "description", "gidNumber", "memberUid", "sambaGroupType","sambaSID");
-    var $objectclasses= array("top");
+    var $objectclasses= array("top", "posixGroup");
 
     var $CopyPasteVars  = array("force_gid","fon_group","smbgroup","groupType","sambaSID","sambaDomainName","SID","nagios_group","sambaGroupType");