Re: [www/rt] A flavor for LDAP?

2018-03-20 Thread William Leuschner
On 3/10/2018 8:23 AM, Stuart Henderson wrote: > This shouldn't be CONFIGURE_STYLE=simple - CONFIGURE_STYLE=gnu is > correct already. It is? It seems to work correctly with CONFIGURE_STYLE=simple. I'm still sort of new to this, do you mind explaining why? > Is it actually required to run

Re: [www/rt] A flavor for LDAP?

2018-03-12 Thread Paul Irofti
> > + > > +If you plan to connect your rt installation to an LDAP domain, > > +install p5-ldap and then run > > + > > +# rt-test-dependencies > > Is it actually required to run rt-test-dependencies? I haven't used rt > for some years but from what I remember it's just a checker and doesn't > make

Re: [www/rt] A flavor for LDAP?

2018-03-10 Thread Stuart Henderson
On 2018/03/08 13:08, William Leuschner wrote: > Here's a patch that adds a short message to the README explaining how to > add LDAP support to RT. Also, when I tested the packaging, I noticed > that the configure script was being given some GNU-specific arguments > that it didn't understand, so I

Re: [www/rt] A flavor for LDAP?

2018-03-08 Thread William Leuschner
Here's a patch that adds a short message to the README explaining how to add LDAP support to RT. Also, when I tested the packaging, I noticed that the configure script was being given some GNU-specific arguments that it didn't understand, so I changed the configure script style from GNU to simple

Re: [www/rt] A flavor for LDAP?

2018-03-07 Thread William Leuschner
> On 7 Mar, 2018, at 19:09, Stuart Henderson wrote: > > > That is --enable-externalauth, isn't it? Yup, that’s the one. > i.e. the only thing it does is set a default in rt-test-dependencies > which you can override with "rt-test-dependencies --with-externalauth" >

Re: [www/rt] A flavor for LDAP?

2018-03-07 Thread Stuart Henderson
On 2018/03/07 20:01, William Leuschner wrote: > > > On 7 Mar, 2018, at 19:09, Stuart Henderson wrote: > > > > > > That is --enable-externalauth, isn't it? > > Yup, that’s the one. > > > i.e. the only thing it does is set a default in rt-test-dependencies > > which you

Re: [www/rt] A flavor for LDAP?

2018-03-07 Thread Stuart Henderson
On 2018/03/07 18:44, William Leuschner wrote: > > On Mar 7, 2018, at 17:46, Stuart Henderson wrote: > > RT isn't compiled, it's interpreted, and it looks very much like the > relevant files are included already. > > > Ah, sorry. I just used “compiled” as an

Re: [www/rt] A flavor for LDAP?

2018-03-07 Thread Stuart Henderson
On 2018/03/07 13:55, William Leuschner wrote: > Hello ports@, > > My use-case for www/rt needs LDAP integration. RT supports this, but > there's no way to make it happen on OpenBSD without recompiling RT > myself. Would anyone be interested if I submitted a patch for www/rt > that adds a FLAVOR