s3-rpcclient: use the parsed binding string flags for auth choice.
authorGünther Deschner <gd@samba.org>
Thu, 12 Nov 2009 15:45:33 +0000 (16:45 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 13 Nov 2009 00:13:06 +0000 (01:13 +0100)
commit3732798008f26052c030e8a8fc9c9404fd6f5669
tree017f81f556305e200a3d11b96eba8969ff70f8f1
parentd2a9f4a2729026da11780ae4b71e289982094bd7
s3-rpcclient: use the parsed binding string flags for auth choice.

This allows rpcclient to be called like this:

rpcclient ncacn_ip_tcp:w2k8r2[sign,seal] -U administrator%secret -c "dscracknames gd"

Guenther
source3/rpcclient/rpcclient.c