
Hi, we are programming a Typo3 - extension for a single-sign-on for multiple backend-applications, but we have problems with this piece of code from customer.pl : # -- # get groups # -- my %GroupData = $CommonObject{GroupObject}->GroupUserList( Result => 'HASH', Type => 'rw', UserID => $UserData{UserID}, ); foreach (keys %GroupData) { $UserData{"UserIsGroup[$GroupData{$_}]"} = 'Yes'; } What is this used for ? Customers have no groups i think ...or is it for AgentCanBeCustomer ? <- btw. i dont understand how this is meant to be used, any help/info welcome !!! By now we think our problem results from the fact that 'customer.pl' is not called by a browser but by another script... is there any information needed that comes from the browser ? thx Dennis

On Friday, October 24, 2003 11:06 AM
Dennis.Buehring@net-and-works.de
for AgentCanBeCustomer ? <- btw. i dont understand how this is meant to be used, any help/info welcome !!!
Do a search through this lists' archives, you'll find the info you need.
By now we think our problem results from the fact that 'customer.pl' is not called by a browser but by another script... is there any information needed that comes from the browser ?
You may invoke customer.pl from within your browser, which were the preferred method: http://localhost/otrs/customer.pl Which other script do you mean were calling customer.pl?
thx Dennis
_______________________________________________ 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 Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/
-- Man hetzt die Leute auf mit Tatsachen, die nicht der Wahrheit entsprechen. Toni Polster
participants (2)
-
Dennis.Buehring@net-and-works.de
-
Robert Kehl