File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments