Replies: 1 comment
-
It looks like you probably have NGX_DEBUG true in your build?
https://github.com/stnoonan/spnego-http-auth-nginx-module/blob/c62616386e31c65eff648bb5524f7928286a5a0e/ngx_http_auth_spnego_module.c#L340
…On Wed 2 Mar 2022 at 12:00, Sivakov Sergey ***@***.***> wrote:
I receive multiple messages from the module
what nginx settings to disable them?
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: fqun = 0 in
/etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: allow_basic = 1 in
/etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: force_realm = 0 in
/etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: map_to_local = 0 in
/etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: delegate_credentials =
0 in /etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: constrained_delegation
= 0 in /etc/nginx/nginx.conf:98
—
Reply to this email directly, view it on GitHub
<#126>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADGOAR4VHXRMP7G72VEVVTU55J6BANCNFSM5PXHNXIQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I receive multiple messages from the module
what nginx settings to disable them?
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: fqun = 0 in /etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: allow_basic = 1 in /etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: force_realm = 0 in /etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: map_to_local = 0 in /etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: delegate_credentials = 0 in /etc/nginx/nginx.conf:98
2022/03/02 13:42:50 [info] 2588664#0: auth_spnego: constrained_delegation = 0 in /etc/nginx/nginx.conf:98
Beta Was this translation helpful? Give feedback.
All reactions