Authorization Required with PsLDAPEnableAuth set as 'off' #7
-
|
I have psldap globally configured with PsLDAPEnableAuth turned off, but I'm still confronted with an "Authorization Required" message when I try to access a resource. What's wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I suspect that was has happened is that you have defined one of the following in a parent directory:
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. |
Beta Was this translation helpful? Give feedback.
I suspect that was has happened is that you have defined one of the following in a parent directory:
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.