mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
18 lines
623 B
XML
18 lines
623 B
XML
<samba:parameter name="logon drive"
|
|
context="G"
|
|
type="string"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://samba.org/common">
|
|
<description>
|
|
<para>This parameter specifies the local path to
|
|
which the home directory will be connected (see <link linkend="LOGONHOME">
|
|
<parameter moreinfo="none">logon home</parameter></link>)
|
|
and is only used by NT Workstations. </para>
|
|
|
|
<para>Note that this option is only useful if Samba is set up as a
|
|
logon server.</para>
|
|
</description>
|
|
<value type="default">z:</value>
|
|
<value type="example">h:</value>
|
|
</samba:parameter>
|