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

jht at samba.org jht at samba.org
Mon Oct 17 15:35:01 GMT 2005


Author: jht
Date: 2005-10-17 15:35:00 +0000 (Mon, 17 Oct 2005)
New Revision: 821

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

Log:
Added description of the X flag, removed reference to Samba 2.2, and put in a pointer to the pdbedit man page.
Modified:
   trunk/manpages-3/smbpasswd.5.xml


Changeset:
Modified: trunk/manpages-3/smbpasswd.5.xml
===================================================================
--- trunk/manpages-3/smbpasswd.5.xml	2005-10-17 15:13:30 UTC (rev 820)
+++ trunk/manpages-3/smbpasswd.5.xml	2005-10-17 15:35:00 UTC (rev 821)
@@ -120,17 +120,15 @@
 		<varlistentry>
 		<term>Account Flags</term>
 		<listitem><para>This section contains flags that describe 
-		the attributes of the users account. In the Samba 2.2 release 
-		this field is bracketed by '[' and ']' characters and is always 
-		13 characters in length (including the '[' and ']' characters).
+		the attributes of the users account.  This field is bracketed by 
+		'[' and ']' characters and is always 13 characters in length 
+		(including the '[' and ']' characters).
 		The contents of this field may be any of the following characters:
 		</para>
 		
 		<itemizedlist>
 			<listitem><para><emphasis>U</emphasis> - This means 
-			this is a "User" account, i.e. an ordinary user. Only User 
-			and Workstation Trust accounts are currently supported 
-			in the smbpasswd file. </para></listitem>
+			this is a "User" account, i.e. an ordinary user.</para></listitem>
 			
 			<listitem><para><emphasis>N</emphasis> - This means the
 			account has no password (the passwords in the fields LANMAN 
@@ -143,6 +141,9 @@
 			<listitem><para><emphasis>D</emphasis> - This means the account 
 			is disabled and no SMB/CIFS logins  will be allowed for this user. </para></listitem>
 			
+			<listitem><para><emphasis>X</emphasis> - This means the password 
+			does not expire. </para></listitem>
+			
 			<listitem><para><emphasis>W</emphasis> - This means this account 
 			is a "Workstation Trust" account. This kind of account is used 
 			in the Samba PDC code stream to allow Windows NT Workstations 
@@ -151,7 +152,9 @@
 		</itemizedlist>
 		
 		<para>Other flags may be added as the code is extended in future.
-		The rest of this field space is filled in with spaces. </para>
+		The rest of this field space is filled in with spaces. For further
+		information regarding the flags that are supported please refer to the
+		man page for the <command>pdbedit</command> command.</para>
 		</listitem>
 		</varlistentry>
 		



More information about the samba-cvs mailing list