]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10256 cn=config: reject modify requests on cn=schema,cn=config
authorHoward Chu <hyc@openldap.org>
Tue, 10 Sep 2024 16:41:39 +0000 (17:41 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Oct 2024 22:00:01 +0000 (22:00 +0000)
commitbec0946cca1a74b11ca7f93c7a7290b29f3296e0
tree06039df30bceafeb2975064ed1cfb49066818854
parent3c3309265ee346670884df79af132e9402b3a7ed
ITS#10256 cn=config: reject modify requests on cn=schema,cn=config

Add requests already handled it specially; corresponding treatment
for modify requests was missing. The docs have always stated that
cn=schema,cn=config is only for slapd's hardcoded schema so this
only affects users who don't read docs.
servers/slapd/bconfig.c