vrFilter = cvalue;
version = LDAP_VERSION3;
- break;
} else if ( strcasecmp( control, "pr" ) == 0 ) {
int num, tmp;
}
pageSize = (ber_int_t) tmp;
pagedResults = 1 + crit;
- break;
#ifdef LDAP_CONTROL_SUBENTRIES
} else if ( strcasecmp( control, "subentries" ) == 0 ) {
return EXIT_FAILURE;
}
if( crit ) subentries *= -1;
- break;
#endif
} else {
usage(prog);
return EXIT_FAILURE;
}
+ break;
+
case 'f': /* input file */
if( infile != NULL ) {
fprintf( stderr, "%s: -f previously specified\n", prog );