Sure, it is attached.

Note 1: This works with the older version (1.0)

Note 2:  Add the following to plugins/change_ldappass/config.php
$ldap_crypt_method = "MD5";  // crypt method
$slap_passwd ="/usr/local/sbin/slappasswd"; // path to slappasswd binary

Note 3:  The script makes a system call, but cleans the user input before 
doing so.  It does so in function ldap_crypt_passwd(), by calling 
EscapeShellCmd on the user input.  If you are extra paranoid you can 
uncomment the two lines above that, which does a reg. expression match on 
any word characters from the beginning of the variable.

-- Jeff

Attachment: options.php
Description: Binary data

Reply via email to