Password change field is downloading SmCPW file onto local machine
book
Article ID: 141782
calendar_today
Updated On:
Products
CA Single Sign On Secure Proxy Server (SiteMinder)AXIOMATICS POLICY SERVERCA Single Sign On Agents (SiteMinder)CA Single Sign On Federation (SiteMinder)CA Single Sign On SOA Security Manager (SiteMinder)SITEMINDER
Issue/Introduction
The Issue we were facing is password change functionality is not working as expected . When i am trying to change the password form the web it is redirecting to the change password page but after entering old and new credentials and the hit enter it is downloading the 'SmCPW' on my local machine .
Environment
Release : 12.52
Component : SITEMINDER -WEB AGENT FOR APACHE
Resolution
httpd.conf:
#LoadModule cgid_module modules/mod_cgid.so
#LoadModule cgi_module modules/mod_cgi.so
to
LoadModule cgid_module modules/mod_cgid.so
LoadModule cgi_module modules/mod_cgi.so
And:
Options MultiViews AllowOverride None Require all granted #ForceType text/html
to
Options MultiViews ExecCGI AllowOverride None Require all granted #ForceType text/html