Search found 14 matches

by MrMengsk
03 Nov 2014, 20:46
Forum: General
Topic: Notificacion de cierre de tickets
Replies: 5
Views: 18120

Re: Notificacion de cierre de tickets

Muchachos, muchas gracias por las respuestas, lo probare de inmediato.

Ademas, una consulta, cuando pincho para ver mis clientes, no me aparece nada. Mis clientes viene de la base de active directory. ¿Habria que exportarlos a la base de datos de Otrs?
by MrMengsk
17 Oct 2014, 21:31
Forum: General
Topic: Notificacion de cierre de tickets
Replies: 5
Views: 18120

Notificacion de cierre de tickets

Estimados, llegue al foro decidido a preguntar ya que he dado vueltas buscando la manera de notificar al cliente o usuario cuando su ticket ha sido cerrado. El problema es que la única manera clara que he encontrado para poder realizar aquello fue a través de menú "Administrar->Ajustes de Ticke...
by MrMengsk
29 Sep 2014, 22:56
Forum: General
Topic: Problem using Otrs SSO AD and Apache2::AuthenNTLM
Replies: 7
Views: 3175

Re: Problem using Otrs SSO AD and Apache2::AuthenNTLM

jojo wrote:you don't have a C compiler installed.

Also why you are try to use NTLM, you should use Kerberos for SSO
Because the tutorial what I found it use NTML.

Now I´m dealing with kerberos because I´m a newbie on this.
by MrMengsk
25 Sep 2014, 23:49
Forum: General
Topic: Problem using Otrs SSO AD and Apache2::AuthenNTLM
Replies: 7
Views: 3175

Re: Problem using Otrs SSO AD and Apache2::AuthenNTLM

I have some question about the settings what did you use. I should paste this setting instead of the settings of <Directory "/opt/otrs/bin/cgi-bin/"> , or i just paste that inside of that section /etc/apache/conf.d/otrs.conf <Directory "/opt/otrs/bin/cgi-bin/"> AllowOverride None...
by MrMengsk
24 Sep 2014, 20:51
Forum: General
Topic: Problem using Otrs SSO AD and Apache2::AuthenNTLM
Replies: 7
Views: 3175

Re: Problem using Otrs SSO AD and Apache2::AuthenNTLM

jojo wrote:you don't have a C compiler installed.

Also why you are try to use NTLM, you should use Kerberos for SSO
I dont know, probably o looked a tutorial with NTLM, i will check Kerberos.

Do you have some link???
by MrMengsk
24 Sep 2014, 19:41
Forum: General
Topic: Problem using Otrs SSO AD and Apache2::AuthenNTLM
Replies: 7
Views: 3175

Re: Problem using Otrs SSO AD and Apache2::AuthenNTLM

if it can't locate the module, it's not installed. Install it via your distribution's package manager or via cpan or ppm. Thank you for your answer Crythias, but I try to do it via cpan and i recieved thhis message: root@otrs:~# cpanm Apache2::AuthenNTLM --> Working on Apache2::AuthenNTLM Fetching ...
by MrMengsk
23 Sep 2014, 21:42
Forum: General
Topic: Problem using Otrs SSO AD and Apache2::AuthenNTLM
Replies: 7
Views: 3175

Problem using Otrs SSO AD and Apache2::AuthenNTLM

I would like to know if this steps are ok I want to enable SSo Login for Otrs using Active Directory. Because i look a lot in this forum, but i could find something solid to apply. I do this: First: Install libapache2-authenntlm-perl for Debian Second: Add lines in the file " /etc/apache2/conf....
by MrMengsk
15 Sep 2014, 21:30
Forum: General
Topic: [SOLVED] Agents and Customer LDAP Login
Replies: 11
Views: 14125

Re: Agents adn Customer LDAP Login

I fix it, this is the setting to do it: # CustomerUser # This is an example configuration for an LDAP auth. backend. # (make sure Net::LDAP is installed!) $Self->{'Customer::AuthModule'} = 'Kernel::System::CustomerAuth::LDAP'; $Self->{'Customer::AuthModule::LDAP::Host'} = 'Clsandc00.ferrostaal.local...
by MrMengsk
11 Sep 2014, 21:33
Forum: General
Topic: [SOLVED] Agents and Customer LDAP Login
Replies: 11
Views: 14125

Re: Agents adn Customer LDAP Login

Please dont ask, i dont know how or why, but is working. Now the issue is this:
Authentication succeeded, but no customer record is found in the customer backend. Please contact your administrator
by MrMengsk
11 Sep 2014, 14:58
Forum: General
Topic: [SOLVED] Agents and Customer LDAP Login
Replies: 11
Views: 14125

Re: Agents adn Customer LDAP Login

Didnt work either, why otrs is not asking to the customer group?
by MrMengsk
11 Sep 2014, 14:08
Forum: General
Topic: [SOLVED] Agents and Customer LDAP Login
Replies: 11
Views: 14125

Re: Agents adn Customer LDAP Login

The connection with AD works fine, the problem is when you want to get a custome from the "customer group" otrs search in the "agent groups"
by MrMengsk
11 Sep 2014, 01:08
Forum: General
Topic: [SOLVED] Agents and Customer LDAP Login
Replies: 11
Views: 14125

Re: Agents adn Customer LDAP Login

crythias wrote:try customer.pl
I received the same message, try to look in the groups of Agents. My config could be wrong.
by MrMengsk
11 Sep 2014, 00:08
Forum: General
Topic: [SOLVED] Agents and Customer LDAP Login
Replies: 11
Views: 14125

Re: Agents adn Customer LDAP Login

did you try to login as a customer on the agent login page? (index.pl) Thank you Jojo for your question, yes I try and do not work either. If i try with a user who should be a customer, this is a error message: [Notice][Kernel::System::Auth::LDAP::Auth] User: customer authentication failed, no LDAP...
by MrMengsk
10 Sep 2014, 23:13
Forum: General
Topic: [SOLVED] Agents and Customer LDAP Login
Replies: 11
Views: 14125

[SOLVED] Agents and Customer LDAP Login

Dear Sirs, since I download Otrs I could do a lot of thing on it, but now I´m trying to do the authentication throw LDAP for Agents and Costumer, I have read a lot and probably I miss something, but well my little issue is this: I create two groups in my AD to split the Agents (Otrs_Agents) from the...