s4:lsa use the correct way to store a domain sid
authorSimo Sorce <idra@samba.org>
Wed, 24 Feb 2010 22:10:59 +0000 (17:10 -0500)
committerSimo Sorce <idra@samba.org>
Wed, 24 Feb 2010 23:35:48 +0000 (18:35 -0500)
commita7057e69c72f2c42a76cf67ccdb5927023c6aac2
treed71f102633438294671f74bac4b3850c684be600
parent376fa0d66e61fe8165298b5dc1b49265f666a363
s4:lsa use the correct way to store a domain sid

Converting the sid to a string and then storing a string does not save the sid
in the right format. Causing following retrievals to fail to read back a sid
with samdb_result_dom_sid().
source4/rpc_server/lsa/dcesrv_lsa.c