Rename structures to better match the names in the WSPP IDL.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 21 Jul 2008 03:42:07 +0000 (13:42 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 21 Jul 2008 03:42:07 +0000 (13:42 +1000)
commitd626a26374744849f1bc431e02dd5329594589a1
tree4dcb9758a4f640251d38f332a4aad4cb96601dc8
parente16b2242e5f4702ad2800cd7bed46bcea2c1d4ac
Rename structures to better match the names in the WSPP IDL.

The 'comment' element in a number of domain structures is called
oem_information.  This was picked up actually because with OpenLDAP
doing the schema checking, it noticed that 'comment' was not a valid
attribute.

The rename tries to keep this consistant in both the LDB mappings and
IDL, so we don't make the same mistake in future.

This has no real schema impact, as this value isn't actually used for
anything, as 'comment' was not used in the provision.

Andrew Bartlett
(This used to be commit 65dc0d536590d055a5ee775606ac90ee5fcaee9a)
source4/libnet/libnet_samsync_ldb.c
source4/librpc/idl/netlogon.idl
source4/librpc/idl/samr.idl
source4/rpc_server/samr/dcesrv_samr.c
source4/torture/rpc/samr.c
source4/torture/rpc/samsync.c