Index: /issm/trunk/externalpackages/dyson/ldap.pl
===================================================================
--- /issm/trunk/externalpackages/dyson/ldap.pl	(revision 11222)
+++ /issm/trunk/externalpackages/dyson/ldap.pl	(revision 11223)
@@ -7,5 +7,5 @@
 $bn="jplbadgenumber"; $txt="$bn".".txt"; $db="jplusers.db";                # Initialize values
 #
-system(`$ldb -h $lds -b $ou uid=* filter $bn > $txt`);                     # Execute LDAPsearch, write to file
+system(`$ldb -x -h $lds -b $ou uid=* filter $bn > $txt`);                     # Execute LDAPsearch, write to file
 #
 open(I,"<$txt");                                                           # Open input file handle
