[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1070-gce18ba7

Kai Blin kai at samba.org
Tue May 26 07:30:12 GMT 2009


The branch, v3-4-test has been updated
       via  ce18ba7e24b5578672d2f2ffaab97ef708421067 (commit)
      from  c039bc15ba597d955d0ccbf5642388b0a03ba40b (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit ce18ba7e24b5578672d2f2ffaab97ef708421067
Author: Kai Blin <kai at samba.org>
Date:   Tue May 26 09:29:35 2009 +0200

    WHATSNEW: Add net command changes

-----------------------------------------------------------------------

Summary of changes:
 WHATSNEW.txt |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 64ffe3f..6a77967 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -32,6 +32,8 @@ o The code has been cleaned up and the major basic interfaces are shared with
   Samba4 now.
 o An asynchronous API has been added.
 
+net Command Changes:
+o parameter syntax made more consistent
 
 General Changes
 ===============
@@ -99,6 +101,38 @@ these two versions.
 An asynchronous API has been added.
 
 
+net Command Changes
+===================
+
+The net command now accepts the common command line parameters most other Samba
+command line utilities use, with a couple of remaining differences:
+
+-l still gives long output for net commands supporting the --long flag. This was
+more useful than the common --log-base parameter.
+
+-i still tells net to read data from stdin (like --stdin) instead of toggling
+the common --scope flag.
+
+-S still tells net the server to connect to (like --server) instead of
+negotiating the common --signing flag. As -S is probably used by most scripts
+doing net rpc commands, this would have been a high-impact change for little
+gain.
+
+This change was mainly done to unify the authentification options. Here, one
+flag changed it's meaning and one useful flag was added.
+
+-N used to be the short version of --ntname. It now matches the Samba default of
+--no-pass. Use this to stop net from prompting for a password if you want
+anonymous authentication.
+
+-A --authentication-file now takes an authentication file with the username and
+password you want net to use, avoiding a password prompt as with plain -U user
+or having to give a password on the command line as in -U user%pass.
+
+Last but not least net now always falls back to your local unix username if no
+-U is specified and a username is needed. net rpc commands will now prompt for a
+password unless one is specified using either -U user%pass or -A auth_file
+
 ######################################################################
 Changes
 #######


-- 
Samba Shared Repository


More information about the samba-cvs mailing list