Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Stef38

Pages: [1]
1
French / Authentification Utilisateur OUtils Mantis et Testlink
« on: April 02, 2015, 08:33:27 am »
Bonjour à tous,

Je suis nouvel utilisateur de Zentyal 4.0.
Le serveur est installé et fonctionne semble t'il correctement. J'arrive bien à joindre mes machine Windows au domaine.
J'ai un serveur web sur lequel j'arrive à authentifier mes utilisateurs avec le LDAP de Zentyal.

Là où j'ai un soucis, c'est quand je veux utiliser l'authentification LDAP de testlink ou de Mantisbt. Ce sont deux outils ecrit en php.

Voici les fichers de configuration :
Mantis :

Code: [Select]
$g_ldap_server = 'ldap://zeus.dom.fr:389';
$g_ldap_root_dn = 'DC=dom,DC=fr';
$g_ldap_protocol_version = '3';
$g_ldap_bind_dn = 'CN=Administrator,CN=Users,DC=dom,DC=fr';
$g_ldap_bind_passwd = 'passwdAdministrator';
$g_ldap_uid_field ='sAMAccountName';
$g_use_ldap_email = 'ON';

testlink:

Code: [Select]
$tlCfg->authentication['ldap_server'] = '192.168.30.253';
$tlCfg->authentication['ldap_port'] = '389';
$tlCfg->authentication['ldap_version'] = '3'; // could be '2' in some cases
$tlCfg->authentication['ldap_root_dn'] = 'DC=dom,DC=fr';
$tlCfg->authentication['ldap_bind_dn'] = 'CN=administrator,CN=Users,DC=dom,DC=fr'; // Left empty for anonymous LDAP binding
$tlCfg->authentication['ldap_bind_passwd'] = 'passwordAdministrator'; // Left empty for anonymous LDAP binding
$tlCfg->authentication['ldap_tls'] = false; // true -> use tls

Pouvez-vous me dire ce qui ne va pas ? Je n'ai pas utiliser de filtres.

Merci par avance pour votre aide

Stef

Pages: [1]