Skip to content

New script: LDAP DIT #30

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

New script: LDAP DIT #30

wants to merge 3 commits into from

Conversation

coudot
Copy link
Member

@coudot coudot commented Feb 27, 2023

The goal of this script is to output the DIT of a given LDIF file.

@coudot coudot added this to the 0.5 milestone Feb 27, 2023
#! /usr/pkg/bin/perl

#====================================================================
# Script to convert CSV or LDIF into LDIF
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script description must be changed

}
print '+-- ' . $tag . "($depth)" . "\n";

if ( not $element->isLeaf() ) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have an option for describing only the skeleton of the ldif and not the final leaves.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants