From: David M. <mo...@gm...> - 2011-10-03 14:20:44
|
Hello, I am attempting to trouble shoot a problem with the setup we have in place using wpmuldap. We have setup the plugin and it does test "OK" for connecting to the LDAP server. When we attempt to add a user, we receive the following error: * ERROR*: Account creation from LDAP failed. I have worked with our network group and we see a bind and a correct query for user (or users if attempting via a bulk add). I have placed WP in debug mode and receive the follow error set. *Notice*: Undefined index: in * /home/commons/public_html/wp-content/mu-plugins/ldap/lib/ldap_core.php* on line *187* *Notice*: Undefined index: in * /home/commons/public_html/wp-content/mu-plugins/ldap/lib/ldap_core.php* on line *187* *Notice*: Undefined index: in * /home/commons/public_html/wp-content/mu-plugins/ldap/lib/ldap_core.php* on line *188* *Notice*: Undefined index: in * /home/commons/public_html/wp-content/mu-plugins/ldap/lib/ldap_core.php* on line *189* *Notice*: Undefined index: in * /home/commons/public_html/wp-content/mu-plugins/ldap/lib/ldap_core.php* on line *190* *Notice*: Undefined variable: user_data in * /home/commons/public_html/wp-content/mu-plugins/ldap/lib/ldap_ro.php* on line *164* *Notice*: Undefined variable: user_data in * /home/commons/public_html/wp-content/mu-plugins/ldap/lib/ldap_ro.php* on line *168* *Notice*: generate_random_password is *deprecated* since version 3.0! Use wp_generate_password() instead. in * /home/commons/public_html/wp-includes/functions.php* on line *3382* * * Any help would be appreciated. Is there a log that can capture the return from the LDAP request? We are using a Linux LDAP configuration. Thanks, David |