s4:objectclass LDB module - if we cannot find DN's parent then the DN itself is invalid
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 2 Mar 2011 17:50:11 +0000 (18:50 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 4 Mar 2011 07:51:29 +0000 (08:51 +0100)
commit5896b7299331aedd065397d2078c62d85bcf68f6
tree7387662ab8ba9109d198c0b8a4c03634b772012c
parent3560db3da3e3b25c98287701dbc6478358457495
s4:objectclass LDB module - if we cannot find DN's parent then the DN itself is invalid

ERR_INVALID_DN_SYNTAX fits better than ERR_OPERATION_ERROR in this case. This
one gets triggered if we perform "add" requests without the LDAP server.

Reviewed by: Tridge
source4/dsdb/samdb/ldb_modules/objectclass.c