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

Valery Kharseko
06.32.2024 7475c94f3c0b489c4671be78e320c6ddb77d7a55
[#329] make posixGroup AUXILIARY by default (#332)

https://datatracker.ietf.org/doc/html/draft-howard-rfc2307bis
2 files modified
4 ■■■■ changed files
.github/workflows/build.yml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/resource/schema/04-rfc2307bis.ldif 2 ●●● patch | view | raw | blame | history
.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
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' )