Add all the source files from the old CVS tree,
[Samba.git] / docs / smbdotconf / misc / homedirmap.xml
blob1fbafaa5e445e49aca1cc932f374204a28103aea
1 <samba:parameter name="homedir map"
2                  context="G"
3                          type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://samba.org/common">
6  <description>
7         <para>If<link linkend="NISHOMEDIR"><parameter moreinfo="none">nis homedir
8         </parameter></link> is <constant>yes</constant>, and <citerefentry><refentrytitle>smbd</refentrytitle>
9         <manvolnum>8</manvolnum></citerefentry> is also acting 
10         as a Win95/98 <parameter moreinfo="none">logon server</parameter> then this parameter 
11         specifies the NIS (or YP) map from which the server for the user's 
12         home directory should be extracted.  At present, only the Sun 
13         auto.home map format is understood. The form of the map is:</para>
15         <para><command moreinfo="none">username server:/some/file/system</command></para>
17         <para>and the program will extract the servername from before 
18         the first ':'.  There should probably be a better parsing system 
19         that copes with different map formats and also Amd (another 
20         automounter) maps.</para>
21                 
22         <note><para>A working NIS client is required on 
23         the system for this option to work.</para></note>
24 </description>
25 <related>nis homedir</related>
26 <related>domain logons</related>
28 <value type="default"></value>
29 <value type="example">amd.homedir</value>
30 </samba:parameter>