|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
ldap error (urgently need help)
hi,
i am trying to do a ldap search and i get this error everytime i run the script. Warning: LDAP: Partial search results returned: Sizelimit exceeded. in C i have followed the manual and set: ldap_set_option($ds, LDAP_OPT_SIZELIMIT, 0); ldap_set_option($ds, LDAP_OPT_TIMELIMIT, 0); and max_execution_time to 0 in the php.ini file. my ldap search is: $sr=ldap_search($ds, $dn, $filter); but i still get this error? anyone know how to solve this? thanks. |
|
#2
|
|||
|
|||
|
RE: ldap error (urgently need help)
That is most likely an error coming back from the LDAP server. Check whatever LDAP server you are connecting to and see if you can bump up the limit there. Also, ldap_set_option is only available on OpenLDAP 2.x.x OR Netscape Directory SDK x.x as per the manual. Are you using on of these LDAP servers?
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > ldap error (urgently need help) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|