From 511317f88420490a94d3c7b0ca9d843bbcb57025 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@3a-systems.ru>
Date: Tue, 18 Jul 2023 16:21:38 +0000
Subject: [PATCH] change posixGroup type to structural. and add cn (#283)

---
 opendj-server-legacy/resource/schema/04-rfc2307bis.ldif |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif b/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif
index e646a85..2066b73 100644
--- a/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif
+++ b/opendj-server-legacy/resource/schema/04-rfc2307bis.ldif
@@ -140,8 +140,8 @@
   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 AUXILIARY
-  DESC 'Abstraction of a group of accounts' MUST gidNumber
+objectClasses: ( 1.3.6.1.1.1.2.2 NAME 'posixGroup' SUP top STRUCTURAL
+  DESC 'Abstraction of a group of accounts' MUST  ( cn $ gidNumber )
   MAY ( authPassword $ userPassword $ memberUid $ description )
   X-ORIGIN 'draft-howard-rfc2307bis' )
 objectClasses: ( 1.3.6.1.1.1.2.3 NAME 'ipService' SUP top STRUCTURAL

--
Gitblit v1.10.0