Search Results

Search: Posts Made By: tfm217
4,917
Posted By ItalianTripod
LDAP data in CSV format in KSH
Here's a ksh script accomplishing the same end result with the exception of including all members in each group, instead of only the last member. The script also archives the csv file before clearing...
26,772
Posted By Aia
Save as ldap2csv.pl Run as perl ldap2csv.pl...
Save as ldap2csv.pl
Run as perl ldap2csv.pl ldapfile

#!/usr/bin/env perl
use strict;
use warnings;

# Bail out if no file is given as an argument.
my $ldap_file = shift || usage();

# To...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 08:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy