int
main( int argc, char **argv )
{
- char *type;
- AttributeDescription *desc;
- const char *text;
ID id;
int rc = EXIT_SUCCESS;
exit( EXIT_FAILURE );
}
- type = argv[argc - 1];
-
- rc = slap_str2ad( type, &desc, &text );
-
- if( rc != LDAP_SUCCESS ) {
- fprintf( stderr, "%s: unrecognized attribute type: %s\n",
- progname, text );
- exit( EXIT_FAILURE );
- }
-
if( be->be_entry_open( be, 0 ) != 0 ) {
fprintf( stderr, "%s: could not open database.\n",
progname );
(void) be->be_entry_close( be );
slap_tool_destroy();
-
return( rc );
}