Changeset 862 for trunk/server/docs/manpages/smbpasswd.8
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/docs/manpages/smbpasswd.8
r752 r862 2 2 .\" Title: smbpasswd 3 3 .\" Author: [see the "AUTHOR" section] 4 .\" Generator: DocBook XSL Stylesheets v1.7 5.2<http://docbook.sf.net/>5 .\" Date: 10/29/20124 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> 5 .\" Date: 09/18/2013 6 6 .\" Manual: System Administration tools 7 7 .\" Source: Samba 3.6 8 8 .\" Language: English 9 9 .\" 10 .TH "SMBPASSWD" "8" "10/29/2012" "Samba 3\&.6" "System Administration tools" 10 .TH "SMBPASSWD" "8" "09/18/2013" "Samba 3\&.6" "System Administration tools" 11 .\" ----------------------------------------------------------------- 12 .\" * Define some portability stuff 13 .\" ----------------------------------------------------------------- 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 15 .\" http://bugs.debian.org/507673 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 .ie \n(.g .ds Aq \(aq 19 .el .ds Aq ' 11 20 .\" ----------------------------------------------------------------- 12 21 .\" * set default formatting … … 20 29 .\" ----------------------------------------------------------------- 21 30 .SH "NAME" 22 smbpasswd \- change a user\ 's SMB password31 smbpasswd \- change a user\*(Aqs SMB password 23 32 .SH "SYNOPSIS" 24 33 .HP \w'\ 'u … … 34 43 user or not\&. When run as a normal user it allows the user to change the password used for their SMB sessions on any machines that store SMB passwords\&. 35 44 .PP 36 By default (when run with no arguments) it will attempt to change the current user\ 's SMB password on the local machine\&. This is similar to the way the45 By default (when run with no arguments) it will attempt to change the current user\*(Aqs SMB password on the local machine\&. This is similar to the way the 37 46 passwd(1) 38 47 program works\&. … … 83 92 \fBdisabled\fR 84 93 in the local smbpasswd file\&. This is done by writing a 85 \fB\ 'D\'\fR94 \fB\*(AqD\*(Aq\fR 86 95 flag into the account control space in the smbpasswd file\&. Once this is done all attempts to authenticate via SMB using this username will fail\&. 87 96 .sp 88 If the smbpasswd file is in the \ 'old\' format (pre\-Samba 2\&.0 format) there is no space in the user\'s password entry to write this information and the command will FAIL\&. See97 If the smbpasswd file is in the \*(Aqold\*(Aq format (pre\-Samba 2\&.0 format) there is no space in the user\*(Aqs password entry to write this information and the command will FAIL\&. See 89 98 \fBsmbpasswd\fR(5) 90 for details on the \ 'old\'and new password file formats\&.99 for details on the \*(Aqold\*(Aq and new password file formats\&. 91 100 .sp 92 101 This option is only available when running smbpasswd as root\&. … … 99 108 in the local smbpasswd file, if the account was previously disabled\&. If the account was not disabled this option has no effect\&. Once the account is enabled then the user will be able to authenticate via SMB once again\&. 100 109 .sp 101 If the smbpasswd file is in the \ 'old\'format, then110 If the smbpasswd file is in the \*(Aqold\*(Aq format, then 102 111 smbpasswd 103 112 will FAIL to enable the account\&. See 104 113 \fBsmbpasswd\fR(5) 105 for details on the \ 'old\'and new password file formats\&.114 for details on the \*(Aqold\*(Aq and new password file formats\&. 106 115 .sp 107 116 This option is only available when running smbpasswd as root\&. … … 252 261 \m[blue]\fBldap admin dn\fR\m[]\&. Note that the password is stored in the 253 262 secrets\&.tdb 254 and is keyed off of the admin\ 's DN\&. This means that if the value of263 and is keyed off of the admin\*(Aqs DN\&. This means that if the value of 255 264 \fIldap admin dn\fR 256 265 ever changes, the password will need to be manually updated as well\&. … … 267 276 \m[blue]\fBldap admin dn\fR\m[]\&. Note that the password is stored in the 268 277 secrets\&.tdb 269 and is keyed off of the admin\ 's DN\&. This means that if the value of278 and is keyed off of the admin\*(Aqs DN\&. This means that if the value of 270 279 \fIldap admin dn\fR 271 280 ever changes, the password will need to be manually updated as well\&.
Note:
See TracChangeset
for help on using the changeset viewer.