Changeset 11223


Ignore:
Timestamp:
01/26/12 12:40:03 (13 years ago)
Author:
Eric.Larour
Message:

Fixing ldap.pl script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/dyson/ldap.pl

    r9571 r11223  
    77$bn="jplbadgenumber"; $txt="$bn".".txt"; $db="jplusers.db";                # Initialize values
    88#
    9 system(`$ldb -h $lds -b $ou uid=* filter $bn > $txt`);                     # Execute LDAPsearch, write to file
     9system(`$ldb -x -h $lds -b $ou uid=* filter $bn > $txt`);                     # Execute LDAPsearch, write to file
    1010#
    1111open(I,"<$txt");                                                           # Open input file handle
Note: See TracChangeset for help on using the changeset viewer.