It looks like you're new here. If you want to get involved, click one of these buttons!
I installed the LDAP & HTTP Passthru Plugins and activated SSO with the mod_auth_sspi. My configuration (httpd.conf) is the following:Apache 2.2.21Osticket 1.9.12
And that is working. But if someone (we have a few) uses a Localuser he gets a Pop-Up asking for a Domain-User and Password. If that is not correct he cant reach the site. Is there a way to let them reach the site anyway and use anonym Ticket creation or normal regristation?<Directory "C:\helpdesk">AllowOverride NoneOptions NoneAuthName "helpdesk"AuthType SSPISSPIAuth OnSSPIAuthoritative Onrequire valid-user#require user "NT AUTHORITY\ANONYMOUS LOGON" allow</Directory>
Comments