Search found 13 matches

by AnaP
20 Aug 2013, 13:54
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

Re: User multiple groups in LDAP synchronize with groups of

Have I explained myself well in the last comment? Could you help me?
by AnaP
14 Aug 2013, 17:13
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

Re: User multiple groups in LDAP synchronize with groups of

Hello, My code is so simply, I have 2 groups in LDAP and the same groups in OTRS: $Self->{'AuthSyncModule::LDAP::UserSyncGroupsDefinition'} = { 'cn=Unix,ou=GROUPS,dc=plaza,dc=eu' => { 'Soporte Almacenamiento-Backup' => { move_into => 1, ro => 1, }, 'Soporte Antivirus' => { move_into => 1, ro => 1, }...
by AnaP
12 Aug 2013, 16:19
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

Re: User multiple groups in LDAP synchronize with groups of

Hello, I tried doing in that way, but it doesn't work. I am programming Default.pm, I don't use the graphic mode and I would like synchronize ldap groups with otrs groups, but I can't give privileges in my way. I mean, I want to put to one agent more than one groups privileges, all the priviliges, b...
by AnaP
12 Aug 2013, 10:54
Forum: ¿Cómo lo hago?
Topic: [How-To] Integración OTRS y LDAP
Replies: 24
Views: 78998

Re: [How-To] Integración OTRS y LDAP

Hola a todos! Estoy intentando integar LDAP con OTRS, pero no consigo que un usuario que pertenece a dos grupos diferentes en LDAP tengas todos los privilegios (rw) en los grupos de OTRS, ya que estoy sincronizando los grupos de OTRS con los de LDAP. Me he fijado que aplica el mas restrictivo. No co...
by AnaP
12 Aug 2013, 10:51
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

Re: User multiple groups in LDAP synchronize with groups of

Any help, please? I don't find how to do it. Thanks
by AnaP
12 Aug 2013, 10:50
Forum: Ayuda
Topic: Sincronizar grupos de ldap con grupos de OTRS
Replies: 2
Views: 1868

Re: Sincronizar grupos de ldap con grupos de OTRS

Me pude guiar o ayudar alguien?????
Gracias
by AnaP
09 Jul 2013, 17:30
Forum: ¿Cómo lo hago?
Topic: [How-To] Integración OTRS y LDAP
Replies: 24
Views: 78998

Re: [How-To] Integración OTRS y LDAP

Hola a todos! Estoy intentando integar LDAP con OTRS, pero no consigo que un usuario que pertenece a dos grupos diferentes en LDAP tengas todos los privilegios (rw) en los grupos de OTRS, ya que estoy sincronizando los grupos de OTRS con los de LDAP. Me he fijado que aplica el mas restrictivo. No co...
by AnaP
08 Jul 2013, 16:36
Forum: Ayuda
Topic: Sincronizar grupos de ldap con grupos de OTRS
Replies: 2
Views: 1868

Re: Sincronizar grupos de ldap con grupos de OTRS

alguien me puede indicar que es lo que estoy haciendo mal o darme algun ejemplo de como hacerlo?
Muchas gracias y un saludo
by AnaP
08 Jul 2013, 16:29
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

Re: User multiple groups in LDAP synchronize with groups of

Any help, please? I don't find how to do it. Thanks
by AnaP
05 Jul 2013, 11:10
Forum: Ayuda
Topic: Sincronizar grupos de ldap con grupos de OTRS
Replies: 2
Views: 1868

Sincronizar grupos de ldap con grupos de OTRS

Hola a todos, Estoy intentado sincronizar los grupos que tengo creados en LDAP con los grupos de OTRS, pero a los usuarios no se les da los derechos que quiere cuando un usuario pertenece a mas de un grupo en ldap. Por ejemplo, cuando un usuario pertenece al grupo1 y grupo2, solo coge los derechos d...
by AnaP
04 Jul 2013, 17:58
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

Re: User multiple groups in LDAP synchronize with groups of

I understand, now I see it, but if I delete ro and move_into, users who belong only to one group can't move or read tickets of the other groups, so I don't understand how one angent can belongs to more than one group. Could you tell me any example of this?

Thanks in advance.
by AnaP
04 Jul 2013, 10:51
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

Re: User multiple groups in LDAP synchronize with groups of

Hello, I try to do, but it doesn't work. For instance, I configure Default.pm in this way (using agents): $Self->{'AuthSyncModule::LDAP::UserSyncGroupsDefinition'} = { 'cn=Unix,ou=GROUPS,dc=plaza,dc=eu' => { 'OPER' => { move_into => 1, ro => 1, }, 'Soporte Almacenamiento-Backup' => { move_into => 1,...
by AnaP
03 Jul 2013, 17:59
Forum: Help
Topic: User multiple groups in LDAP synchronize with groups of OTRS
Replies: 11
Views: 4326

User multiple groups in LDAP synchronize with groups of OTRS

Hello,

I would like to synchronize LDAP groups with OTRS groups, taking into account that one user may belong to more than one group, so it has to take all the privileges of the groups which it belong.

Can be done?

Thank you very much.