Re: [otrs] Using LDAP and DB Customer Backend and Authentification

2009-08-26 Thread Rory
> 0, >>          version => 3, >>          }, >>     }, >> >>     # customer unique id >>     CustomerKey => 'sAMAccountName', >>     # customer # >>     CustomerID => 'mail', >>     CustomerUserListFields =>

Re: [otrs] Using LDAP and DB Customer Backend and Authentification

2009-08-26 Thread savitra sirohi
mail'], > CustomerUserSearchPrefix => '', > CustomerUserSearchSuffix => '*', > CustomerUserSearchListLimit => 250, > CustomerUserPostMasterSearchFields => ['mail'], > CustomerUserNameFields => ['cn'], > M

Re: [otrs] Using LDAP and DB Customer Backend and Authentification

2009-08-26 Thread Stephan Lang
1, 0, 'var' ], [ 'UserFirstname', 'Firstname', 'givenname', 1, 1, 'var' ], [ 'UserLastname', 'Lastname', 'sn', 1, 1, 'var' ], [ 'UserLogin', 'Login', 'sAMAccountName',

Re: [otrs] Using LDAP and DB Customer Backend and Authentification

2009-08-25 Thread savitra sirohi
Stephen, You need to have a separate block (CustomerUser2) for the database auth. Do you have that? Thanks, Savitra Sirohi Nucsoft OSS Labs http://www.osslabs.biz On 8/26/09, Stephan Lang wrote: > Hi @all, > > > > I'm trying to use LDAP and MySQL DB as customer Backend and to > authenticate the

[otrs] Using LDAP and DB Customer Backend and Authentification

2009-08-25 Thread Stephan Lang
Hi @all, I'm trying to use LDAP and MySQL DB as customer Backend and to authenticate the user. I've added LDAP config as CustomerUser1 and $Self->{'AuthModule'} = 'Kernel::System::Auth::LDAP'; and all the required settings. Customer Login via LDAP works perfect, but a DB Customer can't login.