Quote:
Originally Posted by grahamar
Hi
I tried this plugin and followed the instructions but I get the following error:
Warning: ldap_search() [function.ldap-search]: Search: No such object in /ldapAuth/controller.php on line 37
Warning: ldap_get_entries(): supplied argument is not a valid ldap result resource in /ldapAuth/controller.php on line 38
I'm not technical at all - but line 37 in the code is this:
36: // search for the username and get the DN
37: $searchDn=ldap_search($ldapConnection,$ldapBase,$l dapFilter);
38: $searchResult=ldap_get_entries($ldapConnection,$se archDn);
Can any one offer some help as to how I can fix this. I would really like to get this working. We want touse VB within our intranet and LDAP is used extensively.
Thanks
Graham
|
hey,
please show me the content of the variables
Code:
$ldapBase
$ldapFilter
thanks
-malc