On Mon, Jan 26, 2009 at 9:56 AM, Mikael Kermorgant <
mikael.kermorg...@gmail.com> wrote:

> Hello,
>
> I've setup the customer backend of our otrs 2.2.4 to be in ldap.
>
> Now I face a problem to get a coherent view from the user point of view,
> because John Doe's mail tickets are associated to "john....@example.com"
> but when he logs into the web interface, he's authenticated as "jdoe".
>
>
> By associating  "UserLogin" to "mail", John Doe can now see the list of his
> mail-orginated tickets from the web interface, which is better than having
> "UserLogin" associated to "uid".
> The bas thing about that is that :
> 1) I've had to modify a sql statement in Ticket.pm (line 3389 : id) IN (0";
> 2) John Doe can't see the details of his tickets. Logs say :
>
> Permission denied because module
> (Kernel::System::Ticket::CustomerPermission::CustomerIDCheck) is required
> (UserID: john....@example.com 'ro' on TicketID: 17621)!
>
>
Hello,

I've upgraded otrs to latest version (2.3.4) to check if it would help, but
no :-(

Is anyone using a ldap backend for customers, with these results ?
- authentication is done via a different field than the mail (typical uid /
mail)
- customer logs into the web interface and only see his own tickets under
"MyTickets". He would see ALL his tickets (those created from a mail and
those created on the web interface)

That's what I'd like to do, but I've not found how to do it. (I've used the
example in the docs but that way, tickets created from mails appear in the
Company view, and those created from the web interface appear under
"MyTickets").

Regards,
-- 
Mikael Kermorgant
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to