s4:libnet_JoinADSDomain - move away from "samdb_msg_add_string"
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 3 Dec 2010 19:09:31 +0000 (20:09 +0100)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Fri, 3 Dec 2010 19:09:31 +0000 (20:09 +0100)
commitd14e0e8ff1e3f9144bf815daec9eb292879a97ca
tree5be9339c05844b868a8f1e59f4e922cee8a971b7
parent189b4bc1c27f0bfe08d86236ce20e281ff4215dd
s4:libnet_JoinADSDomain - move away from "samdb_msg_add_string"

These calls can be substituted by "ldb_msg_add_string" without any problems -
only the allocation contexts of the SPNs and the DNS hostnames have to adapted.
source4/libnet/libnet_join.c