Re: How to import a LDIF file to a remote Driectory Server using Perl

2003-07-20 Thread Peter Marschall
Hi, On Sunday 20 July 2003 10:44, Guanghong Xu wrote: > 1. I do have to use Net::LDAP right? You can also use standard LDAP client tools. ldapadd is your friend. IIRC a version if ldapadd is part of the perl-ldap package. > 2. What else information do I need to know abt the > directory server? >

How to import a LDIF file to a remote Driectory Server using Perl

2003-07-20 Thread Guanghong Xu
Hello, I need to come up with a perl script to import a LDIF file to a remote Directory Server. Since rsh cannot be used so I guess I had to use Net::LDAP module. All the information i have now is : 1. a ldif file on local machine 2. remote directory server called DIR1, ip address xxx.xxx.xx