net: Use samba default command line arguments.
authorKai Blin <kai@samba.org>
Thu, 14 May 2009 09:39:01 +0000 (11:39 +0200)
committerKai Blin <kai@samba.org>
Mon, 25 May 2009 21:35:38 +0000 (23:35 +0200)
commitfb262f79fab00374023e59476e8d05a1015a7041
tree753bfbae96b66f237f53854b6fb12f6f16aad1e0
parenta98ba0cbe9a05f1b681206cecb7558c24d89da49
net: Use samba default command line arguments.

Attention:

The meaning of the -N flag changed.
To get the old meaning for net groupmap set, use the long option --ntname
The long option for using kerberos changed from --kerberos to --use-kerberos

net rpc commands will now prompt for a password if none is given.

As a benefit, net will now accept an authentication file like other samba
command line tools. So no need to specify the password on the command line in
scripts anymore.

This should fix bug #6357

Signed-off-by: Kai Blin <kai@samba.org>
source3/utils/net.c
source3/utils/net.h
source3/utils/net_ads.c
source3/utils/net_dom.c
source3/utils/net_help.c
source3/utils/net_proto.h
source3/utils/net_rpc.c
source3/utils/net_rpc_join.c
source3/utils/net_rpc_samsync.c
source3/utils/net_rpc_shell.c
source3/utils/net_util.c