Re: lua authentication

2015-12-07 Thread Thierry FOURNIER
.. > > > > - Original Message - > > From: "Grant Haywood" > > To: "thierry fournier" > > Cc: "Igor Cicimov" , "HAProxy" > > , "Baptiste" > > Sent: Saturday, December 5, 2015 6:48:52 PM > > Subject:

Re: lua authentication

2015-12-07 Thread Thierry FOURNIER
ier" > To: "Baptiste" > Cc: "Grant Haywood" , "Igor Cicimov" > , "HAProxy" > Sent: Saturday, December 5, 2015 3:36:32 PM > Subject: Re: lua authentication > > Hi, > > I complement, I would say, that the Lua bindings for the

Re: lua authentication

2015-12-07 Thread Thierry FOURNIER
> Cc: "Igor Cicimov" , "HAProxy" > , "Baptiste" > Sent: Saturday, December 5, 2015 6:48:52 PM > Subject: Re: lua authentication > > I see. > Still, is there an example of authenticating an Http connection in lua? > > im fairly certan i can do a

Re: lua authentication

2015-12-06 Thread joris dedieu
uot;thierry fournier" > Cc: "Igor Cicimov" , "HAProxy" > , "Baptiste" > Sent: Saturday, December 5, 2015 6:48:52 PM > Subject: Re: lua authentication > > I see. > Still, is there an example of authenticating an Http connection in lua? > >

Re: lua authentication

2015-12-05 Thread Grant Haywood
Baptiste" Sent: Saturday, December 5, 2015 6:48:52 PM Subject: Re: lua authentication I see. Still, is there an example of authenticating an Http connection in lua? im fairly certan i can do a JWT implementation and for LDAP, it may still easyer to proxy a simple (non-ldap) message ov

Re: lua authentication

2015-12-05 Thread Grant Haywood
, "HAProxy" Sent: Saturday, December 5, 2015 3:36:32 PM Subject: Re: lua authentication Hi, I complement, I would say, that the Lua bindings for the standard Openldap client exists, but unfortunately, the operation is blocking, and doesn't run very well with HAProxy. It seems tha

Re: lua authentication

2015-12-05 Thread thierry . fournier
Original Message - > > From: "Igor Cicimov" > > To: "Grant Haywood" > > Cc: "HAProxy" > > Sent: Thursday, December 3, 2015 3:58:28 PM > > Subject: Re: lua authentication > > > > > > > > > > Hi Grant,

Re: lua authentication

2015-12-03 Thread Baptiste
eed an example of how to do > auth, like userlist, inside of lua. > > - Original Message - > From: "Igor Cicimov" > To: "Grant Haywood" > Cc: "HAProxy" > Sent: Thursday, December 3, 2015 3:58:28 PM > Subject: Re: lua authentication &

Re: lua authentication

2015-12-03 Thread Grant Haywood
Thats exactly what I am wanting to code, I just need an example of how to do auth, like userlist, inside of lua. - Original Message - From: "Igor Cicimov" To: "Grant Haywood" Cc: "HAProxy" Sent: Thursday, December 3, 2015 3:58:28 PM Subject: Re: l

Re: lua authentication

2015-12-03 Thread Igor Cicimov
Hi Grant, On Fri, Dec 4, 2015 at 7:46 AM, Grant Haywood wrote: > Hello, > > I was wondering if there is a basic example of using lua to do > authentication? > > I am specificaly interested in constructing 'ldap' and 'jwt' versions of > the 'userlist' block > > thx in advance for your time > > Ex

lua authentication

2015-12-03 Thread Grant Haywood
Hello, I was wondering if there is a basic example of using lua to do authentication? I am specificaly interested in constructing 'ldap' and 'jwt' versions of the 'userlist' block thx in advance for your time