Fix ldb_map to add/remove the same 'extra' objectclass
authorAndrew Bartlett <abartlet@samba.org>
Mon, 21 Jul 2008 01:18:21 +0000 (11:18 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 21 Jul 2008 01:18:21 +0000 (11:18 +1000)
commit4fa15c3173a997fa0b9041161d81e742e1fdb41c
treef72c1eddc2419291b860ab2b91251e42da9efd31
parent9fe3e9f09f89fd92f8a16768e53391ff5f8489ec
Fix ldb_map to add/remove the same 'extra' objectclass

The code previously added data->add_objectClass, but only removed the
fixed objectclass of extensibleObject.

Found by the ldap.py test.

Andrew Bartlett
source/lib/ldb/ldb_map/ldb_map.c