fix typo
[mcs.git] / class / System.DirectoryServices / App.config
blob09f5095b31fc30c0d17861af283c87136721a41e
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="cn=admin,dc=example,dc=com"/>
14 <add key="password" value="password"/>
15 <add key="authenticationtype" value="ServerBind"/>
16 </Settings>
17 </System.DirectoryServices.Test>
18 </configuration>