source: trunk/server/docs-xml/smbdotconf/security/allowdcerpcauthlevelconnect.xml

Last change on this file was 920, checked in by Silvan Scherrer, 9 years ago

Samba Server: apply latest security patches to trunk

File size: 955 bytes
Line 
1<samba:parameter name="allow dcerpc auth level connect"
2 context="G"
3 type="boolean"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>This option controls whether DCERPC services are allowed to
7 be used with DCERPC_AUTH_LEVEL_CONNECT, which provides authentication,
8 but no per message integrity nor privacy protection.</para>
9
10 <para>The behavior can be controlled per interface name (e.g. lsarpc, netlogon, samr, srvsvc,
11 winreg, wkssvc ...) by using 'allow dcerpc auth level connect:interface = no' as option.</para>
12
13 <para>This option yields precedence to the implentation specific restrictions.
14 E.g. the drsuapi and backupkey protocols require DCERPC_AUTH_LEVEL_PRIVACY.
15 While others like samr and lsarpc have a hardcoded default of <constant>no</constant>.
16 </para>
17</description>
18
19<value type="default">no</value>
20<value type="example">yes</value>
21
22</samba:parameter>
Note: See TracBrowser for help on using the repository browser.