source: branches/samba-3.2.x/docs-xml/smbdotconf/protocol/enableasusupport.xml

Last change on this file was 233, checked in by Herwig Bauernfeind, 16 years ago

Update 3.2 branch to 3.2.9

File size: 799 bytes
Line 
1<samba:parameter name="enable asu support"
2 context="G"
3 advanced="1" developer="1"
4 type="boolean"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>Hosts running the "Advanced Server for Unix (ASU)" product
8 require some special accomodations such as creating a builtin [ADMIN$]
9 share that only supports IPC connections. The has been the default
10 behavior in smbd for many years. However, certain Microsoft applications
11 such as the Print Migrator tool require that the remote server support
12 an [ADMIN$} file share. Disabling this parameter allows for creating
13 an [ADMIN$] file share in smb.conf.</para>
14</description>
15
16<value type="default">no</value>
17</samba:parameter>
Note: See TracBrowser for help on using the repository browser.