Source: uif
Source-Version: 1.1.4-1
Tags: patch
Severity: minor
Cheers
---
Index: uif-1.1.4-1/uif.pl
===================================================================
--- uif-1.1.4-1/uif.pl
+++ uif-1.1.4-1/uif.pl
@@ -1552,9 +1552,9 @@
}
}
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) {
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]