Re: strong bind fails

2009-01-19 Thread Dieter Kluenter
Graham Barr writes: > On Jan 18, 2009, at 8:37 AM, Dieter Kluenter wrote: > > >> >> OK, this is my complete script, >> >> ,[ searchList.pl ] > >> >> | $msg = $ldap->bind(sasl => $sasl); >> | $msg->code && $msg->error_text; > > Again, you are not checking the bind call for any failure I check

setting PASSWD_CANT_CHANGE in AD

2009-01-19 Thread _V-IT-Systemhaus-Perl-LDAP von extern
Hi all, do you see any chance to set the PASSWD_CANT_CHANGE flag from AD's userAccountControl attribute via Net::LDAP? If not, is there any other perl module or function that I could use? PASSWD_CANT_CHANGE is something special, because it requires to set some security attributes (ACE). If intere

Re: strong bind fails

2009-01-19 Thread Quanah Gibson-Mount
--On Monday, January 19, 2009 12:41 PM +0100 Dieter Kluenter wrote: I tried starttls and EXTERNAL mechanism ,[ start_tls ] | my $ldap = Net::LDAP->new("$host", | async => 1, | version => 3, | debug => 8 | )