Changeset 752 for trunk/server/docs/htmldocs/manpages/pdbedit.8.html
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/docs/htmldocs/manpages/pdbedit.8.html
r745 r752 4 4 are smbpasswd, ldap, nis+ and tdb based and more can be added 5 5 without changing the tool).</p><p>There are five main ways to use pdbedit: adding a user account, 6 removing a user account, modif ing a user account, listing user6 removing a user account, modifying a user account, listing user 7 7 accounts, importing users accounts.</p></div><div class="refsect1" title="OPTIONS"><a name="id265892"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term">-L|--list</span></dt><dd><p>This option lists all the user accounts 8 8 present in the users database. … … 48 48 operations and <span class="emphasis"><em>optional</em></span> in list 49 49 operations.</p></dd><dt><span class="term">-f|--fullname fullname</span></dt><dd><p>This option can be used while adding or 50 modif ing a user account. It will specify the user's full50 modifying a user account. It will specify the user's full 51 51 name. </p><p>Example: <code class="literal">-f "Simo Sorce"</code></p></dd><dt><span class="term">-h|--homedir homedir</span></dt><dd><p>This option can be used while adding or 52 modif ing a user account. It will specify the user's home52 modifying a user account. It will specify the user's home 53 53 directory network path.</p><p>Example: <code class="literal">-h "\\\\BERSERKER\\sorce"</code> 54 54 </p></dd><dt><span class="term">-D|--drive drive</span></dt><dd><p>This option can be used while adding or 55 modif ing a user account. It will specify the windows drive55 modifying a user account. It will specify the windows drive 56 56 letter to be used to map the home directory.</p><p>Example: <code class="literal">-D "H:"</code> 57 57 </p></dd><dt><span class="term">-S|--script script</span></dt><dd><p>This option can be used while adding or 58 modif ing a user account. It will specify the user's logon58 modifying a user account. It will specify the user's logon 59 59 script path.</p><p>Example: <code class="literal">-S "\\\\BERSERKER\\netlogon\\sorce.bat"</code> 60 60 </p></dd><dt><span class="term">-p|--profile profile</span></dt><dd><p>This option can be used while adding or 61 modif ing a user account. It will specify the user's profile61 modifying a user account. It will specify the user's profile 62 62 directory.</p><p>Example: <code class="literal">-p "\\\\BERSERKER\\netlogon"</code> 63 63 </p></dd><dt><span class="term">-M|'--machine SID' SID|rid</span></dt><dd><p> … … 126 126 password upon next login. 127 127 </p></dd><dt><span class="term">-N|--account-desc description</span></dt><dd><p>This option can be used while adding or 128 modif ing a user account. It will specify the user's description128 modifying a user account. It will specify the user's description 129 129 field.</p><p>Example: <code class="literal">-N "test description"</code> 130 130 </p></dd><dt><span class="term">-Z|--logon-hours-reset</span></dt><dd><p>This option can be used while adding or 131 modif ing a user account. It will reset the user's allowed logon131 modifying a user account. It will reset the user's allowed logon 132 132 hours. A user may login at any time afterwards.</p><p>Example: <code class="literal">-Z</code> 133 133 </p></dd><dt><span class="term">-z|--bad-password-count-reset</span></dt><dd><p>This option can be used while adding or 134 modif ing a user account. It will reset the stored bad login134 modifying a user account. It will reset the stored bad login 135 135 counter from a specified user.</p><p>Example: <code class="literal">-z</code> 136 136 </p></dd><dt><span class="term">--policies-reset</span></dt><dd><p>This option can be used to reset the general … … 138 138 default values.</p><p>Example: <code class="literal">--policies-reset</code> 139 139 </p></dd><dt><span class="term">-I|--domain</span></dt><dd><p>This option can be used while adding or 140 modif ing a user account. It will specify the user's domain field.</p><p>Example: <code class="literal">-I "MYDOMAIN"</code>140 modifying a user account. It will specify the user's domain field.</p><p>Example: <code class="literal">-I "MYDOMAIN"</code> 141 141 </p></dd><dt><span class="term">--time-format</span></dt><dd><p>This option is currently not being used.</p></dd><dt><span class="term">-h|--help</span></dt><dd><p>Print a summary of command line options. 142 142 </p></dd><dt><span class="term">-d|--debuglevel=level</span></dt><dd><p><em class="replaceable"><code>level</code></em> is an integer
Note:
See TracChangeset
for help on using the changeset viewer.