summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-30 09:58:38 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-30 09:58:38 +0000
commit3659bc2cc2d09136483aafd488021ea6bdad9fdc (patch)
tree3da05e69650eb6a73436e476afcbb2867f11a1eb
parent49caa9fb05c174335b82b9b250c6c8054c621d77 (diff)
downloaddrakwizard-3659bc2cc2d09136483aafd488021ea6bdad9fdc.tar
drakwizard-3659bc2cc2d09136483aafd488021ea6bdad9fdc.tar.gz
drakwizard-3659bc2cc2d09136483aafd488021ea6bdad9fdc.tar.bz2
drakwizard-3659bc2cc2d09136483aafd488021ea6bdad9fdc.tar.xz
drakwizard-3659bc2cc2d09136483aafd488021ea6bdad9fdc.zip
fix bug #17939
-rw-r--r--ldap_wizard/ldapdef.pm2
1 files changed, 1 insertions, 1 deletions
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) {