
Hi guys, I have integrated LDAP authentication for Customer, I would like to, if not reach the LDAP server, authenticate the customer on the local of OTRS DB, I did it with the agent defining *$Self-> {AuthModule1} = 'Kernel :: System :: Auth :: DB';* (work) On Customer *$Self-> {Customer :: AuthModule1} = 'Kernel :: System :: DB :: CustomerAuth';* (not work) Any suggestions? -- Rocco Tocci Application Architect Strada Prov. 1 BariModugno n. 4 70123 Bari Italy Tel. +39 0803855483 TBS IT -- Telematic & Biomedical Services Srl a socio unico Sede Legale : Via Giacinto Gallina, 4 -- 34122 Trieste Tel. 040 - 92291 Sede Operativa : Via Francesco Bettini, 13 -- 06034 Foligno Tel. 0742- 32661 C.F., P.IVA e Registro Imprese (TS) : 01165260322 Cap.Soc. € 8.000.000,00 i.v. una società di TBS Group SpA Ai sensi del D.Lgs. 196/2003 e della normativa internazionale, vi informiamo che questo messaggio è riservato esclusivamente al destinatario. Se esso vi fosse pervenuto per errore, vi invitiamo a eliminarlo immediatamente e a darcene comunicazione. Grazie. According to the Italian and international laws in force, we inform you that this message is reserved only for the addressee. If you are not the addressee, please delete it immediately and notify us. Thank you. P Per favore, pensa all'ambiente prima di stampare questo messaggio. Please, consider the environment before printing this e-mail.

Thanks, I solved is mandatory to configure these 5 parameters: $Self->{Customer::AuthModule1} = 'Kernel::System::CustomerAuth::DB'; $Self->{Customer::AuthModule::DB::Table1} = 'customer_user'; $Self->{Customer::AuthModule::DB::CustomerKey1} = 'login'; $Self->{Customer::AuthModule::DB::CustomerPassword1} = 'pw'; $Self->{Customer::AuthModule::DB::CryptType1} = 'MD5-Crypt'; Good work Rocco Il 05/10/2012 11.51, Rocco Tocci ha scritto:
Hi guys, I have integrated LDAP authentication for Customer, I would like to, if not reach the LDAP server, authenticate the customer on the local of OTRS DB, I did it with the agent defining *$Self-> {AuthModule1} = 'Kernel :: System :: Auth :: DB';* (work) On Customer *$Self-> {Customer :: AuthModule1} = 'Kernel :: System :: DB :: CustomerAuth';* (not work) Any suggestions?
-- Rocco Tocci Application Architect Strada Prov. 1 BariModugno n. 4 70123 Bari Italy Tel. +39 0803855483
TBS IT -- Telematic & Biomedical Services Srl a socio unico Sede Legale : Via Giacinto Gallina, 4 -- 34122 Trieste Tel. 040 - 92291 Sede Operativa : Via Francesco Bettini, 13 -- 06034 Foligno Tel. 0742- 32661 C.F., P.IVA e Registro Imprese (TS) : 01165260322 Cap.Soc. € 8.000.000,00 i.v. una società di TBS Group SpA
Ai sensi del D.Lgs. 196/2003 e della normativa internazionale, vi informiamo che questo messaggio è riservato esclusivamente al destinatario. Se esso vi fosse pervenuto per errore, vi invitiamo a eliminarlo immediatamente e a darcene comunicazione. Grazie. According to the Italian and international laws in force, we inform you that this message is reserved only for the addressee. If you are not the addressee, please delete it immediately and notify us. Thank you. P Per favore, pensa all'ambiente prima di stampare questo messaggio. Please, consider the environment before printing this e-mail.
-- Rocco Tocci Application Architect Strada Prov. 1 BariModugno n. 4 70123 Bari Italy Tel. +39 0803855483 TBS IT -- Telematic & Biomedical Services Srl a socio unico Sede Legale : Via Giacinto Gallina, 4 -- 34122 Trieste Tel. 040 - 92291 Sede Operativa : Via Francesco Bettini, 13 -- 06034 Foligno Tel. 0742- 32661 C.F., P.IVA e Registro Imprese (TS) : 01165260322 Cap.Soc. € 8.000.000,00 i.v. una società di TBS Group SpA Ai sensi del D.Lgs. 196/2003 e della normativa internazionale, vi informiamo che questo messaggio è riservato esclusivamente al destinatario. Se esso vi fosse pervenuto per errore, vi invitiamo a eliminarlo immediatamente e a darcene comunicazione. Grazie. According to the Italian and international laws in force, we inform you that this message is reserved only for the addressee. If you are not the addressee, please delete it immediately and notify us. Thank you. P Per favore, pensa all'ambiente prima di stampare questo messaggio. Please, consider the environment before printing this e-mail.
participants (1)
-
Rocco Tocci