On Thu, Jul 11, 2013 at 03:34:26PM +0100, Ian Duffy wrote: > For anybody wanting to test... > > Configuration is done at the global settings page, search there for > "ldap" and you'll see all the common attributes between ldap servers. > > The defaults are set to work with OpenLDAP for active directory just > change the userObject to user and usernameAttribute to samAccountName. > > SSL support has yet to be added. > > Multiple server support exists but I'm having a slight issue with the > JNDI handling connections to the servers. If a server is down it won't > remember this servers state, so each time a connection is made and the > server is down a 1 second time out occurs before it moves to the next > one. If anybody can provide suggestions on fixing that I'm all ears... > From reading the docs I was under the belief that enabling > connection_pooling within the context should of fixed it.
Great work Ian! > > On 11 July 2013 15:08, Sebastien Goasguen <run...@gmail.com> wrote: > > Hi, > > > > Thanks to Ian for a great ldap plugin. > > > > There is now a ldapplugin feature branch which contains his latest code. > > Folks can test that branch and provide review. > > > > Once ready we will start a merge thread to put it in 4.3 > > > > -sebastien >