Can you please give further information:
- What version of ldap-csvexport do you use?
- What is the exact command line you call (be sure to mask credentials)?
- do you have (masked) sample output?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I found when I have the error:
'sn, givenname, telephoneNumber, mobileNumber, departmentNumber, title, buildingName, roomNumber, mail'
'sn,givenname,telephoneNumber,mobileNumber,departmentNumber,title,buildingName,roomNumber,mail'
No space between , and attribute
Hello, i currently cannot reproduce your bug.
Can you please give further information:
- What version of ldap-csvexport do you use?
- What is the exact command line you call (be sure to mask credentials)?
- do you have (masked) sample output?
The latest version
Version: 1.3.5
Bad command : attribute, attribute
./ldap-csvexport-noheader.pl -H xxx.xxx.xxx.xxx -l '10000' -u cn=user,o=system -p password -a 'sn, givenname, telephoneNumber, mobileNumber, departmentNumber, title, buildingName, roomNumber, mail' -f '(objectclass=inetorgperson)' -b o=identity -S sub -q '' -v > export.txt
Right usage : attibute,attribute
./ldap-csvexport-noheader.pl -H xxx.xxx.xxx.xxx -l '10000' -u cn=user,o=system -p password -a 'sn,givenname,telephoneNumber,mobileNumber,departmentNumber,title,buildingName,roomNumber,mail' -f '(objectclass=inetorgperson)' -b o=identity -S sub -q '' -v > export.txt
Hello,
sorry im still not able to reproduce that bug.
Please try the latest version 1.3.6 and reopen the issue if it persists.