
Am i correct in understanding that authenticating a CustomerUser from another db/table than otrs/customer_user hasn't been implemented yet? By looking at Kernel/System/UserAuth/DB.pm it looks that way. [CVS revision of that file] If i'm right, what would be the quickest route to add this, it seems that replacing the hardcoded $SQL with a configobject would do the trick, but i'm a bit afraid i'm missing something or overlooking side-effects. Any suggestions how i can proceed? marcel -- Marcel van der Boom, HS-Development BV Kwartiersedijk 14B, 4893 RE Fijnaart, The Netherlands T: +31-168-468822, F: +31-168-468823

Hi Marcel, On Wed, Aug 13, 2003 at 02:32:38PM +0200, Marcel van der Boom wrote:
Am i correct in understanding that authenticating a CustomerUser from another db/table than otrs/customer_user hasn't been implemented yet?
By looking at Kernel/System/UserAuth/DB.pm it looks that way. [CVS revision of that file]
If i'm right, what would be the quickest route to add this, it seems that replacing the hardcoded $SQL with a configobject would do the trick, but i'm a bit afraid i'm missing something or overlooking side-effects.
You need to patch the $SQL stuff in Kernel/System/Auth/DB.pm. PS: If you want to create a configurable Kernel/System/Auth/DB.pm then it would be nice if you post it on the dev list! Thanks! :)
marcel
-- Marcel van der Boom, HS-Development BV Kwartiersedijk 14B, 4893 RE Fijnaart, The Netherlands T: +31-168-468822, F: +31-168-468823
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Old programmers never die. They just branch to a new address.
participants (2)
-
Marcel van der Boom
-
Martin Edenhofer