Giter VIP home page Giter VIP logo

Comments (7)

 avatar commented on May 30, 2024

Yes really easy even :

    <Directory /var/www/html/apache_2fa>
           AuthLDAPBindDN "LDAPBINDUSER"
           AuthLDAPBindPassword "PASSWORD"
           AuthLDAPURL "ldap://192.168.1.1/dc=server,dc=local?sAMAccountName?sub?(objectClass=*)"
           AuthType Basic
           AuthName "Please use your AD account"
           AuthBasicProvider ldap
           AuthUserFile /dev/null
           Require valid-user
    </Directory>

    <Directory /var/www/html>
           AuthLDAPBindDN "LDAPBINDUSER"
           AuthLDAPBindPassword "PASSWORD"
           AuthLDAPURL "ldap://192.168.1.1/dc=server,dc=local?sAMAccountName?sub?(objectClass=*)"
           AuthType Basic
           AuthName "Please use your AFD account"
           AuthBasicProvider ldap
           AuthUserFile /dev/null
           Require valid-user
    </Directory>

from apache_2fa.

adambarnett52 avatar adambarnett52 commented on May 30, 2024

from apache_2fa.

itemir avatar itemir commented on May 30, 2024

Thanks @Emeriss, closing this one.

from apache_2fa.

jskyfacts avatar jskyfacts commented on May 30, 2024

Hi Yup. After some trial and error I got it working. Thanks

On 21 May 2019, at 12:27, Emeriss @.*> wrote: Yes really easy even : <Directory /var/www/html/apache_2fa> AuthLDAPBindDN "LDAPBINDUSER" AuthLDAPBindPassword "PASSWORD" AuthLDAPURL "ldap://192.168.1.1/dc=server,dc=local?sAMAccountName?sub?(objectClass=)" AuthType Basic AuthName "Please use your AD account" AuthBasicProvider ldap AuthUserFile /dev/null Require valid-user <Directory /var/www/html> AuthLDAPBindDN "LDAPBINDUSER" AuthLDAPBindPassword "PASSWORD" AuthLDAPURL "ldap://192.168.1.1/dc=server,dc=local?sAMAccountName?sub?(objectClass=)" AuthType Basic AuthName "Please use your AFD account" AuthBasicProvider ldap AuthUserFile /dev/null Require valid-user — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Hey @adambarnett52, how did you get it to work? I am still facing issues. It just keeps giving 500 internal error

from apache_2fa.

adambarnett52 avatar adambarnett52 commented on May 30, 2024

from apache_2fa.

jskyfacts avatar jskyfacts commented on May 30, 2024

Hi I got this when i was missing some of the python libraries. Check out the apache logs and try running the 2fa python code manually to see if it complains about musings libs

Sent from my iPhone
On 23 Jun 2020, at 06:43, pllvpipalwa @.**> wrote:  Hi Yup. After some trial and error I got it working. Thanks … On 21 May 2019, at 12:27, Emeriss @.> wrote: Yes really easy even : <Directory /var/www/html/apache_2fa> AuthLDAPBindDN "LDAPBINDUSER" AuthLDAPBindPassword "PASSWORD" AuthLDAPURL "ldap://192.168.1.1/dc=server,dc=local?sAMAccountName?sub?(objectClass=)" AuthType Basic AuthName "Please use your AD account" AuthBasicProvider ldap AuthUserFile /dev/null Require valid-user <Directory /var/www/html> AuthLDAPBindDN "LDAPBINDUSER" AuthLDAPBindPassword "PASSWORD" AuthLDAPURL "ldap://192.168.1.1/dc=server,dc=local?sAMAccountName?sub?(objectClass=)" AuthType Basic AuthName "Please use your AFD account" AuthBasicProvider ldap AuthUserFile /dev/null Require valid-user — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread. Hey @adambarnett52, how did you get it to work? I am still facing issues. It just keeps giving 500 internal error — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

I already tried that.. there are no errors when i run the python code. I am following this guide https://www.hallam.ch/blog/index.php/2020/01/13/apache-and-two-factor-authentication-2fa-using-ldap-accounts/ to achieve it. And from what I see it is not redirecting to /auth once I enter my credentials and gives 500 internal error . Any idea why? rewrite module is enabled and is also turned on.

from apache_2fa.

adambarnett52 avatar adambarnett52 commented on May 30, 2024

you will need to share your config

from apache_2fa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.