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
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
--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
| )