svn commit: samba r13528 - branches/SAMBA_3_0/source/utils trunk/source/utils

lmuelle at samba.org lmuelle at samba.org
Thu Feb 16 18:33:09 GMT 2006


Author: lmuelle
Date: 2006-02-16 18:33:08 +0000 (Thu, 16 Feb 2006)
New Revision: 13528

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13528

Log:
Mention the tools and commandline option names used.

Modified:
   branches/SAMBA_3_0/source/utils/passwd_util.c
   trunk/source/utils/passwd_util.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/passwd_util.c
===================================================================
--- branches/SAMBA_3_0/source/utils/passwd_util.c	2006-02-16 18:28:04 UTC (rev 13527)
+++ branches/SAMBA_3_0/source/utils/passwd_util.c	2006-02-16 18:33:08 UTC (rev 13528)
@@ -54,8 +54,8 @@
 
 /*************************************************************
  Utility function to get passwords via tty or stdin
- Used if the '-t' option is set to silently get passwords
- to enable scripting.
+ Used if the '-s' (smbpasswd) or '-t' (pdbedit) option is set
+ to silently get passwords to enable scripting.
 *************************************************************/
 char *get_pass( char *prompt, BOOL stdin_get)
 {

Modified: trunk/source/utils/passwd_util.c
===================================================================
--- trunk/source/utils/passwd_util.c	2006-02-16 18:28:04 UTC (rev 13527)
+++ trunk/source/utils/passwd_util.c	2006-02-16 18:33:08 UTC (rev 13528)
@@ -54,8 +54,8 @@
 
 /*************************************************************
  Utility function to get passwords via tty or stdin
- Used if the '-t' option is set to silently get passwords
- to enable scripting.
+ Used if the '-s' (smbpasswd) or '-t' (pdbedit) option is set
+ to silently get passwords to enable scripting.
 *************************************************************/
 char *get_pass( char *prompt, BOOL stdin_get)
 {



More information about the samba-cvs mailing list