[otrs] LDAP customer auth

2005-10-04 Thread Stephen Jones
Hi I'm trying to setup customer and agent auth against LDAP. The problem I'm facing is I have customer records in a different base DN to employees but I can't get OTRS to keep them separate I've tried this: $Self->{'Customer::AuthModule'} = 'Kernel::System::Auth::LDAP'; $Self->{'Customer::

Re: [otrs] CustomerUser Frontend

2005-09-23 Thread Stephen Jones
On Wed, 2005-09-21 at 16:48 +0100, Stephen Jones wrote: > Hi, I'm attempting to modify an existing OTRS install so as to enable > the customer frontend. We have an MySQL db for holding customer data > which I'm attempting to add passwords to so customers can use it. I've

[otrs] CustomerUser Frontend

2005-09-21 Thread Stephen Jones
Hi, I'm attempting to modify an existing OTRS install so as to enable the customer frontend. We have an MySQL db for holding customer data which I'm attempting to add passwords to so customers can use it. I've added "['UserPassword','Password','CT_ACCOUNT',0,1,'var']" to $Self->{CustomerUser}->{Map