Hello,
I have this configuration:
- a docker with nginx
- an apache2 server with kerberos authentication configured.
nginx is the main http server (everyone in internet navigate into it). When
the user clicks on the "LOGIN" from the website, nginx should use the
apache2 as auth
ahead for now.
It would be nice if Kerberos were supported directly by nginx. :)
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,288976,288990#msg-288990
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
e wanted to do request rate limiting by authenticated user (in addition to
> the existing one by $binary_remote_addr).
> Is there any way we could do request rate limiting based on authenticated
> user?
> We use Kerberos for authentication, using ngx_http_auth_spnego_module
> (ht
ing one by $binary_remote_addr).
Is there any way we could do request rate limiting based on authenticated user?
We use Kerberos for authentication, using ngx_http_auth_spnego_module
(https://github.com/stnoonan/spnego-http-auth-nginx-module).
We tried "limit_req_zone $remote_user zone=user
Hi,
is it possible to make with NGINX a reverse proxy with kerberos auth?
NGINX should do all the authentication stuff, so the user don“t talk
directly with the kerberos server.
The goal is:
- the user connect to webmail.example.com
- a authentication Windows pops up
- the user types the login
Hi
I'm curious if you made this work?
I have tried combining the spnego-http-auth-nginx-module for Kerberos and
the nginx-auth-ldap module for LDAP. So far without success.
I am able to get the authenticated user from Kerberos using the spnego
module. But I've not figured out if the
On Mon, Sep 12, 2016 at 1:37 PM, A. Schulze wrote:
>
>
> Am 12.09.2016 um 21:33 schrieb Joshua Schaeffer:
>
>> Any chance anybody has played around with Kerberos auth? Currently my SSO
>> environment uses GSSAPI for most authentication.
>>
>
> I compil
Am 12.09.2016 um 21:33 schrieb Joshua Schaeffer:
Any chance anybody has played around with Kerberos auth? Currently my SSO
environment uses GSSAPI for most authentication.
I compile also the module
https://github.com/stnoonan/spnego-http-auth-nginx-module
but I've no time to conf
t; Q: does that matter?
>
>From my understanding of Nginx, no, since location is lower in the
hierarchy it will just override any auth_ldap directives outside of it.
>
> I found it useful to explicit set "auth_ldap_cache_enabled on" but cannot
> remember the detailed
nnot
remember the detailed reasons.
Finally: it's working as expected for me (basic auth, no Kerberos)
BUT: I fail to compile this module with openssl-1.1.0
I send a message to https://github.com/kvspb some days ago but got no response
till now.
the problem (nginx-1.11.3 + openssl-1.1.0 + nginx-au
Greetings Nginx list,
I've setup git-http-backend on a sandbox nginx server to host my git
projects inside my network. I'm trying to get everything setup so that I
can require auth to that server block using SSO, which I have setup and
working with LDAP and Kerberos.
I have all my a
This is a long time coming - I wanted to reply, I funded a project to try
to get GSSAPI/SPNEGO support into nginx.
The developer didn't know Kerberos nor nginx - but tried his best to get it
to work.
I could never get it to work, but my company's AD/Kerberos setup is
confusing even for
I wonder if nginx supports kerberos in the same sense as apache does!
I mean: with apache i may specify if i will want SSO or password (by
retrieving the password from the kerberos database).
The configuration options are:
KrbMethodNegotiate off/on
KrbMethodK5Passwd off/on
These
13 matches
Mail list logo