Module survey + sso

Moderator: crythias

Post Reply
ncmps
Znuny newbie
Posts: 3
Joined: 04 Jun 2015, 15:29
Znuny Version: 4.0.7

Module survey + sso

Post by ncmps »

Hello! Need help with survey module.
I installed otrs 4.0.7, configured sso (kerberos) for all: agents from specific group can login on index.pl, and customers can login without problems on customer.pl
Also i installed FAQ module and its ok too. Then i installed survey module to get feedback from customers. Everything ok, created a poll, notices and interviews working as expected, but when the client attempts to access the link to the survey pops up a window asking you username and password: [spoiler=]Image[/spoiler]
If you enter a domain user name and password, then everything is OK. The user enters and sees the poll may vote. If you cancel, it flies next page: [spoiler=]Image[/spoiler]
Tell me, please, where to dig? What could be the problem and why only with this module?

Sorry for my english.
ncmps
Znuny newbie
Posts: 3
Joined: 04 Jun 2015, 15:29
Znuny Version: 4.0.7

Re: Module survey + sso

Post by ncmps »

file /opt/otrs/bin/cgi-bin/.htaccess

AuthType Kerberos
AuthName "Kerberos Login"
KrbMethodNegotiate On
KrbMethodK5Passwd On
KrbAuthRealms MYDOMAIN.BY
Krb5KeyTab /etc/krb5.keytab
KrbLocalUserMapping On
KrbServiceName HTTP/otrs.mydomain.by
require valid-user
Post Reply