]> 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)
committerHoward Chu <hyc@openldap.org>
Tue, 10 Sep 2024 16:41:39 +0000 (17:41 +0100)
commit5e9d550c2e00a9e286f337acfc21bcb9de3fed50
treed6603d3d99a4202e8bacc4afce54e62a9c0691f1
parentaa7b1a3db94905cc56f08f1e3c791cc68377698e
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