From ff762531775b0171914f7cf0380af32380d1058c Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 17 Oct 2005 15:35:00 +0000 Subject: Added description of the X flag, removed reference to Samba 2.2, and put in a pointer to the pdbedit man page. (This used to be commit 160b0ba0e287548fd318634ab0544383c7cb0927) --- docs/manpages-3/smbpasswd.5.xml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'docs/manpages-3/smbpasswd.5.xml') diff --git a/docs/manpages-3/smbpasswd.5.xml b/docs/manpages-3/smbpasswd.5.xml index a04ea4c831..af17c7c262 100644 --- a/docs/manpages-3/smbpasswd.5.xml +++ b/docs/manpages-3/smbpasswd.5.xml @@ -120,17 +120,15 @@ Account Flags 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: U - 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. + this is a "User" account, i.e. an ordinary user. N - This means the account has no password (the passwords in the fields LANMAN @@ -143,6 +141,9 @@ D - This means the account is disabled and no SMB/CIFS logins will be allowed for this user. + X - This means the password + does not expire. + W - 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 @@ Other flags may be added as the code is extended in future. - The rest of this field space is filled in with spaces. + 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 pdbedit command. -- cgit