Skip to content
Discussion options

You must be logged in to vote

I suspect that was has happened is that you have defined one of the following in a parent directory:

AuthType cookie
AuthName "Some Auth"
require valid-user

When we set the PsLDAPEnableAuth to 'off', psldap will decline the request for authentication and allow another authentication mechanism to handle the authentication / authorization request processing. If no other mechanism is present, the server will correctly deny access to the user. What you really need to do to completely turn off authentication is to ensure the AuthType, AuthName, and require settings are not present.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cptdpicard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good first issue Good for newcomers question Further information is requested
1 participant