auth_request and apache 2 with kerberos

2021-11-14 Thread Luca Manganelli
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

Re: how to configure request rate limiting by Kerberos authenticated user?

2020-08-06 Thread George Nica
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

Re: how to configure request rate limiting by Kerberos authenticated user?

2020-08-05 Thread Maxim Dounin
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

how to configure request rate limiting by Kerberos authenticated user?

2020-08-05 Thread Nica, George
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

NGNIX reverse Proxy with Kerberos auth

2019-05-03 Thread blackout
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

Re: Connecting Nginx to LDAP/Kerberos

2016-11-16 Thread rov12
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

Re: Connecting Nginx to LDAP/Kerberos

2016-09-12 Thread Joshua Schaeffer
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

Re: Connecting Nginx to LDAP/Kerberos

2016-09-12 Thread A. Schulze
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

Re: Connecting Nginx to LDAP/Kerberos

2016-09-12 Thread Joshua Schaeffer
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

Re: Connecting Nginx to LDAP/Kerberos

2016-09-12 Thread A. Schulze
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

Connecting Nginx to LDAP/Kerberos

2016-09-12 Thread Joshua Schaeffer
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

Re: kerberos

2013-06-07 Thread Michael Shadle
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

kerberos

2013-04-18 Thread Friedrich Locke
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