2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.DirectoryServices / Secure.config
blob1cc2c4f6909557d8f9d461af4407d741d10a01a6
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3 <configSections>
4 <sectionGroup name="System.DirectoryServices.Test">
5 <section name="Settings" type="System.Configuration.NameValueSectionHandler"/>
6 </sectionGroup>
7 </configSections>
8 <System.DirectoryServices.Test>
9 <Settings>
10 <add key="servername" value="ldap.example.com"/>
11 <add key="port" value="389"/>
12 <add key="basedn" value="dc=example,dc=com"/>
13 <add key="username" value="root/admin"/>
14 <add key="password" value="password"/>
15 <add key="authenticationtype" value="Sealing | Secure"/>
16 </Settings>
17 </System.DirectoryServices.Test>
18 </configuration>