I am having multiple problems that were not apparent on my testing server and small user group associated with it. Once I have installed on my production server I have noticed these problems:

1. some users can use their network login and password and can get in to the site, others cannot. they are only able to login with a password the admin has set-up

2. some users have accounts created for them if there is none already with that username. some do not.
- if an account was not created, i created an account with network username and generic password. in some cases, the network password works. in other cases, the user must use the generic password.

If these errors were consistent, it would be a lot easier to troubleshoot. does anyone have ideas? is it worth trying the dev version of this module? thanks!!

Comments

jsgammato’s picture

I just learned of a user not using my portal because his logins time out. He gets an error on Line 177 of LDAPinterface.inc - in an error handler routine of the Bind function: See below
I don't understand the code well enough to know what's wrong.
He is an authorized AD user. Other users do not have this problem.

function bind($dn, $pass) {
ob_start();
set_error_handler(array('LDAPInterface', 'void_error_handler'));
$ret = ldap_bind($this->connection, $dn, $pass);
restore_error_handler();

ob_end_clean();

return $ret;

cgmonroe’s picture

Clearing out old support requests - reopen if problem still exists in newest code (dev) which is stable.

cgmonroe’s picture

Status: Active » Closed (fixed)