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