[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1799-gc360317

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


The branch, master has been updated
       via  c36031778e1983ddb11d3e1fcab35e738dbf94bc (commit)
      from  02996093088a9244c44f46818ac093430d21a99c (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


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

    s3 WHATSNEW: Mention the changes to net

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

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


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 066f718..fe8d541 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -14,6 +14,9 @@ Authentication Changes:
 o Changed the way smbd handles untrusted domain names given during user
   authentication
 
+net Command Changes:
+o parameter syntax made more consistent
+
 Authentication Changes
 ======================
 
@@ -32,6 +35,38 @@ on smbd to always pass through bogus names to the DC for verification.  A new
 parameter "map untrusted to domain" can be enabled to revert to the legacy
 behavior.
 
+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.
+
 ######################################################################
 Reporting bugs & Development Discussion
 #######################################


-- 
Samba Shared Repository


More information about the samba-cvs mailing list