Changeset 746 for vendor/current/docs-xml/manpages-3
- Timestamp:
- Nov 27, 2012, 4:56:06 PM (13 years ago)
- Location:
- vendor/current/docs-xml/manpages-3
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/manpages-3/idmap_autorid.8.xml
r740 r746 52 52 plan accordingly for your expected number of users in a domain 53 53 with safety margins. 54 </para> 54 </para> 55 <para>One range will be used for local users and groups. 56 Thus the number of local users and groups that can be created is 57 limited by this option as well. If you plan to create a large amount 58 of local users or groups, you will need set this parameter accordingly. 59 </para> 55 60 <para>The default value is 100000.</para> 56 61 </listitem> -
vendor/current/docs-xml/manpages-3/idmap_nss.8.xml
r740 r746 21 21 22 22 <para>The idmap_nss plugin provides a means to map Unix users and groups 23 to Windows accounts and obs eletes the "winbind trusted domains only"23 to Windows accounts and obsoletes the "winbind trusted domains only" 24 24 smb.conf option. This provides a simple means of ensuring that the SID 25 25 for a Unix user named jsmith is reported as the one assigned to -
vendor/current/docs-xml/manpages-3/libsmbclient.7.xml
r740 r746 72 72 is a compile-time option. This value determines the maximum number of local master browsers to 73 73 query for the list of workgroups. In order to ensure that the list is complete for those present 74 on the network, all master browsers must be quer ried. If there are a large number of workgroups74 on the network, all master browsers must be queried. If there are a large number of workgroups 75 75 on the network, the time spent querying will be significant. For small networks (just a few 76 76 workgroups), it is suggested to set this value to 0, instructing libsmbclient to query all local -
vendor/current/docs-xml/manpages-3/net.8.xml
r740 r746 62 62 <variablelist> 63 63 &stdarg.help; 64 &stdarg.kerberos; 64 65 65 66 <varlistentry> … … 2105 2106 <listitem><para><replaceable>DOMAIN</replaceable> can be a NetBIOS domain name (also known as short domain name) or a DNS domain name for Active Directory Domains. As in Windows, it is also possible to control which Domain Controller to use. This can be achieved by appending the DC name using the \ separator character. Example: MYDOM\MYDC. The <replaceable>DOMAIN</replaceable> parameter cannot be NULL.</para></listitem> 2106 2107 2107 <listitem><para><replaceable>OU</replaceable> can be set to a RFC 1779 LDAP DN, like <emphasis>ou=mymachines,cn=Users,dc=example,dc=com</emphasis> in order to create the machine account in a non-default LDAP contain ter. This optional parameter is only supported when joining Active Directory Domains.</para></listitem>2108 <listitem><para><replaceable>OU</replaceable> can be set to a RFC 1779 LDAP DN, like <emphasis>ou=mymachines,cn=Users,dc=example,dc=com</emphasis> in order to create the machine account in a non-default LDAP container. This optional parameter is only supported when joining Active Directory Domains.</para></listitem> 2108 2109 2109 2110 <listitem><para><replaceable>ACCOUNT</replaceable> defines a domain account that will be used to join the machine to the domain. This domain account needs to have sufficient privileges to join machines.</para></listitem> -
vendor/current/docs-xml/manpages-3/ntlm_auth.1.xml
r740 r746 200 200 the client. 201 201 </para> 202 <para><example>LANMAN-Challe ge: 0102030405060708</example></para>202 <para><example>LANMAN-Challenge: 0102030405060708</example></para> 203 203 </listitem></varlistentry> 204 204 … … 240 240 <varlistentry> 241 241 <term>Request-User-Session-Key</term> 242 <listitem><para> Apon sucessful authenticaiton, return242 <listitem><para>Upon successful authenticaiton, return 243 243 the user session key associated with the login. 244 244 </para> … … 249 249 <varlistentry> 250 250 <term>Request-LanMan-Session-Key</term> 251 <listitem><para> Apon sucessful authenticaiton, return251 <listitem><para>Upon successful authenticaiton, return 252 252 the LANMAN session key associated with the login. 253 253 </para> … … 256 256 </listitem></varlistentry> 257 257 258 <para><warning>Implement ors should take care to base64 encode258 <para><warning>Implementers should take care to base64 encode 259 259 any data (such as usernames/passwords) that may contain malicous user data, such as 260 260 a newline. They may also need to decode strings from … … 320 320 <varlistentry> 321 321 <term>--request-lm-key</term> 322 <listitem><para>Retr eive LM session key</para></listitem>322 <listitem><para>Retrieve LM session key</para></listitem> 323 323 </varlistentry> 324 324 … … 381 381 382 382 <para>If you're experiencing problems with authenticating Internet Explorer running 383 under MS Windows 9X or Millen ium Edition against ntlm_auth's NTLMSSP authentication383 under MS Windows 9X or Millennium Edition against ntlm_auth's NTLMSSP authentication 384 384 helper (--helper-protocol=squid-2.5-ntlmssp), then please read 385 385 <ulink url="http://support.microsoft.com/support/kb/articles/Q239/8/69.ASP"> -
vendor/current/docs-xml/manpages-3/pdbedit.8.xml
r740 r746 73 73 74 74 <para>There are five main ways to use pdbedit: adding a user account, 75 removing a user account, modif ing a user account, listing user75 removing a user account, modifying a user account, listing user 76 76 accounts, importing users accounts.</para> 77 77 </refsect1> … … 163 163 <term>-f|--fullname fullname</term> 164 164 <listitem><para>This option can be used while adding or 165 modif ing a user account. It will specify the user's full165 modifying a user account. It will specify the user's full 166 166 name. </para> 167 167 … … 173 173 <term>-h|--homedir homedir</term> 174 174 <listitem><para>This option can be used while adding or 175 modif ing a user account. It will specify the user's home175 modifying a user account. It will specify the user's home 176 176 directory network path.</para> 177 177 … … 184 184 <term>-D|--drive drive</term> 185 185 <listitem><para>This option can be used while adding or 186 modif ing a user account. It will specify the windows drive186 modifying a user account. It will specify the windows drive 187 187 letter to be used to map the home directory.</para> 188 188 … … 196 196 <term>-S|--script script</term> 197 197 <listitem><para>This option can be used while adding or 198 modif ing a user account. It will specify the user's logon198 modifying a user account. It will specify the user's logon 199 199 script path.</para> 200 200 … … 208 208 <term>-p|--profile profile</term> 209 209 <listitem><para>This option can be used while adding or 210 modif ing a user account. It will specify the user's profile210 modifying a user account. It will specify the user's profile 211 211 directory.</para> 212 212 … … 448 448 <term>-N|--account-desc description</term> 449 449 <listitem><para>This option can be used while adding or 450 modif ing a user account. It will specify the user's description450 modifying a user account. It will specify the user's description 451 451 field.</para> 452 452 … … 459 459 <term>-Z|--logon-hours-reset</term> 460 460 <listitem><para>This option can be used while adding or 461 modif ing a user account. It will reset the user's allowed logon461 modifying a user account. It will reset the user's allowed logon 462 462 hours. A user may login at any time afterwards.</para> 463 463 … … 470 470 <term>-z|--bad-password-count-reset</term> 471 471 <listitem><para>This option can be used while adding or 472 modif ing a user account. It will reset the stored bad login472 modifying a user account. It will reset the stored bad login 473 473 counter from a specified user.</para> 474 474 … … 491 491 <term>-I|--domain</term> 492 492 <listitem><para>This option can be used while adding or 493 modif ing a user account. It will specify the user's domain field.</para>493 modifying a user account. It will specify the user's domain field.</para> 494 494 495 495 <para>Example: <command>-I "MYDOMAIN"</command> -
vendor/current/docs-xml/manpages-3/profiles.1.xml
r740 r746 59 59 <varlistentry> 60 60 <term>-c SID1 -n SID2</term> 61 <listitem><para>Change all occur ences of SID1 in <filename>file</filename> by SID2.61 <listitem><para>Change all occurrences of SID1 in <filename>file</filename> by SID2. 62 62 </para></listitem> 63 63 </varlistentry> -
vendor/current/docs-xml/manpages-3/samba.7.xml
r740 r746 217 217 <manvolnum>1</manvolnum></citerefentry></term> 218 218 <listitem><para><command>profiles</command> is a command-line 219 utility that can be used to replace all occur ences of219 utility that can be used to replace all occurrences of 220 220 a certain SID with another SID. 221 221 </para></listitem> -
vendor/current/docs-xml/manpages-3/smbcacls.1.xml
r740 r746 21 21 <command>smbcacls</command> 22 22 <arg choice="req">//server/share</arg> 23 <arg choice="req"> filename</arg>23 <arg choice="req">/filename</arg> 24 24 <arg choice="opt">-D|--delete acls</arg> 25 25 <arg choice="opt">-M|--modify acls</arg> -
vendor/current/docs-xml/manpages-3/smbclient.1.xml
r740 r746 323 323 encrypted. This is new for Samba 3.2 and will only work with Samba 324 324 3.2 or above servers. Negotiates SMB encryption using GSSAPI. Uses 325 the given credentials for the encryption negotia ion (either kerberos325 the given credentials for the encryption negotiation (either kerberos 326 326 or NTLMv1/v2 if given domain/username/password triple. Fails the 327 327 connection if encryption cannot be negotiated. … … 429 429 (no password on share). </para> 430 430 431 <para><command>smbclient //mypc/ yshare "" -N -Tx backup.tar431 <para><command>smbclient //mypc/myshare "" -N -Tx backup.tar 432 432 </command></para> 433 433 … … 635 635 <varlistentry> 636 636 <term>du <filename></term> 637 <listitem><para>Does a directory listing and then prints out the current disk us eage and free space on a share.637 <listitem><para>Does a directory listing and then prints out the current disk usage and free space on a share. 638 638 </para></listitem> 639 639 </varlistentry> -
vendor/current/docs-xml/manpages-3/smbcontrol.1.xml
r740 r746 215 215 <para> 216 216 Note that this message only sends notification that an 217 event has occur ed. It doesn't actually cause the217 event has occurred. It doesn't actually cause the 218 218 event to happen. 219 219 </para> -
vendor/current/docs-xml/manpages-3/smbcquotas.1.xml
r740 r746 119 119 120 120 <refsect1> 121 <title>QUOTA_SET_COM AND</title>121 <title>QUOTA_SET_COMMAND</title> 122 122 123 123 <para>The format of an the QUOTA_SET_COMMAND is an operation -
vendor/current/docs-xml/manpages-3/smbd.8.xml
r740 r746 240 240 session management. The degree too which samba supports PAM is restricted 241 241 by the limitations of the SMB protocol and the <smbconfoption name="obey pam restrictions"/> <citerefentry><refentrytitle>smb.conf</refentrytitle> 242 <manvolnum>5</manvolnum></citerefentry> param ater. When this is set, the following restrictions apply:242 <manvolnum>5</manvolnum></citerefentry> parameter. When this is set, the following restrictions apply: 243 243 </para> 244 244 … … 246 246 <listitem><para><emphasis>Account Validation</emphasis>: All accesses to a 247 247 samba server are checked 248 against PAM to see if the account is va ild, not disabled and is permitted to248 against PAM to see if the account is valid, not disabled and is permitted to 249 249 login at this time. This also applies to encrypted logins. 250 250 </para></listitem> 251 251 252 252 <listitem><para><emphasis>Session Management</emphasis>: When not using share 253 level secu irty, users must pass PAM's session checks before access254 is granted. Note however, that this is bypassed in share level secu irty.253 level security, users must pass PAM's session checks before access 254 is granted. Note however, that this is bypassed in share level security. 255 255 Note also that some older pam configuration files may need a line 256 256 added for session support. -
vendor/current/docs-xml/manpages-3/tdbbackup.8.xml
r740 r746 55 55 <term>-s suffix</term> 56 56 <listitem><para> 57 The <command>-s</command> option allows the adminis istrator to specify a file57 The <command>-s</command> option allows the administrator to specify a file 58 58 backup extension. This way it is possible to keep a history of tdb backup 59 59 files by using a new suffix for each backup. … … 64 64 <term>-v</term> 65 65 <listitem><para> 66 The <command>-v</command> will check the database for damages (c urrupt data)66 The <command>-v</command> will check the database for damages (corrupt data) 67 67 which if detected causes the backup to be restored. 68 68 </para></listitem> -
vendor/current/docs-xml/manpages-3/testparm.1.xml
r740 r746 94 94 is limited by default to the global section. 95 95 96 It is also possible to dump a parametrical option. Ther fore96 It is also possible to dump a parametrical option. Therefore 97 97 the option has to be separated by a colon from the 98 98 parametername. -
vendor/current/docs-xml/manpages-3/vfs_acl_tdb.8.xml
r740 r746 41 41 </para> 42 42 43 <para>Please note that this module is44 <emphasis>experimental</emphasis>!45 </para>46 47 43 <para>This module is stackable.</para> 48 44 </refsect1> … … 50 46 <refsect1> 51 47 <title>OPTIONS</title> 52 <para> 53 There are no options for <command>vfs_acl_tdb</command>. 54 </para> 48 49 <variablelist> 50 <!-- please keep in sync with the other acl vfs modules that provide the same options --> 51 <varlistentry> 52 <term>acl_tdb:ignore system acls = [yes|no]</term> 53 <listitem> 54 <para> 55 When set to <emphasis>yes</emphasis>, a best effort mapping 56 from/to the POSIX ACL layer will <emphasis>not</emphasis> be 57 done by this module. The default is <emphasis>no</emphasis>, 58 which means that Samba keeps setting and evaluating both the 59 system ACLs and the NT ACLs. This is better if you need your 60 system ACLs be set for local or NFS file access, too. If you only 61 access the data via Samba you might set this to yes to achieve 62 better NT ACL compatibility. 63 </para> 64 </listitem> 65 </varlistentry> 66 </variablelist> 67 55 68 </refsect1> 56 69 -
vendor/current/docs-xml/manpages-3/vfs_acl_xattr.8.xml
r740 r746 45 45 </para> 46 46 47 <para>Please note that this module is48 <emphasis>experimental</emphasis>!49 </para>50 51 47 <para>This module is stackable.</para> 52 48 </refsect1> … … 54 50 <refsect1> 55 51 <title>OPTIONS</title> 56 <para> 57 There are no options for <command>vfs_acl_xattr</command>. 58 </para> 52 53 <variablelist> 54 <!-- please keep in sync with the other acl vfs modules that provide the same options --> 55 <varlistentry> 56 <term>acl_xattr:ignore system acls = [yes|no]</term> 57 <listitem> 58 <para> 59 When set to <emphasis>yes</emphasis>, a best effort mapping 60 from/to the POSIX ACL layer will <emphasis>not</emphasis> be 61 done by this module. The default is <emphasis>no</emphasis>, 62 which means that Samba keeps setting and evaluating both the 63 system ACLs and the NT ACLs. This is better if you need your 64 system ACLs be set for local or NFS file access, too. If you only 65 access the data via Samba you might set this to yes to achieve 66 better NT ACL compatibility. 67 </para> 68 </listitem> 69 </varlistentry> 70 </variablelist> 71 59 72 </refsect1> 60 73 -
vendor/current/docs-xml/manpages-3/vfs_readonly.8.xml
r740 r746 33 33 as read only for all clients connecting within the configured 34 34 time period. Clients connecting during this time will be denied 35 write access to all files in the share, irrespective of the r35 write access to all files in the share, irrespective of their 36 36 actual access privileges.</para> 37 37 -
vendor/current/docs-xml/manpages-3/vfs_shadow_copy2.8.xml
r740 r746 168 168 <smbconfsection name="[homes]"/> 169 169 <smbconfoption name="vfs objects">shadow_copy2</smbconfoption> 170 <smbconfoption name="shadow:snapdir">/data/snap hots</smbconfoption>170 <smbconfoption name="shadow:snapdir">/data/snapshots</smbconfoption> 171 171 <smbconfoption name="shadow:basedir">/data/home</smbconfoption> 172 172 <smbconfoption name="shadow:sort">desc</smbconfoption> -
vendor/current/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
r740 r746 64 64 65 65 <para><command>vfs_smb_traffic_analyzer</command> sends the following data 66 in a fixed format sep erated by a comma through either an internet or a66 in a fixed format separated by a comma through either an internet or a 67 67 unix domain socket:</para> 68 68 <programlisting> … … 77 77 <listitem><para><command>DOMAIN</command> - the domain of the user</para></listitem> 78 78 <listitem><para><command>READ/WRITE</command> - either "W" for a write operation or "R" for read</para></listitem> 79 <listitem><para><command>SHARE</command> - the name of the share on which the VFS operation occur ed</para></listitem>79 <listitem><para><command>SHARE</command> - the name of the share on which the VFS operation occurred</para></listitem> 80 80 <listitem><para><command>FILENAME</command> - the name of the file that was used by the VFS operation</para></listitem> 81 <listitem><para><command>TIMESTAMP</command> - a timestamp, formatted as "yyyy-mm-dd hh-mm-ss.ms" indicating when the VFS operation occur ed</para></listitem>81 <listitem><para><command>TIMESTAMP</command> - a timestamp, formatted as "yyyy-mm-dd hh-mm-ss.ms" indicating when the VFS operation occurred</para></listitem> 82 82 <listitem><para><command>IP</command> - The IP Address (v4 or v6) of the client machine that initiated the VFS operation.</para></listitem> 83 83 </itemizedlist> -
vendor/current/docs-xml/manpages-3/winbindd.8.xml
r740 r746 25 25 <arg choice="opt">-S</arg> 26 26 <arg choice="opt">-i</arg> 27 <arg choice="opt">-Y</arg>28 27 <arg choice="opt">-d <debug level></arg> 29 28 <arg choice="opt">-s <smb config file></arg> … … 191 190 results from the cache might not be up-to-date. This 192 191 might also temporarily hang winbindd if the DC doesn't respond. 193 </para></listitem>194 </varlistentry>195 196 <varlistentry>197 <term>-Y</term>198 <listitem><para>Single daemon mode. This means winbindd will run199 as a single process (the mode of operation in Samba 2.2). Winbindd's200 default behavior is to launch a child process that is responsible for201 updating expired cache entries.202 192 </para></listitem> 203 193 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.