]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9370 check for equality rule on old_rdn
authorHoward Chu <hyc@openldap.org>
Mon, 19 Oct 2020 13:03:41 +0000 (14:03 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 19 Oct 2020 13:03:41 +0000 (14:03 +0100)
commita08a2db4063f54a6217a0f091aebd02f8bdb482e
tree69344d7a56d2385ee637e1917529be054cfd8b2a
parentc1912fb7af325c4cf98535caa82bb12096fc3c8a
ITS#9370 check for equality rule on old_rdn

We should probably just check in dnNormalize instead, and catch
this everywhere DNs are received. It might make us reject some
DNs that are already in use, though (e.g. received from other
directory servers that don't do schema checking).
servers/slapd/modrdn.c