[Gnoga-list] gnoga (or ada) and LDAP

2015-07-14 Thread Björn Lundin
I want to authenticate users via LDAP from a gnoga application. I know that AWS has an LDAP part. Has anyone used that successfully? I mean, I have tried it, asked an LDAP query long time ago, but how does one use it for authentication? Or I should perhaps take it to c.l.a ? -- Björn

Re: [Gnoga-list] gnoga (or ada) and LDAP

2015-07-14 Thread Rabbi David Botton
test/demo.adb has an example of interacting with parser. The templates are pure Python so you can just call the parser with your params and get back the results of the call. Not saying ideal, using direct code usually a better option, but there if needed. David Botton On Tue, Jul 14, 2015 at

Re: [Gnoga-list] gnoga (or ada) and LDAP

2015-07-14 Thread Björn Lundin
On 2015-07-15 00:26, Rabbi David Botton wrote: BTW as an interesting aside, you could also use python's bindings if nothing else works out directly with Ada via Gnoga's python templates. Is the example to look at the template parser? -- Björn

Re: [Gnoga-list] gnoga (or ada) and LDAP

2015-07-14 Thread Björn Lundin
On 2015-07-15 00:14, Rabbi David Botton wrote: I'll take a look, btw there is no issue with using AWS along side Gnoga (except obviously if you overlap server ports). No,no - aws.ldap is clientside code Doesn't hurt to ask on CLA as well. Ok, I'll do that in the week. -- Björn