Greetings, Kindly give me some advice on what tools that you use to extract a LDAP export from SAMBA into a CSV or better? Cheers, Jimmy
Jimmy PIERRE wrote:> Greetings, > > Kindly give me some advice on what tools that you use to extract a > LDAP export from SAMBA into a CSV or better? > > Cheers, > JimmyI assume you are using OpenLDAP, so why not use the tools that come with it: slapcat to dump databases, slapadd to restore a database. You can even use ldapsearch -LLL because when you do not specify a filter it just dumps the entire tree.
Hello Jimmy, ldapadmin (http://ldapadmin.sourceforge.net/) provides a nice win32 GUI for LDAP browsing and editing. It also supports export/import (in LDIF) format. Regards, -sd 2009/4/23 Jimmy PIERRE <jimmypierre.rouen.france@gmail.com>:> Greetings, > > Kindly give me some advice on what tools that you use to extract a > LDAP export from SAMBA into a CSV or better? > > Cheers, > Jimmy > -- > To unsubscribe from this list go to the following URL and read the > instructions: ?https://lists.samba.org/mailman/options/samba >
> Kindly give me some advice on what tools that you use to extract a > LDAP export from SAMBA into a CSV or better? > > >From a Windows client you can see and manage your LDAP directory with the free LDAP Admin: http://ldapadmin.sourceforge.net/ You can also manage your directory with a browser using the following (among others): phpLDAPadmin http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page LDAP Account Manager http://lam.sourceforge.net/
> > >> Kindly give me some advice on what tools that you use to extract a >> LDAP export from SAMBA into a CSV or better?Did you looked at the Apache Directory Studio? http://directory.apache.org/ I'ts based on Eclipse, so it works on Win/Mac/Linux.