Re: nginx authentication and authorization

2021-10-02 Thread Keith Brown
Thanks. This looks interesting. I am afraid its a bit over my head. I am not sure how this could validate if $remote_user is in my LDAP group. On Fri, Oct 1, 2021 at 5:35 PM Sergey A. Osokin wrote: > > On Fri, Oct 01, 2021 at 04:32:59PM -0400, Keith Brown wrote: > > any help? &g

Re: nginx authentication and authorization

2021-10-01 Thread Keith Brown
any help? On Tue, Sep 28, 2021 at 3:29 PM Keith Brown wrote: > > I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap > working perfectly. > > However, I am just not sure how to make them work together. > I have an endpoint > > I have an end point /

nginx authentication and authorization

2021-09-28 Thread Keith Brown
I have two modules: spnego-http-auth-nginx-module and nginx-auth-ldap working perfectly. However, I am just not sure how to make them work together. I have an endpoint I have an end point /login which gives me the remote_user because I am using auth_gss. How can I use that information to check i