Changeset 232 for branches/samba-3.2.x/docs-xml/manpages-3
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- Location:
- branches/samba-3.2.x/docs-xml/manpages-3
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs-xml/manpages-3/eventlogadm.8.xml
r203 r232 92 92 <listitem><para> 93 93 The <command>-o write</command> reads event log 94 records from standard input and writes them to the Samba94 records from standard input and writes them to the Samba 95 95 event log store named by EVENTLOG. 96 96 </para> </listitem> … … 181 181 182 182 <listitem><para> 183 <command>SRN</command> - he name of the machine on183 <command>SRN</command> - The name of the machine on 184 184 which the eventlog was generated. This is typically the 185 185 host name. -
branches/samba-3.2.x/docs-xml/manpages-3/idmap_ad.8.xml
r203 r232 24 24 API, and is READONLY. Mappings must be provided in advance 25 25 by the administrator by adding the posixAccount/posixGroup 26 classes s and relative attribute/value pairs to the usersand27 group s objects in AD</para>26 classes and relative attribute/value pairs to the user and 27 group objects in the AD.</para> 28 28 </refsynopsisdiv> 29 29 … … 35 35 <term>range = low - high</term> 36 36 <listitem><para> 37 Defines the available matching uid and gidrange for which the37 Defines the available matching UID and GID range for which the 38 38 backend is authoritative. Note that the range acts as a filter. 39 39 If specified any UID or GID stored in AD that fall outside the … … 48 48 Defines the schema that idmap_ad should use when querying 49 49 Active Directory regarding user and group information. 50 This can either the RFC2307 schema support included50 This can be either the RFC2307 schema support included 51 51 in Windows 2003 R2 or the Service for Unix (SFU) schema. 52 52 </para></listitem> -
branches/samba-3.2.x/docs-xml/manpages-3/libsmbclient.7.xml
r203 r232 19 19 <refsynopsisdiv> 20 20 <cmdsynopsis> 21 <command>Browser URL:</command>22 21 <para> 23 smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options] 24 </para> 22 Browser URL: 23 <command moreinfo="none">smb://[[[domain:]user[:password@]]server[/share[/path[/file]]]] [?options] 24 </command> 25 </para> 25 26 </cmdsynopsis> 26 27 </refsynopsisdiv> -
branches/samba-3.2.x/docs-xml/manpages-3/mount.cifs.8.xml
r203 r232 44 44 45 45 <para> 46 The mount.cifs utility attaches the UNC name (exported network resource) to 47 the local directory <emphasis>mount-point</emphasis>. It is possible to set the mode for mount.cifs to 48 setuid root to allow non-root users to mount shares to directories for which they 49 have write permission. 46 The mount.cifs utility attaches the UNC name (exported network resource) 47 specified as <emphasis>service</emphasis> (using //server/share syntax, 48 where "server" is the server name or IP address and "share" is the name 49 of the share) to the local directory <emphasis>mount-point</emphasis>. 50 It is possible to set the mode for mount.cifs to setuid root to allow 51 non-root users to mount shares to directories for which they 52 have write permission. 50 53 </para> 51 54 … … 90 93 <listitem><para>specifies the CIFS password. If this 91 94 option is not given then the environment variable 92 <emphasis>PASSWD</emphasis> is used. If the password is not specified 95 <emphasis>PASSWD</emphasis> is used. If the password is not specified 93 96 directly or indirectly via an argument to mount, <emphasis>mount.cifs</emphasis> will prompt 94 97 for a password, unless the guest option is specified. … … 107 110 <listitem><para> 108 111 specifies a file that contains a username 109 and/or password. The format of the file is: 112 and/or password and optionally the name of the 113 workgroup. The format of the file is: 110 114 </para> 111 115 … … 113 117 username=<replaceable>value</replaceable> 114 118 password=<replaceable>value</replaceable> 119 workgroup=<replaceable>value</replaceable> 115 120 </programlisting> 116 121 117 122 <para> 118 123 This is preferred over having passwords in plaintext in a -
branches/samba-3.2.x/docs-xml/manpages-3/smbclient.1.xml
r203 r232 14 14 <refnamediv> 15 15 <refname>smbclient</refname> 16 <refpurpose>ftp-like client to access SMB/CIFS resources 16 <refpurpose>ftp-like client to access SMB/CIFS resources 17 17 on servers</refpurpose> 18 18 </refnamediv> … … 31 31 <arg choice="opt">-A authfile</arg> 32 32 <arg choice="opt">-N</arg> 33 <arg choice="opt">-g</arg> 33 34 <arg choice="opt">-i scope</arg> 34 35 <arg choice="opt">-O <socket options></arg> … … 40 41 <arg choice="opt">-c <command></arg> 41 42 </cmdsynopsis> 42 43 43 44 <cmdsynopsis> 44 45 <command>smbclient</command> … … 55 56 <arg choice="opt">-A authfile</arg> 56 57 <arg choice="opt">-N</arg> 58 <arg choice="opt">-g</arg> 57 59 <arg choice="opt">-l log-basename</arg> 58 60 <arg choice="opt">-I destinationIP</arg> … … 234 236 messages. </para></listitem> 235 237 </varlistentry> 236 238 237 239 <varlistentry> 238 240 <term>-p port</term> … … 242 244 default. </para></listitem> 243 245 </varlistentry> 244 246 247 <varlistentry> 248 <term>-g</term> 249 <listitem><para>This parameter provides combined with 250 <parameter>-L</parameter> easy parseable output that allows processing 251 with utilities such as grep and cut. 252 </para></listitem> 253 </varlistentry> 254 245 255 <varlistentry> 246 256 <term>-P</term> … … 249 259 </para></listitem> 250 260 </varlistentry> 251 261 252 262 &stdarg.help; 253 263 254 264 <varlistentry> 255 265 <term>-I IP-address</term> 256 <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to. 266 <listitem><para><replaceable>IP address</replaceable> is the address of the server to connect to. 257 267 It should be specified in standard "a.b.c.d" notation. </para> 258 268 -
branches/samba-3.2.x/docs-xml/manpages-3/vfs_recycle.8.xml
r203 r232 186 186 <title>EXAMPLES</title> 187 187 188 <para>Log operations on all shares using the LOCAL1 facility 189 and NOTICE priority:</para> 188 <para>Move files "deleted" on <parameter>share</parameter> to 189 <parameter>/data/share/.recycle</parameter> instead of deleting them: 190 </para> 190 191 191 192 <programlisting> 192 <smbconfsection name="[global]"/> 193 <smbconfsection name="[share]"/> 194 <smbconfoption name="path">/data/share</smbconfoption> 193 195 <smbconfoption name="vfs objects">recycle</smbconfoption> 194 <smbconfoption name="recycle:facility">LOCAL1</smbconfoption> 195 <smbconfoption name="recycle:priority">NOTICE</smbconfoption> 196 <smbconfoption name="recycle:repository">.recycle</smbconfoption> 197 <smbconfoption name="recycle:keeptree">yes</smbconfoption> 198 <smbconfoption name="recycle:versions">yes</smbconfoption> 196 199 </programlisting> 197 200
Note:
See TracChangeset
for help on using the changeset viewer.