Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/docs-xml/manpages
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages/pdbedit.8.xml

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    4444                <arg choice="opt">-s configfile</arg>
    4545                <arg choice="opt">-S script</arg>
     46                <arg choice="opt">--set-nt-hash</arg>
    4647                <arg choice="opt">-t</arg>
    4748                <arg choice="opt">--time-format</arg>
     
    100101                <listitem><para>This option enables the verbose listing format.
    101102                It causes pdbedit to list the users in the database, printing
    102                 out the account fields in a descriptive format.</para>
     103                out the account fields in a descriptive format. Used together
     104                with -w also shows passwords hashes.</para>
    103105
    104106                <para>Example: <command>pdbedit -L -v</command></para>
     
    135137                <filename>smbpasswd</filename> file format. (see the
    136138                <citerefentry><refentrytitle>smbpasswd</refentrytitle>
    137                 <manvolnum>5</manvolnum></citerefentry> for details)</para>
     139                <manvolnum>5</manvolnum></citerefentry> for details).
     140                Instead used together with (-v) displays the passwords
     141                hashes in verbose output.</para>
    138142
    139143                <para>Example: <command>pdbedit -L -w</command></para>
     
    205209               
    206210               
     211                <varlistentry>
     212                <term>--set-nt-hash</term>
     213                <listitem><para>This option can be used while modifying
     214                a user account. It will set the user's password using
     215                the nt-hash value given as hexadecimal string.
     216                Useful to synchronize passwords.</para>
     217       
     218                <para>Example: <command>--set-nt-hash 8846F7EAEE8FB117AD06BDD830B7586C</command>
     219                </para>
     220                </listitem>
     221                </varlistentry>
     222
    207223                <varlistentry>
    208224                <term>-p|--profile profile</term>
     
    290306</para>
    291307
    292                 <note><para>pdbedit does not call the unix password syncronisation
     308                <note><para>pdbedit does not call the unix password synchronization
    293309                                script if <smbconfoption name="unix password sync"/>
    294310                                has been set. It only updates the data in the Samba
     
    429445                applies to the account policies instead of the user database.</para>
    430446
    431                 <para>This option will allow to migrate account policies from their default
     447                <para>This option will allow one to migrate account policies from their default
    432448                tdb-store into a passdb backend, e.g. an LDAP directory server.</para>
    433449
     
    504520                </varlistentry>
    505521
    506                 &stdarg.help;
     522                &popt.autohelp;
    507523                &stdarg.server.debug;
    508524                &popt.common.samba;
Note: See TracChangeset for help on using the changeset viewer.