From 4a92658cdeb724217b8334c5ee90254d81530923 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 26 May 2006 23:04:09 +0000 Subject: [PATCH] smbpasswd -W docs patch from Aruna Prabakar --- docs/manpages-3/smbpasswd.8.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 @@ -h -s -w pass + -W -i -L username @@ -330,6 +331,24 @@ + + -W + NOTE: This option is same as "-w" + except that the password should be entered using stdin. + + This parameter is only available if Samba + has been compiled with LDAP support. The -W + switch is used to specify the password to be used with the + . Note that the password is stored in + the secrets.tdb and is keyed off + of the admin's DN. This means that if the value of ldap + admin dn ever changes, the password will need to be + manually updated as well. + + + + + -i This option tells smbpasswd that the account -- 2.34.1