https://bugs.openldap.org/show_bug.cgi?id=10202
Issue ID: 10202 Summary: slapd fails to start if compiled with --enable-overlays=yes Product: OpenLDAP Version: 2.6.7 Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: overlays Assignee: bugs@openldap.org Reporter: nivanova@symas.com Target Milestone: ---
Statically compiling all overlays produces the following error at slapd startup:
66192034.2adbbeb4 0x73de9d4547c0 register_at: AttributeType "( 1.2.840.113556.1.2.102 NAME 'memberOf' DESC 'Group that the entry belongs to' SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' EQUALITY distinguishedNameMatch USAGE dSAOperation NO-USER-MODIFICATION X-ORIGIN 'iPlanet Delegated Administrator' )": Duplicate attributeType, 1.2.840.113556.1.2.102 66192034.2adc2a97 0x73de9d4547c0 overlay_register("nestgroup"): name already in use. 66192034.2adc44ed 0x73de9d4547c0 nestgroup overlay setup failed, err -1 66192034.2adc5016 0x73de9d4547c0 slapd: overlay_init failed 66192034.2adc5e14 0x73de9d4547c0 slapd destroy: freeing system resources. 66192034.2adefbff 0x73de9d4547c0 slapd stopped.
https://bugs.openldap.org/show_bug.cgi?id=10202
--- Comment #1 from Nadezhda Ivanova nivanova@symas.com --- It seems nestgroup is added twice to slap_oinfo:
Making servers/slapd/overlays/statover.c Add nestgroup ... Add accesslog ... Add auditlog ... Add autoca ... Add collect ... Add constraint ... Add dds ... Add deref ... Add dyngroup ... Add dynlist ... Add homedir ... Add memberof ... Add nestgroup ...
https://bugs.openldap.org/show_bug.cgi?id=10202
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Keywords|needs_review | Ever confirmed|0 |1 Target Milestone|--- |2.7.0 Version|2.6.7 |unspecified
--- Comment #2 from Quanah Gibson-Mount quanah@openldap.org --- https://git.openldap.org/openldap/openldap/-/merge_requests/698
https://bugs.openldap.org/show_bug.cgi?id=10202
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|IN_PROGRESS |RESOLVED
--- Comment #3 from Quanah Gibson-Mount quanah@openldap.org --- • 0402dd1f by Nadezhda Ivanova at 2024-04-12T15:53:04+03:00 ITS#10202 slapd fails to start if compiled with --enable-overlays=yes