From 7475c94f3c0b489c4671be78e320c6ddb77d7a55 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Mon, 06 May 2024 14:32:16 +0000
Subject: [PATCH] [#329] make posixGroup AUXILIARY by default (#332)

---
 opendj-server-legacy/resource/schema/04-rfc2307bis.ldif |    2 +-
 .github/workflows/build.yml                             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bcd61b6..762854e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,7 +11,7 @@
     strategy:
       matrix:
         java: [ '8','11','17','21']
-        os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
+        os: [ 'ubuntu-latest', 'macos-12', 'windows-latest' ]
       fail-fast: false
     steps:
     - name:  Install wine+rpm for distribution
diff --git a/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif b/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif
index 2066b73..bf252a8 100644
--- a/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif
+++ b/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif
@@ -140,7 +140,7 @@
   MAY ( authPassword $ userPassword $ description $ shadowLastChange $
   shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $
   shadowFlag ) X-ORIGIN 'draft-howard-rfc2307bis' )
-objectClasses: ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top STRUCTURAL
+objectClasses: ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top AUXILIARY
   DESC 'Abstraction of a group of accounts' MUST  ( cn $ gidNumber )
   MAY ( authPassword $ userPassword $ memberUid $ description )
   X-ORIGIN 'draft-howard-rfc2307bis' )

--
Gitblit v1.10.0