diff options
Diffstat (limited to 'ldap_wizard')
-rw-r--r-- | ldap_wizard/ldapdef.pm | 2 |
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) { |