xref: /OpenGrok/plugins/src/test/resources/opengrok/auth/plugin/config.xml (revision b28a55383a9dd002a5369a73f8ba9c943d6dc214)
1<?xml version="1.0" encoding="UTF-8"?>
2<java version="1.8.0_65" class="java.beans.XMLDecoder">
3	<object class="opengrok.auth.plugin.configuration.Configuration">
4                <void property="interval">
5                        <int>100</int>
6                </void>
7                <void property="searchBase">
8                        <string>dc=foobar,dc=com</string>
9                </void>
10		<void property="servers">
11			<void method="add">
12				<object class="opengrok.auth.plugin.ldap.LdapServer">
13					<void property="name">
14						<string>ldap://ldap.foobar.com</string>
15					</void>
16					<void property="connectTimeout">
17						<int>10</int>
18					</void>
19				</object>
20			</void>
21		</void>
22	</object>
23</java>
24