Giter VIP home page Giter VIP logo

Comments (7)

DeathR0W avatar DeathR0W commented on August 16, 2024

Hi, I am also getting this problem with valid-user for 2.4 and I dont know how to solve it.. were you able to fix this issue?

from pyauthenntlm2.

steveconig avatar steveconig commented on August 16, 2024

I was missing a module, though I don't remember what module it was at the time. I would double check and make sure that you have all of the modules required, they may be different if you are using Ubuntu.

from pyauthenntlm2.

geshido avatar geshido commented on August 16, 2024

Hello,@steveconig, have you found a module name which absence was causing the problem?

from pyauthenntlm2.

Judokus avatar Judokus commented on August 16, 2024

I think it's the same issue as #15

from pyauthenntlm2.

SanderGit avatar SanderGit commented on August 16, 2024

I got it to work by disabling the authorization checks in:

def check_authorization(req, username, proxy):

I changed the last line from this snipped from False to True:


 else:
        req.log_error('PYNTLM: Authorization failed for %s and URI %s.' %
            (username,req.unparsed_uri))
    return True


This is due to changed code in Apache 2.4+ which needs an update in PyAuthenNTLM2 to work.

from pyauthenntlm2.

Judokus avatar Judokus commented on August 16, 2024

doesn't that defeat the whole purpose of using PyAuthenNTLM2 ?

from pyauthenntlm2.

SanderGit avatar SanderGit commented on August 16, 2024

Do not mix authentication with authorization.

Op vr 29 apr. 2016 09:54 schreef Judokus [email protected]:

doesn't that defeat the whole purpose of using Py_Auth_enNTLM2 ?


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#19 (comment)

from pyauthenntlm2.

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.