Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Steve Clark
Hi Peter, "Peter Marschall" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hi Steve, > > On Thursday 04 August 2005 11:52, SteveC wrote: > > I have been trying to authenticate to an Active Directory LDAP server using > > Authen::SASL::Perl::DIGEST_MD5 and am failing. Using Op

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread SteveC
Steve Clark wrote: Hi Peter, "Peter Marschall" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... Hi Steve, On Thursday 04 August 2005 11:52, SteveC wrote: I have been trying to authenticate to an Active Directory LDAP server using Authen::SASL::Perl::DIGEST_MD5 and am fa

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Graham Barr
On Tue, August 9, 2005 8:57 am, SteveC said: > - Presumably I am now going to need to get Authen::SASL::Cyrus working > so that I can use auth-int or auth-conf and so comform to our Domain > security policy Or modify DIGEST_MD5.pm to perform them :-) > (I could also use SSL/TLS but at present we

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Simon Wilkinson
Graham Barr wrote: > IIRC there are two Authen::SASL::Cyrus implmentations. Someone did thier > own becuase they had little luck with the one on CPAN. > > Does anyone on the list remember this? There are three different implementations. I produced one in the dim and distant past, which was never

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Chris Ridd
On 9/8/05 2:57, SteveC <[EMAIL PROTECTED]> wrote: > It looks like I have got into the habit of replying to myself -- sorry > for the noise I am generating. > > I have looked into the third of the above bullets and I think that I > have found out what is going on. In summary: > > - When using lda

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Quanah Gibson-Mount
--On Tuesday, August 09, 2005 4:54 PM +0100 Simon Wilkinson <[EMAIL PROTECTED]> wrote: Graham Barr wrote: IIRC there are two Authen::SASL::Cyrus implmentations. Someone did thier own becuase they had little luck with the one on CPAN. Does anyone on the list remember this? There are three

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread SteveC
Quanah Gibson-Mount wrote: --On Tuesday, August 09, 2005 4:54 PM +0100 Simon Wilkinson <[EMAIL PROTECTED]> wrote: Graham Barr wrote: IIRC there are two Authen::SASL::Cyrus implmentations. Someone did thier own becuase they had little luck with the one on CPAN. Does anyone on the list rem

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread SteveC
Chris Ridd wrote: On 9/8/05 2:57, SteveC <[EMAIL PROTECTED]> wrote: It looks like I have got into the habit of replying to myself -- sorry for the noise I am generating. I have looked into the third of the above bullets and I think that I have found out what is going on. In summary: - When u

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Graham Barr
On Tue, August 9, 2005 1:08 pm, SteveC said: > > If that is the case, then if the SASL & DIGEST_MD5 modules provided a > callback to enable the realm to be overridden, a user could provide one > of the Microsoft 'standard' values (in the case of a perverse > configuration like mine!) and things wo

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Larry Lile
On Tue, 9 Aug 2005, SteveC wrote: > Quanah Gibson-Mount wrote: > > > > > > --On Tuesday, August 09, 2005 4:54 PM +0100 Simon Wilkinson > > <[EMAIL PROTECTED]> wrote: > > > >> Graham Barr wrote: > >> > >>> IIRC there are two Authen::SASL::Cyrus implmentations. Someone did thier > >>> own becua

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Quanah Gibson-Mount
--On Tuesday, August 09, 2005 11:47 AM -0700 Larry Lile <[EMAIL PROTECTED]> wrote: I'm still unable to get Net::LDAP and Authen::SASL::Cyrus to play nice. I'm using perl-ldap 0.33 and Authen-SASL-Cyrus-0.12-server with perl-5.8.6. I get a slightly different result "Use of uninitialized val

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Larry Lile
On Tue, 9 Aug 2005, Quanah Gibson-Mount wrote: > > > --On Tuesday, August 09, 2005 11:47 AM -0700 Larry Lile > <[EMAIL PROTECTED]> wrote: > > > I'm still unable to get Net::LDAP and Authen::SASL::Cyrus to play > > nice. I'm using perl-ldap 0.33 and Authen-SASL-Cyrus-0.12-server > > with perl

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Quanah Gibson-Mount
--On Tuesday, August 09, 2005 1:51 PM -0700 Larry Lile <[EMAIL PROTECTED]> wrote: I don't see how it would help, you are using Net::LDAP to create a connection to the server, I already have a TGT so we'll skip that part, then you create an Authen::SASL::GSSAPI object the bind the Net::LDAP c

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Larry Lile
On Tue, 9 Aug 2005, Quanah Gibson-Mount wrote: > > > --On Tuesday, August 09, 2005 1:51 PM -0700 Larry Lile > <[EMAIL PROTECTED]> wrote: > > > I don't see how it would help, you are using Net::LDAP to create > > a connection to the server, I already have a TGT so we'll skip > > that part, then

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Quanah Gibson-Mount
--On Tuesday, August 09, 2005 2:18 PM -0700 Larry Lile <[EMAIL PROTECTED]> wrote: Good. So we both agree Stanford::Directory or Net::LDAP + Authen::SASL::Cyrus is irrelevant, the test script _should_ work. Well, I'll caveat that by saying, it *does* work for me. Which is better than sh

Re: Authen:SASL::Perl::DIGEST-MD5 Problem

2005-08-09 Thread Chris Ridd
On 9/8/05 10:18, Larry Lile <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] SOURCES]$ cat /etc/redhat-release > Red Hat Enterprise Linux WS release 3 (Taroon Update 4) IIRC RedHat Enterprise Linux 3 ships with OpenLDAP tools that cannot perform correct DIGEST-MD5 auth. I can't remember if the fix