This small perl program allows you to easily export LDAP entries from an LDAP server (MS ActiveDirectory for example) to csv format. It can export various csv formats and can deal with mutlivalued attributes.

Features

  • Easy to extract arbitary LDAP data online
  • Wide range of CSV-formats (in fact: all line-based record separated formats)
  • Special features to help in formatting the CSV (like inserting fixed column values)
  • Allows to export entry-DNs (full, parent, last-rdn) into the CSV
  • Easy use of piping (for example to postprocess with sed, grep or recode)
  • Supports chained lookups (eg. export the entries managers surname)
  • Platform independent because of perl (Windows, Linux, ...)

Project Samples

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow ldap-csvexport

ldap-csvexport Web Site

You Might Also Like
Cyber Risk Assessment and Management Platform Icon
Cyber Risk Assessment and Management Platform

ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
2
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

  • Worked like a charm for me :) Thanks
  • Thanks. I could extremely simplified the process to replicate from LDAP directory to FileMaker database. I rewrote ldap-csvexport.pl multi value part as below, [line 526] "foreach my $val (sort { return 1 if lc($a) lt lc($b); return -1 if lc($a) gt lc($b); return 0;} @values)" -> "foreach my $val (@values)", because I would like to get ou's as |division|Department|sub Department|. I would much appreciate if you add an option not to sort multi value.
Read more reviews >

Additional Project Details

Languages

English

User Interface

Command-line

Database Environment

Project is a database management tool

Registered

2008-12-09