Reinstallation - PAM authentication not working - RHEL 8.5

It appears that update_ood_portal is not updating this specific entry in the related apache configuration file.

to work around, you can do the following:

vi /etc/httpd/conf.d/ood-portal.conf

search for the entry
SetEnv OOD_USER_MAP_MATCH “^([^@]+)@.*$”

replace entry with
SetEnv OOD_USER_MAP_MATCH “.*”

then restart apache with the following command:
sudo systemctl try-restart httpd.service htcacheclean.service

Again. This is just a work-around to get you going. When I’m back in the office, I will continue to search for a solid solution for you.

thanks,
-gerald