Tuesday 22 November 2005 7:56:06 am
Hi, I have a problem with my connection to the LDAP server. After, checking and reading the login code, I've found that vars $login and $password weren't send by POST method. In 'kernel/classes/datatypes/ezuser/ezldapuser.php', I've put <b>echo $login." - ".$password;</b> under <b>function &loginUser($login, $password, $authenticationMatch = false)</b>. And when I log, the page just displays ' - '. So, I'd like to know where the problem? php.ini?
Thank for the answers. Benjhe excuse my english, I'm french :)
|