1*c29f361cSVladimir Kotal<?xml version="1.0" encoding="UTF-8"?> 2*c29f361cSVladimir Kotal<java version="1.8.0_65" class="java.beans.XMLDecoder"> 3*c29f361cSVladimir Kotal <object class="opengrok.auth.plugin.configuration.Configuration"> 4*c29f361cSVladimir Kotal <void property="interval"> 5*c29f361cSVladimir Kotal <int>900000</int> 6*c29f361cSVladimir Kotal </void> 7*c29f361cSVladimir Kotal <void property="searchBase"> 8*c29f361cSVladimir Kotal <string>dc=foobar,dc=com</string> 9*c29f361cSVladimir Kotal </void> 10*c29f361cSVladimir Kotal <void property="servers"> 11*c29f361cSVladimir Kotal <void method="add"> 12*c29f361cSVladimir Kotal <object class="opengrok.auth.plugin.ldap.LdapServer"> 13*c29f361cSVladimir Kotal <void property="name"> 14*c29f361cSVladimir Kotal <string>ldap://ldap1.foobar.com</string> 15*c29f361cSVladimir Kotal </void> 16*c29f361cSVladimir Kotal <void property="timeout"> 17*c29f361cSVladimir Kotal <int>5000</int> 18*c29f361cSVladimir Kotal </void> 19*c29f361cSVladimir Kotal </object> 20*c29f361cSVladimir Kotal </void> 21*c29f361cSVladimir Kotal <void method="add"> 22*c29f361cSVladimir Kotal <object class="opengrok.auth.plugin.ldap.LdapServer"> 23*c29f361cSVladimir Kotal <void property="name"> 24*c29f361cSVladimir Kotal <string>ldap://ldap2.foobar.com</string> 25*c29f361cSVladimir Kotal </void> 26*c29f361cSVladimir Kotal <void property="timeout"> 27*c29f361cSVladimir Kotal <int>5000</int> 28*c29f361cSVladimir Kotal </void> 29*c29f361cSVladimir Kotal </object> 30*c29f361cSVladimir Kotal </void> 31*c29f361cSVladimir Kotal </void> 32*c29f361cSVladimir Kotal </object> 33*c29f361cSVladimir Kotal</java> 34