Subject: | Wishlist Multiple ldap source |
Date: | Fri, 17 Aug 2012 13:04:38 +0000 |
To: | "bug-RT-Extension-LDAPImport [...] rt.cpan.org" <bug-RT-Extension-LDAPImport [...] rt.cpan.org> |
From: | BenoƮt Peccatte <bpeccatte [...] dictao.com> |
Hi,
I would like to have the ability to define multiple ldap server like in RT::Authen::ExternalAuth.
Even better would be to enable the use of an entry directly from RT::Authen::ExternalAuth configuration.
Patch in attachment.
Usage :
Set($LDAPImport, { 'server1' => { LDAPHost => 'hostname1', LDAPMapping => ...} ,
'server2' => { LDAPHost => 'hostname1', LDAPMapping => ...} , };
Parameters have the same name as before.
Usage for rtldapimport :
./rtldapimport --server server2
Message body is not shown because sender requested not to inline it.