Use ldb_dn_from_ldb_val() to create a DN in the SAMR server
authorAndrew Bartlett <abartlet@samba.org>
Tue, 4 Nov 2008 04:48:10 +0000 (15:48 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Nov 2008 05:06:57 +0000 (16:06 +1100)
commit31158c02568c28507a8a405328c457d144ac6829
treed217d8262cd40e394ad049eb6160c179edfbed0c
parent2fc5ca8409ba0ad40236608bc1ca5f4f5f39445a
Use ldb_dn_from_ldb_val() to create a DN in the SAMR server

The previous code incorrectly cast an ldb_val into a char *.

Andrew Bartlett
source4/rpc_server/samr/dcesrv_samr.c