From 3659bc2cc2d09136483aafd488021ea6bdad9fdc Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 30 Aug 2005 09:58:38 +0000 Subject: fix bug #17939 --- ldap_wizard/ldapdef.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap_wizard/ldapdef.pm b/ldap_wizard/ldapdef.pm index d1227217..d731d24f 100644 --- a/ldap_wizard/ldapdef.pm +++ b/ldap_wizard/ldapdef.pm @@ -56,7 +56,7 @@ sub get_dn { base => $basedn, filter => $filter, scope => "sub", -* #attrs => $attrs + #attrs => $attrs ); #my $entry = ""; #foreach $entry ($mesg->entries) { -- cgit v1.2.1