Entrepreneur AJ via FreeIPA-users wrote:
> Hi Rob,
> I used the link you sent and tried many iterations, including enabling 
> .htaccess override and trying it in a .htaccess file non of them worked 
> running httpd -M | grep auth shows that the relevant module is enabled.
> 
> I tried changing Require all granted to Require all denied just to get it 
> blocking all as a first step and that still allows access. 
> Any other pointers?

I'm guessing that validation first occurs in /ipa and with a valid user
they are allowed in. Try something like this in the /ipa Location.

  <RequireAll>
    Require valid-user
    Require ip 10.1.100
  </RequireAll>
_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to