[Freeipa-users] The htaccess login pop-up window appears but login never succeeds

SOLER SANGUESA Miguel solerm at unicc.org
Fri Nov 4 12:22:40 UTC 2016


Hello,

I'm updating the topic, because I have the same problem with:
$ ipa --version
VERSION: 4.2.0, API_VERSION: 2.156
On RHEL 7.2

For Opera and Chrome (latest versions) the pop up appears, but not in Firefox (last version). The configuration is in /var/log/httpd/access_log:
...
# Protect /ipa and everything below it in webspace with Apache Kerberos auth
<Location "/ipa">
  AuthType GSSAPI
  AuthName "Kerberos Login"
  GssapiCredStore keytab:/etc/httpd/conf/ipa.keytab
  GssapiCredStore client_keytab:/etc/httpd/conf/ipa.keytab
  GssapiDelegCcacheDir /var/run/httpd/ipa/clientcaches
  GssapiUseS4U2Proxy on
  Require valid-user
  ErrorDocument 401 /ipa/errors/unauthorized.html
  WSGIProcessGroup ipa
  WSGIApplicationGroup ipa
</Location>
...

It can not be deleted because it is used when it is used the console commands, but has anyone a workaround to disable it on the web GUI?

Thanks & Regards.
______________________________
Miguel Soler Sangüesa

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-users/attachments/20161104/732cb609/attachment.htm>


More information about the Freeipa-users mailing list