For version 0.3, you'll need ldapmodify (part of the openldap distrib, I know - prolly part of other LDAP servers too). You'll also need a working perl with File::Copy (a standard module)
These are all perl scripts. The use standard modules, and also use Net::LDAP. That's available on CPAN, so you can just run
perl -MCPAN -e'install Net::LDAP'
I'm not sure, but I think you need the *ldap development libraries somewhere on your computer in a fairly standard path. If you installed an openldap binary from your manufatrurer, you're prolly OK (SuSE users are OK)
|