lib/ldb: re-order code in ldb_ldif_to_pyobject()
authorStefan Metzmacher <metze@samba.org>
Mon, 13 Mar 2023 13:35:20 +0000 (14:35 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 22 Mar 2023 22:10:32 +0000 (22:10 +0000)
commite24e7b96338e1d7bd157f89456a917465b658db7
tree9a96866118b4e2ede46cb3dbe8c89b26df3d537b
parentcc5df80152d713dfa6652efc3c4fa3fa46b8faf8
lib/ldb: re-order code in ldb_ldif_to_pyobject()

We don't allow MODRDN and DELETE for now as they
don't work as is anyway. We'll add these in the next steps.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/pyldb.c