#1879652 Implements the (objectClass=dummystuff) solution

master
Stephane Bortzmeyer 17 years ago
parent 577f0b9f3e
commit 21895a2f96

@ -122,13 +122,13 @@ start()
* depreciated in a later release. * depreciated in a later release.
* *
* So, we perform a dummy search immediately. * So, we perform a dummy search immediately.
*
* See #1879652 for why we use "dummystuff" and not "*"
*
*/ */
/* TODO: Since it is just to see if the server replies, we could use a result = ldap_search_s(session, base, LDAP_SCOPE_ONELEVEL, "(objectClass=People)", NULL, /* Return
* request like (objectclass=dummystuff) to be sure to not return anything */ * * all *
result = ldap_search_s(session, base, LDAP_SCOPE_ONELEVEL, "(objectclass=*)", NULL, /* Return * attributes */
* all
* attributes
*/
1, &response); 1, &response);
if (result != 0) { if (result != 0) {
err_quit err_quit

Loading…
Cancel
Save