| 123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <configSections>
- <sectionGroup name="System.DirectoryServices.Test">
- <section name="Settings" type="System.Configuration.NameValueSectionHandler"/>
- </sectionGroup>
- </configSections>
- <System.DirectoryServices.Test>
- <Settings>
- <add key="servername" value="mono2"/>
- <add key="port" value="389"/>
- <add key="basedn" value="dc=mainsoft,dc=com"/>
- <add key="username" value="cn=Manager,dc=mainsoft,dc=com"/>
- <add key="password" value="wowou"/>
- <add key="authenticationtype" value="ServerBind"/>
- </Settings>
- </System.DirectoryServices.Test>
- </configuration>
|