you need "ldappasswd", a program that comes with openLDAP, and also prolly with some of the other LDAP servers. You also need a basic perl for version 1.0.
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)
|