Hi *,
running this script from a Linux machine against our Active Directory
---< schnipp schnapp >--
#!/usr/bin/perl
use Net::LDAPS;
$ldap = Net::LDAP->new(
'ldaps://:636',
timeout => 1000,
verify => 'require',
capat
Hi,
> On 19/07/2008, _V-IT-Systemhaus-Perl-LDAP von extern
> <[EMAIL PROTECTED]> wrote:
> > Hi *,
>
> > - Novell SLES 10 (x86_64)
> > - Net::LDAP 0.36
> > - Net::SSLeay 1.32
> > - openssl 0.9.8a-18.23
> First thoughgt ...
> SLES has some
Hi *,
running this script from a Linux machine against our Active Directory
---< schnipp schnapp >--
#!/usr/bin/perl
use Net::LDAPS;
$ldap = Net::LDAP->new(
'ldaps://:636',
timeout => 1000,
verify => 'require',
capat
Hi Chris,
[...]
> Can you write a simple program just using IO::Socket::SSL
> that shows the
> problem? If you can, then you should ask the IO::Socket::SSL
> developers
> about it...
thx for this hint.
A newer version of IO::Socket::SSL (1.14) solved this problem.
But now I get
cant make in
Hello,
[...]
> > cant make initial connection: IO::Socket::SSL: SSL connect attempt
> > failed
> > with unknown errorerror:14090086:SSL
> > routines:SSL3_GET_SERVER_CERTIFICATE:
> > certificate verify failed at ./x line 4, line 253.
> >
> > when using verify => 'require'.
> > Without this opt
Hi Chris,
[...]
> > I installed our root certificate in /etc/ssl/certs, where "capath"
> > points
> > to. The .pem file is correctly linked to the file with the
> hashed name
> > of
> > itself.
> > But I will double check this - obviously something is wrong here.
>
> Try using something like tru
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