Re: [otrs] OTRS and Agent LDAP login

2009-12-12 Thread Dave Lageweg
Hi All, I found the problem . it should have been : $Self->{'AuthSyncModule::LDAP::UserSyncInitialGroups'} = [ 'users', ]; Best, Dave On 11 dec 2009, at 12:40, Dave Lageweg wrote: > Hi Rory, > > Thanks for you comments but that didn't helped. > > I have tried the following c

Re: [otrs] OTRS and Agent LDAP login

2009-12-11 Thread Dave Lageweg
Hi Rory, Thanks for you comments but that didn't helped. I have tried the following config: $Self->{'AuthSyncModule::LDAP::UserSyncInitialGroups'} = { 'users' }; $Self->{'AuthSyncModule::LDAP::UserSyncInitialGroups'} = 'users'; $Self->{'AuthSyncModule::LDAP::UserSyncIni

Re: [otrs] OTRS and Agent LDAP login

2009-12-11 Thread Rory
Sorry, I should say that I'm talking about the comfig.pm parameter; 'users', should be just; 'users' All the best, Rory -- Support my 365 Challenge in aid of the Irish Cancer Society www.365challenge.ie 2009/12/11 Rory : > I think it might simply be that you need to remove the comma before

Re: [otrs] OTRS and Agent LDAP login

2009-12-11 Thread Rory
I think it might simply be that you need to remove the comma before the closing bracket. I expect that because of the comma it is passing the data through as an array and doesn't like it. I hope that helps, Rory Clerkin -- Support my 365 Challenge in aid of the Irish Cancer Society www.365challen

Re: [otrs] OTRS and Agent LDAP login

2009-12-11 Thread Dave Lageweg
Some more info (sorry it was line 279) Here the code from LDAP.pm and line 279 in bold. - - if ($UserSyncInitialGroups) { my %Groups = $Self->{GroupObject}->GroupList(); for ( @{$UserSyncInitialGroups} ) { my $GroupID

[otrs] OTRS and Agent LDAP login

2009-12-11 Thread Dave Lageweg
Hi All, I have setup LDAP for Agent login almost successfully. Login is working but when i use this code in my config.pm to add the user standard to the group users. - - $Self->{'AuthSyncModule::LDAP::UserSyncInitialGroups'} = { 'users', }; - - I receive the following error whe