we have a connection to a host for active directory for users to connect
our problem is that we need to be able to connect to other hosts through LDAP**
Hi there,
I'm also interested in configure my iTop for multiple LDAP authorization.
Also tried "knowitop-multi-ldap-auth" but cannot make it work.
I've manage to synchronize between 2 LDAP servers using "Data collector for LDAP" and iTop but can't authenticate against them.
Is there any way to perform multi LDAP authentication?
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
**
Hello
we have a connection to a host for active directory for users to connect
our problem is that we need to be able to connect to other hosts through LDAP**
$MyModuleSettings = array(
'authent-ldap' => array (
'host' => 'dcxaluv.xalapa.intra.uv.mx',
'port' => 389,
'default_user' => 'xalapa\mesadeservicios',
'default_pwd' => '**',
'base_dn' => 'dc=xalapa,dc=intra,dc=uv,dc=mx',
'user_query' => '(samaccountname=%1$s)',
'options' => array (
17 => 3,
8 => 0,
),
'start_tls' => false,
'debug' => false,
),
**we need to also connect to the next host **
** We tried with the following code and it did not work**
);
**help :( **
Hello,
This is not implemented yet... but this request was made a long time ago !
See [#982]
Related
Tickets: #982
Last edit: Pierre Goiffon 2019-07-11
I have a new problem
https://sourceforge.net/p/itop/discussion/922361/thread/58310ef0de/#e108
Hi there,
I'm also interested in configure my iTop for multiple LDAP authorization.
Also tried "knowitop-multi-ldap-auth" but cannot make it work.
I've manage to synchronize between 2 LDAP servers using "Data collector for LDAP" and iTop but can't authenticate against them.
Is there any way to perform multi LDAP authentication?
Cheers