Changeset 232 for branches/samba-3.2.x/docs-xml/smbdotconf
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- Location:
- branches/samba-3.2.x/docs-xml/smbdotconf
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldapssl.xml
r203 r232 4 4 advanced="1" developer="1" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> 7 7 <para>This option is used to define whether or not Samba should 8 8 use SSL when connecting to the ldap server 9 9 This is <emphasis>NOT</emphasis> related to 10 Samba's previous SSL support which was enabled by specifying the 11 <command moreinfo="none">--with-ssl</command> option to the <filename moreinfo="none">configure</filename> 10 Samba's previous SSL support which was enabled by specifying the 11 <command moreinfo="none">--with-ssl</command> option to the 12 <filename moreinfo="none">configure</filename> 12 13 script.</para> 13 14 <para>The <smbconfoption name="ldap ssl"/> can be set to one of three values:</para> 14 15 <para>LDAP connections should be secured where possible. This may be 16 done setting either this parameter to 17 <parameter moreinfo="none">Start_tls</parameter> 18 or by specifying <parameter moreinfo="none">ldaps://</parameter> in 19 the URL argument of <smbconfoption name="passdb backend"/>.</para> 20 21 <para>The <smbconfoption name="ldap ssl"/> can be set to one of 22 two values:</para> 15 23 <itemizedlist> 16 24 <listitem> 17 <para><parameter moreinfo="none">Off</parameter> = Never 25 <para><parameter moreinfo="none">Off</parameter> = Never 18 26 use SSL when querying the directory.</para> 19 27 </listitem> 20 28 21 29 <listitem> 22 <para><parameter moreinfo="none">Start_tls</parameter> = Use 23 the LDAPv3 StartTLS extended operation (RFC2830) for 30 <para><parameter moreinfo="none">Start_tls</parameter> = Use 31 the LDAPv3 StartTLS extended operation (RFC2830) for 24 32 communicating with the directory server.</para> 25 33 </listitem> 26 27 <listitem> 28 <para><parameter moreinfo="none">On</parameter> = Use SSL 29 on the ldaps port when contacting the <parameter 30 moreinfo="none">ldap server</parameter>. Only available when the 31 backwards-compatiblity <command 32 moreinfo="none">--with-ldapsam</command> option is specified 33 to configure. See <smbconfoption name="passdb backend"/></para>. 34 </listitem> 35 </itemizedlist> 34 </itemizedlist> 36 35 </description> 37 <value type="default"> start_tls</value>36 <value type="default">no</value> 38 37 </samba:parameter> -
branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldaptimeout.xml
r203 r232 6 6 <description> 7 7 <para> 8 When Samba connects to an ldap server that server may be down or unreachable. To prevent Samba from hanging whilst 9 waiting for the connection this parameter specifies in seconds how long Samba should wait before failing the 10 connect. The default is to only wait fifteen seconds for the ldap server to respond to the connect request. 8 This parameter defines the number of seconds that Samba should use as timeout for LDAP operations. 11 9 </para> 12 10 </description> -
branches/samba-3.2.x/docs-xml/smbdotconf/misc/addsharecommand.xml
r203 r232 8 8 Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server 9 9 Manager. The <parameter moreinfo="none">add share command</parameter> is used to define an external program 10 or script which will add a new service definition to <filename moreinfo="none">smb.conf</filename>. In order 11 to successfully execute the <parameter moreinfo="none">add share command</parameter>, <command 12 moreinfo="none">smbd</command> requires that the administrator be connected using a root account (i.e. uid == 0). 10 or script which will add a new service definition to 11 <filename moreinfo="none">smb.conf</filename>. 13 12 </para> 14 13 15 <para> 16 If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in 17 <parameter moreinfo="none">change share</parameter> parameter are executed as root. 18 </para> 14 <para> 15 In order to successfully execute the 16 <parameter moreinfo="none">add share command</parameter>, 17 <command moreinfo="none">smbd</command> requires that the administrator 18 connects using a root account (i.e. uid == 0) or has the 19 <literal>SeDiskOperatorPrivilege</literal>. 20 Scripts defined in the <parameter moreinfo="none">add share command</parameter> 21 parameter are executed as root. 22 </para> 19 23 20 24 <para> … … 57 61 58 62 <para> 59 This parameter is only used for add file shares.To add printer shares, see the <smbconfoption63 This parameter is only used to add file shares. To add printer shares, see the <smbconfoption 60 64 name="addprinter command"/>. 61 65 </para> -
branches/samba-3.2.x/docs-xml/smbdotconf/misc/changesharecommand.xml
r203 r232 9 9 Manager. The <parameter moreinfo="none">change share command</parameter> is used to define an external 10 10 program or script which will modify an existing service definition in <filename 11 moreinfo="none">smb.conf</filename>. In order to successfully execute the <parameter moreinfo="none">change 12 share command</parameter>, <command moreinfo="none">smbd</command> requires that the administrator be 13 connected using a root account (i.e. uid == 0). 11 moreinfo="none">smb.conf</filename>. 14 12 </para> 15 13 16 14 <para> 17 If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in 18 <parameter moreinfo="none">change share</parameter> parameter are executed as root. 15 In order to successfully execute the 16 <parameter moreinfo="none">change share command</parameter>, 17 <command moreinfo="none">smbd</command> requires that the administrator 18 connects using a root account (i.e. uid == 0) or has the 19 <literal>SeDiskOperatorPrivilege</literal>. 20 Scripts defined in the <parameter moreinfo="none">change share command</parameter> 21 parameter are executed as root. 19 22 </para> 20 23 … … 59 62 60 63 <para> 61 This parameter is only used modify existing file shares definitions. To modify 62 printer shares, use the "Printers..." folder as seen when browsing the Samba host. 64 This parameter is only used to modify existing file share definitions. 65 To modify printer shares, use the "Printers..." folder as seen 66 when browsing the Samba host. 63 67 </para> 64 68 </description> … … 67 71 <related>delete share command</related> 68 72 <value type="default"></value> 69 <value type="example">/usr/local/bin/ addshare</value>73 <value type="example">/usr/local/bin/changeshare</value> 70 74 </samba:parameter> -
branches/samba-3.2.x/docs-xml/smbdotconf/misc/deletesharecommand.xml
r203 r232 9 9 Manager. The <parameter moreinfo="none">delete share command</parameter> is used to define an external 10 10 program or script which will remove an existing service definition from 11 <filename moreinfo="none">smb.conf</filename>. In order to successfully execute the 12 <parameter moreinfo="none">delete share command</parameter>, <command moreinfo="none">smbd</command> 13 requires that the administrator be connected using a root account (i.e. uid == 0). 11 <filename moreinfo="none">smb.conf</filename>. 14 12 </para> 15 13 16 <para> 17 If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in 18 <parameter moreinfo="none">change share</parameter> parameter are executed as root. 19 </para> 14 <para>In order to successfully execute the 15 <parameter moreinfo="none">delete share command</parameter>, 16 <command moreinfo="none">smbd</command> requires that the administrator 17 connects using a root account (i.e. uid == 0) or has the 18 <literal>SeDiskOperatorPrivilege</literal>. 19 Scripts defined in the <parameter moreinfo="none">delete share command</parameter> 20 parameter are executed as root. 21 </para> 20 22 21 23 <para> … … 45 47 46 48 <related>add share command</related> 47 <related> delete share command</related>49 <related>change share command</related> 48 50 <value type="default"></value> 49 51 <value type="example">/usr/local/bin/delshare</value> -
branches/samba-3.2.x/docs-xml/smbdotconf/misc/socketaddress.xml
r203 r232 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> 7 <para>This option allows you to control what 8 address Samba will listen for connections on. This is used to 9 support multiple virtual interfaces on the one server, each 7 <para>This option allows you to control what 8 address Samba will listen for connections on. This is used to 9 support multiple virtual interfaces on the one server, each 10 10 with a different configuration.</para> 11 12 <para>By default Samba will accept connections on any 11 <para>Setting this option should never be necessary on usual Samba 12 servers running only one nmbd.</para> 13 14 <para>By default Samba will accept connections on any 13 15 address.</para> 14 16 </description> -
branches/samba-3.2.x/docs-xml/smbdotconf/printing/printing.xml
r203 r232 34 34 [printers]</link> section.</para> 35 35 </description> 36 <value type="default">Depends on the operating system, see 37 <command moreinfo="none">testparm -v.</command></value> 36 38 </samba:parameter> -
branches/samba-3.2.x/docs-xml/smbdotconf/vfs/aclcompatibility.xml
r203 r232 1 1 <samba:parameter name="acl compatibility" 2 context=" S"2 context="G" 3 3 type="enum" 4 4 advanced="1" developer="1"
Note:
See TracChangeset
for help on using the changeset viewer.