I am trying to use perl to connect to an LDAP server... I am very
confused on how to even begin. Can someone help.
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
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
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
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