ldap.c | 99 int lud_scope; member in struct:__anon10035 419 rc = ldap_search_s(server, ludp->lud_dn, ludp->lud_scope, 785 ludp->lud_scope = LDAP_SCOPE_BASE; 913 ludp->lud_scope = str2scope(p); 914 if(ludp->lud_scope == -1) { 919 LDAP_TRACE (("scope %d\n", ludp->lud_scope));
|