s3:net: add net_update_dns_ext() that accepts a list of addresses as parameter (bug...
authorMichael Adam <obnox@samba.org>
Wed, 15 Dec 2010 23:52:41 +0000 (00:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 Dec 2010 14:59:44 +0000 (15:59 +0100)
commit4d91f98b433e07922373bf4e3ba9668b7af71a00
tree539605370c6f337bff095c2513a5c61d07e7f3f8
parentb8f19df53e66bf0260b4ae6c49acea87ac379deb
s3:net: add net_update_dns_ext() that accepts a list of addresses as parameter (bug# 7871)

This generalized form of net_update_dns() will be used to
add support for specifying a list of addresses on the commandline
of "net ads dns register".

This prepares the "net ads dns register" part of the fix for bug #7871.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/utils/net_ads.c