svn commit: samba-docs r919 - in trunk/manpages-3: .

lmuelle at samba.org lmuelle at samba.org
Thu Feb 16 23:15:35 GMT 2006


Author: lmuelle
Date: 2006-02-16 23:15:34 +0000 (Thu, 16 Feb 2006)
New Revision: 919

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

Log:
Document -t, --password-from-stdin feature.

Modified:
   trunk/manpages-3/pdbedit.8.xml


Changeset:
Modified: trunk/manpages-3/pdbedit.8.xml
===================================================================
--- trunk/manpages-3/pdbedit.8.xml	2006-02-16 22:04:20 UTC (rev 918)
+++ trunk/manpages-3/pdbedit.8.xml	2006-02-16 23:15:34 UTC (rev 919)
@@ -26,6 +26,7 @@
 		<arg choice="opt">-S script</arg>
 		<arg choice="opt">-p profile</arg>	
 		<arg choice="opt">-a</arg>	
+		<arg choice="opt">-t, --password-from-stdin</arg>
 		<arg choice="opt">-m</arg>	
 		<arg choice="opt">-r</arg>	
 		<arg choice="opt">-x</arg>	
@@ -275,6 +276,17 @@
 		</varlistentry>
 		
 		<varlistentry>
+		<term>-t, --password-from-stdin</term>
+		<listitem><para>This option causes pdbedit to read the password
+		from standard input, rather than from /dev/tty (like the
+		<command>passwd(1)</command> program does).  The password has
+		to be submitted twice and terminated by a newline each.</para>
+
+		</para>
+		</listitem>
+		</varlistentry>
+
+		<varlistentry>
 		<term>-r</term>
 		<listitem><para>This option is used to modify an existing user 
 		in the database. This command needs a user name specified with the -u 



More information about the samba-cvs mailing list