Perl question

2006-06-06 Thread Rita Uddin
I am trying to use perl to connect to an LDAP server... I am very confused on how to even begin. Can someone help.

Re: GSSAPI programming help

2006-06-06 Thread Achim Grolms
On Thursday 18 May 2006 18:14, Quanah Gibson-Mount wrote: > --On Thursday, May 18, 2006 7:27 AM -0400 Dennis Putnam > > <[EMAIL PROTECTED]> wrote: [...Net::POP3...] > I was able to use Authen::SASL to do GSSAPI authentication via finger & > whois, using the Authen-SASL-GSSAPI-server package. Net

Re: Connecting to Active Directory

2006-06-06 Thread Achim Grolms
On Tuesday 30 May 2006 05:36, Don C. Miller wrote: > Ronald, it is not necessary to bind with the complete DN to AD. You can > use the domain\username structure or the UPN. Or use your DC's Keberos5 by using the Authen::SASL::Perl::GSSAPI module. Achim pgpHYODsZi7fU.pgp Description: PGP signat

ldap SASL GSSAPI connection

2006-06-06 Thread Derek T. Yarnell
So I have written a lot of perl code around just simple bind in SSL to our LDAP for a long time because GSSAPI support in perl was lacking (or was really hard to get to work) for a long time. Now I see things may have changed and have started to try to get it to work again. So I compiled Aut

Re: ldap SASL GSSAPI connection

2006-06-06 Thread Achim Grolms
On Tuesday 06 June 2006 18:45, Derek T. Yarnell wrote: > Doesn't seem to do the right thing... Here's my usage example. Do you get an errormessage? #! /usr/bin/perl -w use strict; use Net::LDAP 0.33; use Authen::SASL 2.10; # Adjust to your environment my $adhost = 'th