Skip to content

Commit 81af1fe

Browse files
author
Vladimir Kotal
committed
add sample config
1 parent 4ff4fe5 commit 81af1fe

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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>900000</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://ldap1.foobar.com</string>
15+
</void>
16+
<void property="timeout">
17+
<int>5000</int>
18+
</void>
19+
</object>
20+
</void>
21+
<void method="add">
22+
<object class="opengrok.auth.plugin.ldap.LdapServer">
23+
<void property="name">
24+
<string>ldap://ldap2.foobar.com</string>
25+
</void>
26+
<void property="timeout">
27+
<int>5000</int>
28+
</void>
29+
</object>
30+
</void>
31+
</void>
32+
</object>
33+
</java>

0 commit comments

Comments
 (0)