From 49cd711d49a321de8eeb9ab3720c1357089059b8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 3 Oct 2002 18:10:16 +0000 Subject: Fix links in html versions of manpages (This used to be commit e0632a7752f123859290140b5fc190fee0da8484) --- docs/htmldocs/smbpasswd.8.html | 83 +++++++++++++++++++++++++----------------- 1 file changed, 50 insertions(+), 33 deletions(-) (limited to 'docs/htmldocs/smbpasswd.8.html') diff --git a/docs/htmldocs/smbpasswd.8.html b/docs/htmldocs/smbpasswd.8.html index a8b39b37e5..fa7b4b2520 100644 --- a/docs/htmldocs/smbpasswd.8.html +++ b/docs/htmldocs/smbpasswd.8.html @@ -1,10 +1,11 @@ + smbpasswd

smbpasswd

smbpasswd
smbpasswd [-a] [-x] [-d] [-e] [-D debuglevel] [-n] [-r <remote machine>] [-R <name resolve order>] [-m] [-j DOMAIN] [-U username[%password]] [-h] [-s] [-w pass] [username]

[-a] [-x] [-d] [-e] [-D debuglevel] [-n] [-r <remote machine>] [-R <name resolve order>] [-m] [-U username[%password]] [-h] [-s] [-w pass] [username]

DESCRIPTION

suite.

The smbpasswd program has several different - functions, depending on whether it is run by the rootroot 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 @@ -70,8 +75,12 @@ CLASS="COMMAND" CLASS="COMMAND" >smbpasswd differs from how the passwd program works - however in that it is not setuid rootsetuid root but works in a client-server mode and communicates with a locally running smbpasswd(5) file.

When run by an ordinary user with no options. smbpasswd +>When run by an ordinary user with no options, smbpasswd will prompt them for their old SMB password and then ask them for their new password twice, to ensure that the new password was typed correctly. No passwords will be echoed on the screen whilst being typed. If you have a blank SMB password (specified by the string "NO PASSWORD" in the smbpasswd file) then just press - the <Enter> key when asked for your old password.

smbpasswd can also be used by a normal user to change their SMB password on remote machines, such as Windows NT Primary Domain @@ -110,7 +119,7 @@ CLASS="COMMAND" >

OPTIONS

This option specifies that the username following should be added to the local smbpasswd file, with the - new password typed (type <Enter> for the old password). This + new password typed (type <Enter> for the old password). This option is ignored if the username following already exists in the smbpasswd file and it is treated like a regular change password command. Note that the default passdb backends require @@ -134,7 +143,7 @@ CLASS="VARIABLELIST" CLASS="FILENAME" >/etc/passwd), else the request to add the - user will fail.

This option is only available when running smbpasswd as root.

NoteNote that Windows 95/98 do not have a real password database so it is not possible to change passwords specifying a Win95/98 machine as remote machine target.

-R name resolve order

This option allows the user of smbpasswd to determine +>This option allows the user of smbpasswd to determine what name resolution services to use when looking up the NetBIOS name of the host being connected to.

The options are :"lmhosts", "host", "wins" and "bcast". They cause - names to be resolved as follows :

The options are :"lmhosts", "host", "wins" and "bcast". They + cause names to be resolved as follows :

    wins server - parameter. If no WINS server has been specified this method - will be ignored.

  • interfaces parameter. This is the least - reliable of the name resolution methods as it depends on the - target host being on a locally connected subnet.

This option is only available when running smbpasswd as root. +>This option is only available when running smbpasswd as root.

-w password

This parameter is only available is Samba - has been configured to use the experiemental +>This parameter is only available if Samba + has been configured to use the experimental --with-ldapsamldap admin dn ever changes, the password will beed to be +> ever changes, the password will need to be manually updated as well.

This specifies the username for all of the - root onlyroot only options to operate on. Only root can specify this parameter as only root has the permission needed to modify attributes directly in the local smbpasswd file. @@ -503,7 +520,7 @@ CLASS="PARAMETER" >

NOTES

VERSION

SEE ALSO

AUTHOR