diff options
author | Gerald Carter <jerry@samba.org> | 2006-05-26 23:04:09 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:19 -0500 |
commit | 7ab7991da998eaac38780ee4ae9dfbf46a1293f5 (patch) | |
tree | 64ac37d0aab3b5150ab696d41c706864ebcc20e6 /docs/manpages-3 | |
parent | f310bea8a3d73ef2fae3215ec778312aa23cacc3 (diff) | |
download | samba-7ab7991da998eaac38780ee4ae9dfbf46a1293f5.tar.gz samba-7ab7991da998eaac38780ee4ae9dfbf46a1293f5.tar.bz2 samba-7ab7991da998eaac38780ee4ae9dfbf46a1293f5.zip |
smbpasswd -W docs patch from Aruna Prabakar <aruna.prabakar@hp.com>
(This used to be commit 54cab2865e26d3866296a35f1cbd21ab1855217b)
Diffstat (limited to 'docs/manpages-3')
-rw-r--r-- | docs/manpages-3/smbpasswd.8.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/manpages-3/smbpasswd.8.xml b/docs/manpages-3/smbpasswd.8.xml index cce4d14cf9..766fff6682 100644 --- a/docs/manpages-3/smbpasswd.8.xml +++ b/docs/manpages-3/smbpasswd.8.xml @@ -30,6 +30,7 @@ <arg choice="opt">-h</arg> <arg choice="opt">-s</arg> <arg choice="opt">-w pass</arg> + <arg choice="opt">-W</arg> <arg choice="opt">-i</arg> <arg choice="opt">-L</arg> <arg choice="opt">username</arg> @@ -331,6 +332,24 @@ </varlistentry> <varlistentry> + <term>-W</term> + <listitem><para><command>NOTE: </command> This option is same as "-w" + except that the password should be entered using stdin. + </para> + <para>This parameter is only available if Samba + has been compiled with LDAP support. The <parameter>-W</parameter> + switch is used to specify the password to be used with the + <smbconfoption name="ldap admin dn"/>. Note that the password is stored in + the <filename>secrets.tdb</filename> and is keyed off + of the admin's DN. This means that if the value of <parameter>ldap + admin dn</parameter> ever changes, the password will need to be + manually updated as well. + </para> + </listitem> + </varlistentry> + + + <varlistentry> <term>-i</term> <listitem><para>This option tells smbpasswd that the account being changed is an interdomain trust account. Currently this is used |