Search found 10 matches

by Orbiumalex
10 Jul 2013, 12:28
Forum: French
Topic: Limitation upload
Replies: 4
Views: 9028

Re: Limitation upload

I found the problem. It was MySQL. I added a new variable in my.ini :

max_connections=100
max_allowed_packet = 2048000

Just add max_allowed_packet under max_connections

It's working for me.
Thank you.
by Orbiumalex
10 Jul 2013, 11:49
Forum: French
Topic: Limitation upload
Replies: 4
Views: 9028

Re: Limitation upload

Re, OK I found this : From the MySQL console: MySQL> Show Variable Like 'max_allowed_packet': +--------------------------------------------+ ¦ Variable_name ¦ Value ¦ +-------------------------------------------+ ¦ max_allowed_packet ¦ 1048576 ¦ +-------------------------------------------+ We want ...
by Orbiumalex
10 Jul 2013, 10:09
Forum: French
Topic: Limitation upload
Replies: 4
Views: 9028

Re: Limitation upload

No problem, it's good too.
I don't find the my.cnf. I have the my.ini only and I checked from the internet and it's the same file. But from this file, I don't find the max_allowed_packet !

Thank you for your answer.
by Orbiumalex
10 Jul 2013, 08:50
Forum: French
Topic: Limitation upload
Replies: 4
Views: 9028

Limitation upload

Bonjour, Actuellement nous sommes limité à des fichiers de 1Mb et nous souhaiterions augmenter cela. Nous obtenons le message d'erreur suivant: Fatal error: 401 in ~\Mantis\core\database_api.php on line 393 Pour se faire nous avons modifié : CONFIG_INC.PHP $g_max_file_size= 20000000; # in bytes PHP....
by Orbiumalex
18 Apr 2013, 12:13
Forum: French
Topic: [RESOLU] Mantis & LDAP
Replies: 7
Views: 19089

Re: Mantis & LDAP

Cela fonctionne. Je cherchais comment il faisait la relation dans l'AD. C'était donc cette ligne... Je vous remercie de votre aide. Je ne jette pas des fleurs au français mais notre support est plus rapide que les américain. :) Voilà la solution. # --- General LDAP configuration --- $g_login_method ...
by Orbiumalex
18 Apr 2013, 12:06
Forum: French
Topic: [RESOLU] Mantis & LDAP
Replies: 7
Views: 19089

Re: Mantis & LDAP

Bonjour, Ha j'ai cru que le 'sAMAccountName' devait être remplacer par le user qui est autorisé à lire dans l'AD. Je suis l'administrateur du réseau de mon entreprise mais ce n'est pas moi qui m'occupe de Mantis et par consequent je ne connais pas spécifiquement ce logiciel. Ils ont besoin de moi po...
by Orbiumalex
18 Apr 2013, 08:23
Forum: French
Topic: [RESOLU] Mantis & LDAP
Replies: 7
Views: 19089

Re: Mantis & LDAP

Dans le login, comment dois-je rentrer l'utilisateur ?
- Par son adresse Email
- Par son firstname.lastname
Par quoi fait-il la relation entre Mantis et l'AD ?

Merci.
by Orbiumalex
17 Apr 2013, 12:11
Forum: French
Topic: [RESOLU] Mantis & LDAP
Replies: 7
Views: 19089

Re: Mantis & LDAP

Merci...
Non cela ne fonctionne pas. Mais comment il fait la relation entre mantis et l'AD, c'est via l'adresse email ?

Corcialement.
by Orbiumalex
17 Apr 2013, 09:57
Forum: Help
Topic: Script LDAP
Replies: 0
Views: 2494

Script LDAP

Hello, I have a problem with the scrip LDAP # --- General LDAP orbium configuration --- $g_login_method = LDAP; $g_ldap_protocol_version = 3; $g_ldap_server = "192.168.xxx.xxx"; $g_ldap_port = 389; $g_ldap_bind_dn = 'CN=ADUser,OU=ADGroup1,DC=domain,DC=com; $g_ldap_uid_field = 'ADUser'; $g_...
by Orbiumalex
17 Apr 2013, 09:50
Forum: French
Topic: [RESOLU] Mantis & LDAP
Replies: 7
Views: 19089

[RESOLU] Mantis & LDAP

Bonjour, Nous avons mis en place la fonctionnalité LDAP sur notre mantis. # --- General LDAP configuration --- $g_login_method = LDAP; $g_ldap_protocol_version = 3; $g_ldap_server = "192.168.xxx.xxx"; $g_ldap_port = 389; $g_ldap_bind_dn = 'CN=DCUser,OU=DCGroup,DC=domain,DC=com; $g_ldap_uid...