mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
18.21.2023 511317f88420490a94d3c7b0ca9d843bbcb57025
change posixGroup type to structural. and add cn (#283)

https://github.com/OpenIdentityPlatform/OpenDJ/issues/197
https://github.com/OpenIdentityPlatform/OpenDJ/issues/169
1 files modified
4 ■■■■ changed files
opendj-server-legacy/resource/schema/04-rfc2307bis.ldif 4 ●●●● patch | view | raw | blame | history
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