Description:
perl-ldap@perl.org (Moderated)
|
|
|
map problems
|
| |
...
...
yes, I was not separating it, this is a normal ldap object, they contain
commas (weird, I know, it just does not surprise me any longer). So each
element is the string between the blanks. In fact the @memberof the array
is actually never like that black on white, but I get that array from... more »
|
|
Reading LDIF files containing controls
|
| |
I have a use case for analyzing LDIF dumps of our LDAP directory. The dump utility puts some controls in the output file, so Net::LDAP::LDIF won't read them, it fails with "Controls only allowed with LDIF change entries". I put a patch on to allow reading of controls for non-change entries by specifying controls_always_legal => 1 on the Net::LDAP::LDIF->new() call.... more »
|
|
Net::LDAP Search Filter
|
| |
Hello all,
I am trying to run this search against my directory service with the following filter and it returns nothing.
(&(employeetype=x)(employeetyp e=y)(objectclass=*))
But if I do just:
(&(employeetype=x)(objectclass =*))
Or
(&(employeetype=y)(objectclass =*))
I get search data returned.... more »
|
|
Problem with Net::LDAP
|
| |
Hi,
I have a problem with perl-ldap-0.55.
Code:
...use Net::LDAP;
my $ldap_server = "172.20.1.100";
my ldap = Net::LDAP -> new($ldap_server) or die "$@";
At runnig:
...IO::Socket::INET6: getaddrinfo: No such host is known. at
perl_test_ldap.pl line 4, <DATA> line 747.
I use Strawberry Perl 5.16.3.1 32bit on Windos XP Professional SP3... more »
|
|
perl-ldap 0.55 released
|
| |
Hi folks,
I just released perl-ldap 0.55 to CPAN: [link]
(it may take a little until the CPAN mirrors in your region get it)
As usual the changes included are listed at the end of this email.
Of course, the GitHub repository [link]... more »
|
|
Released perl-ldap 0.54
|
| |
Hi all,
perl-ldap 0.54 has been released to CPAN
[link]
Besides the usual cleanup and bug fixes, it contains some additions
I'd like to mention:
* conversion routines between generalizedTime and UNIX's time
* Net::LDAP::Extra::eDirectory: extensions for use with Novell eDirectory... more »
|
|
problems with sasl
|
| |
hi,
I am coding a perl dancer web app that will fetch/write info to an ldap backend (freeipa.org). The ldap vendor is 389, the old netscape ldap server.
This backend includes kerberos.
So without sasl, it works great. But i would like to avoid passwords provided we already have a kerberos infrastructure. And I get this error:... more »
|
|
sasl problems
|
| |
hi,
I am coding a perl dancer web app that will fetch/write info to an
ldap backend (freeipa.org). The ldap vendor is 389, the old netscape
ldap server.
This backend includes kerberos.
So without sasl, it works great. But i would like to avoid passwords
provided we already have a kerberos infrastructure. And I get this... more »
|
|
|