Changeset 988 for vendor/current/docs-xml/manpages/pdbedit.8.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- 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 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">System Administration tools</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 44 44 <arg choice="opt">-s configfile</arg> 45 45 <arg choice="opt">-S script</arg> 46 <arg choice="opt">--set-nt-hash</arg> 46 47 <arg choice="opt">-t</arg> 47 48 <arg choice="opt">--time-format</arg> … … 100 101 <listitem><para>This option enables the verbose listing format. 101 102 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> 103 105 104 106 <para>Example: <command>pdbedit -L -v</command></para> … … 135 137 <filename>smbpasswd</filename> file format. (see the 136 138 <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> 138 142 139 143 <para>Example: <command>pdbedit -L -w</command></para> … … 205 209 206 210 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 207 223 <varlistentry> 208 224 <term>-p|--profile profile</term> … … 290 306 </para> 291 307 292 <note><para>pdbedit does not call the unix password sync ronisation308 <note><para>pdbedit does not call the unix password synchronization 293 309 script if <smbconfoption name="unix password sync"/> 294 310 has been set. It only updates the data in the Samba … … 429 445 applies to the account policies instead of the user database.</para> 430 446 431 <para>This option will allow to migrate account policies from their default447 <para>This option will allow one to migrate account policies from their default 432 448 tdb-store into a passdb backend, e.g. an LDAP directory server.</para> 433 449 … … 504 520 </varlistentry> 505 521 506 & stdarg.help;522 &popt.autohelp; 507 523 &stdarg.server.debug; 508 524 &popt.common.samba;
Note:
See TracChangeset
for help on using the changeset viewer.