Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
What makes this tool unique is that it can handle attributes that have multiple values. The administrator specifies the attributes and the maximum count for each one. The program discards values that exceed the count and provides null values for attributes that don't match the maximum count. You run the utility like this:
ldap2csv.pl -h < host> -D < user> -w < password> -b < base> -f < attributes file> < filter>Example:
ldap2csv.pl -h 192.168.1.2 -D cn=admin,o=novell -w novell -b ou=people,o=novell -f attrs.txt objectclass=user
Here's an example attributes file:
description,1
cn,2
mail,3
sn,1
fullname,1
telephonenumber,1
Platforms: I've tested it on SLES9 and NetWare 6.5.