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.xxx.xxx I have a few questions that I hope the experts here can help: 1. I do have to use Net::LDAP right? 2. What else information do I need to know abt the directory server? Does it need a login or can be bind anynomously? 3. Is there a sample script to do the import? All i can see right now is to read the ldif file entry by entry and do $ldap->add? Thanks very much for your help. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com
