]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Added description of the X flag, removed reference to Samba 2.2, and put in a pointer...
authorJohn Terpstra <jht@samba.org>
Mon, 17 Oct 2005 15:35:00 +0000 (15:35 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:07 +0000 (08:47 -0500)
docs/manpages-3/smbpasswd.5.xml

index a04ea4c831555796126acd22c1d97cf07f30070c..af17c7c26201873a93c10f1340931b484d61945a 100644 (file)
                <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 
                        <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 
                </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>