On 9 December 2014 at 13:23, Mike Gabriel
<mike.gabr...@das-netzwerkteam.de> wrote:
[...]
>>         if ($readldap || $writeldap) {
>> +               if ($LDAPENABLED == 0) { die "To use LDAP fatures be sure
>> to install Net::LDAP from debian package libnet-ldap-perl" } ;
>> -               if ($LDAPENABLED == 0) { die "To use LDAP fatures be sure
>> to install Net::LDAP from debain package libnet-ldap-perl" } ;
>>                 $ldap = Net::LDAP->new($ldapserver) or die "$@";
>>                 if ($ldapbinddn && ($ldappassword eq "")) {
>>                         $mesg=$ldap->bind(      $ldapbinddn);
>>                 } elsif ($ldapbinddn && $ldappassword) {
>
>
> I have committed this patch (slightly modified) upstream [1]. Will be fixed
> in upstream release 1.1.5.

Thanks, though now I notice that there's another typo:
s/fatures/features/ and to improve the phrase: s/from/from the/, or
even better:
"To use LDAP features make sure to install Net::LDAP, available as the
libnet-ldap-perl Debian package"


Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to