Searched refs:domainScope (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c131 fprintf( stderr, _(" [!]domainScope (domain scope)\n"));
226 static int domainScope = 0; variable
481 } else if ( strcasecmp( control, "domainScope" ) == 0 ) {
482 if( domainScope ) {
484 _("domainScope control previously specified\n"));
489 _("domainScope: no control value expected\n") );
493 domainScope = 1 + crit;
941 || domainScope
964 if ( domainScope ) {
972 c[i].ldctl_iscritical = domainScope >
[all...]

Completed in 118 milliseconds