1 /* slapcommon.c - common routine for the slap tools */
3 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
5 * Copyright 1998-2010 The OpenLDAP Foundation.
6 * Portions Copyright 1998-2003 Kurt D. Zeilenga.
7 * Portions Copyright 2003 IBM Corporation.
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted only as authorized by the OpenLDAP
14 * A copy of this license is available in file LICENSE in the
15 * top-level directory of the distribution or, alternatively, at
16 * <http://www.OpenLDAP.org/license.html>.
19 * This work was initially developed by Kurt Zeilenga for inclusion
20 * in OpenLDAP Software. Additional signficant contributors include
22 * Hallvard B. Furuseth
31 #include <ac/stdlib.h>
33 #include <ac/string.h>
34 #include <ac/socket.h>
35 #include <ac/unistd.h>
37 #include "slapcommon.h"
41 tool_vars tool_globals;
44 static char *leakfilename;
45 static FILE *leakfile;
50 #if defined(LDAP_SYSLOG) && defined(LDAP_DEBUG)
52 static char **syslog_unknowns;
54 static int syslogUser = SLAP_DEFAULT_SYSLOG_USER;
55 #endif /* LOG_LOCAL4 */
56 #endif /* LDAP_DEBUG && LDAP_SYSLOG */
59 usage( int tool, const char *progname )
63 "usage: %s [-v] [-d debuglevel] [-f configfile] [-F configdir] [-o <name>[=<value>]]",
68 options = "\n\t[-U authcID | -D authcDN] [-X authzID | -o authzDN=<DN>]"
69 "\n\t-b DN [-u] [attr[/access][:value]] [...]\n";
73 options = " [-c]\n\t[-g] [-n databasenumber | -b suffix]\n"
74 "\t[-l ldiffile] [-j linenumber] [-q] [-u] [-s] [-w]\n";
78 options = "\n\t[-U authcID] [-X authzID] [-R realm] [-M mech] ID [...]\n";
82 options = " [-c]\n\t[-g] [-n databasenumber | -b suffix]"
83 " [-l ldiffile] [-a filter] [-s subtree] [-H url]\n";
87 options = "\n\t[-N | -P] DN [...]\n";
91 options = " [-c]\n\t[-g] [-n databasenumber | -b suffix] [attr ...] [-q] [-t]\n";
95 options = " [-n databasenumber] [-u]\n";
99 options = " [-c]\n\t[-g] [-n databasenumber | -b suffix]"
100 " [-l errorfile] [-a filter] [-s subtree] [-H url]\n";
104 if ( options != NULL ) {
105 fputs( options, stderr );
107 exit( EXIT_FAILURE );
111 parse_slapopt( int tool, int *mode )
116 p = strchr( optarg, '=' );
122 if ( strncasecmp( optarg, "sockurl", len ) == 0 ) {
123 if ( !BER_BVISNULL( &listener_url ) ) {
124 ber_memfree( listener_url.bv_val );
126 ber_str2bv( p, 0, 1, &listener_url );
128 } else if ( strncasecmp( optarg, "domain", len ) == 0 ) {
129 if ( !BER_BVISNULL( &peer_domain ) ) {
130 ber_memfree( peer_domain.bv_val );
132 ber_str2bv( p, 0, 1, &peer_domain );
134 } else if ( strncasecmp( optarg, "peername", len ) == 0 ) {
135 if ( !BER_BVISNULL( &peer_name ) ) {
136 ber_memfree( peer_name.bv_val );
138 ber_str2bv( p, 0, 1, &peer_name );
140 } else if ( strncasecmp( optarg, "sockname", len ) == 0 ) {
141 if ( !BER_BVISNULL( &sock_name ) ) {
142 ber_memfree( sock_name.bv_val );
144 ber_str2bv( p, 0, 1, &sock_name );
146 } else if ( strncasecmp( optarg, "ssf", len ) == 0 ) {
147 if ( lutil_atou( &ssf, p ) ) {
148 Debug( LDAP_DEBUG_ANY, "unable to parse ssf=\"%s\".\n", p, 0, 0 );
152 } else if ( strncasecmp( optarg, "transport_ssf", len ) == 0 ) {
153 if ( lutil_atou( &transport_ssf, p ) ) {
154 Debug( LDAP_DEBUG_ANY, "unable to parse transport_ssf=\"%s\".\n", p, 0, 0 );
158 } else if ( strncasecmp( optarg, "tls_ssf", len ) == 0 ) {
159 if ( lutil_atou( &tls_ssf, p ) ) {
160 Debug( LDAP_DEBUG_ANY, "unable to parse tls_ssf=\"%s\".\n", p, 0, 0 );
164 } else if ( strncasecmp( optarg, "sasl_ssf", len ) == 0 ) {
165 if ( lutil_atou( &sasl_ssf, p ) ) {
166 Debug( LDAP_DEBUG_ANY, "unable to parse sasl_ssf=\"%s\".\n", p, 0, 0 );
170 } else if ( strncasecmp( optarg, "authzDN", len ) == 0 ) {
171 ber_str2bv( p, 0, 1, &authzDN );
173 #if defined(LDAP_SYSLOG) && defined(LDAP_DEBUG)
174 } else if ( strncasecmp( optarg, "syslog", len ) == 0 ) {
175 if ( parse_debug_level( p, &ldap_syslog, &syslog_unknowns ) ) {
180 } else if ( strncasecmp( optarg, "syslog-level", len ) == 0 ) {
181 if ( parse_syslog_level( p, &ldap_syslog_level ) ) {
187 } else if ( strncasecmp( optarg, "syslog-user", len ) == 0 ) {
188 if ( parse_syslog_user( p, &syslogUser ) ) {
192 #endif /* LOG_LOCAL4 */
193 #endif /* LDAP_DEBUG && LDAP_SYSLOG */
203 * slap_tool_init - initialize slap utility, handle program options.
207 * argc, argv command line arguments
210 static int need_shutdown;
214 const char* progname,
216 int argc, char **argv )
219 char *conffile = NULL;
220 char *confdir = NULL;
221 struct berval base = BER_BVNULL;
222 char *filterstr = NULL;
223 char *subtree = NULL;
224 char *ldiffile = NULL;
225 char **debug_unknowns = NULL;
227 int mode = SLAP_TOOL_MODE;
228 int truncatemode = 0;
233 /* tools default to "none", so that at least LDAP_DEBUG_ANY
234 * messages show up; use -d 0 to reset */
235 slap_debug = LDAP_DEBUG_NONE;
236 ldif_debug = slap_debug;
241 leakfilename = malloc( strlen( progname ) + STRLENOF( ".leak" ) + 1 );
242 sprintf( leakfilename, "%s.leak", progname );
243 if( ( leakfile = fopen( leakfilename, "w" )) == NULL ) {
246 free( leakfilename );
250 scope = LDAP_SCOPE_DEFAULT;
254 options = "b:cd:f:F:gj:l:n:o:qsS:uvw";
258 options = "a:b:cd:f:F:gH:l:n:o:s:v";
259 mode |= SLAP_TOOL_READMAIN | SLAP_TOOL_READONLY;
263 options = "d:f:F:No:Pv";
264 mode |= SLAP_TOOL_READMAIN | SLAP_TOOL_READONLY;
268 options = "a:b:cd:f:F:gH:l:n:o:s:v";
269 mode |= SLAP_TOOL_READMAIN | SLAP_TOOL_READONLY;
273 options = "d:f:F:n:o:Quv";
274 mode |= SLAP_TOOL_READMAIN | SLAP_TOOL_READONLY;
278 options = "d:f:F:M:o:R:U:vX:";
279 mode |= SLAP_TOOL_READMAIN | SLAP_TOOL_READONLY;
283 options = "b:cd:f:F:gn:o:qtv";
284 mode |= SLAP_TOOL_READMAIN;
288 options = "b:D:d:f:F:o:uU:vX:";
289 mode |= SLAP_TOOL_READMAIN | SLAP_TOOL_READONLY;
293 fprintf( stderr, "%s: unknown tool mode (%d)\n", progname, tool );
294 exit( EXIT_FAILURE );
298 while ( (i = getopt( argc, argv, options )) != EOF ) {
301 filterstr = ch_strdup( optarg );
305 ber_str2bv( optarg, 0, 1, &base );
308 case 'c': /* enable continue mode */
312 case 'd': { /* turn on debugging */
315 if ( parse_debug_level( optarg, &level, &debug_unknowns ) ) {
316 usage( tool, progname );
320 /* allow to reset log level */
328 fputs( "must compile with LDAP_DEBUG for debugging\n",
334 ber_str2bv( optarg, 0, 1, &authcDN );
337 case 'f': /* specify a conf file */
338 conffile = ch_strdup( optarg );
341 case 'F': /* specify a conf dir */
342 confdir = ch_strdup( optarg );
345 case 'g': /* disable subordinate glue */
353 rc = ldap_url_parse_ext( optarg, &ludp,
354 LDAP_PVT_URL_PARSE_NOEMPTY_HOST | LDAP_PVT_URL_PARSE_NOEMPTY_DN );
355 if ( rc != LDAP_URL_SUCCESS ) {
356 usage( tool, progname );
359 /* don't accept host, port, attrs, extensions */
360 if ( ldap_pvt_url_scheme2proto( ludp->lud_scheme ) != LDAP_PROTO_TCP ) {
361 usage( tool, progname );
364 if ( ludp->lud_host != NULL ) {
365 usage( tool, progname );
368 if ( ludp->lud_port != 0 ) {
369 usage( tool, progname );
372 if ( ludp->lud_attrs != NULL ) {
373 usage( tool, progname );
376 if ( ludp->lud_exts != NULL ) {
377 usage( tool, progname );
380 if ( ludp->lud_dn != NULL && ludp->lud_dn[0] != '\0' ) {
381 subtree = ludp->lud_dn;
385 if ( ludp->lud_filter != NULL && ludp->lud_filter[0] != '\0' ) {
386 filterstr = ludp->lud_filter;
387 ludp->lud_filter = NULL;
390 scope = ludp->lud_scope;
392 ldap_free_urldesc( ludp );
395 case 'j': /* jump to linenumber */
396 if ( lutil_atoi( &jumpline, optarg ) ) {
397 usage( tool, progname );
401 case 'l': /* LDIF file */
402 ldiffile = ch_strdup( optarg );
406 ber_str2bv( optarg, 0, 0, &mech );
410 if ( dn_mode && dn_mode != SLAP_TOOL_LDAPDN_NORMAL ) {
411 usage( tool, progname );
413 dn_mode = SLAP_TOOL_LDAPDN_NORMAL;
416 case 'n': /* which config file db to index */
417 if ( lutil_atoi( &dbnum, optarg ) || dbnum < 0 ) {
418 usage( tool, progname );
423 if ( parse_slapopt( tool, &mode ) ) {
424 usage( tool, progname );
429 if ( dn_mode && dn_mode != SLAP_TOOL_LDAPDN_PRETTY ) {
430 usage( tool, progname );
432 dn_mode = SLAP_TOOL_LDAPDN_PRETTY;
440 case 'q': /* turn on quick */
441 mode |= SLAP_TOOL_QUICK;
449 if ( lutil_atou( &csnsid, optarg )
450 || csnsid > SLAP_SYNC_SID_MAX )
452 usage( tool, progname );
460 /* no schema check */
461 mode |= SLAP_TOOL_NO_SCHEMA_CHECK;
467 subtree = ch_strdup( optarg );
472 case 't': /* turn on truncate */
474 mode |= SLAP_TRUNCATE_MODE;
478 ber_str2bv( optarg, 0, 0, &authcID );
481 case 'u': /* dry run */
485 case 'v': /* turn on verbose */
489 case 'w': /* write context csn at the end */
494 ber_str2bv( optarg, 0, 0, &authzID );
498 usage( tool, progname );
503 #if defined(LDAP_SYSLOG) && defined(LDAP_DEBUG)
504 if ( start_syslog ) {
507 logName = ch_strdup( progname );
510 logName = (char *)progname;
514 openlog( logName, OPENLOG_OPTIONS, syslogUser );
515 #elif defined LOG_DEBUG
516 openlog( logName, OPENLOG_OPTIONS );
523 #endif /* LDAP_DEBUG && LDAP_SYSLOG */
540 if ( ( argc != optind ) || (dbnum >= 0 && base.bv_val != NULL ) ) {
541 usage( tool, progname );
547 if ( dbnum >= 0 && base.bv_val != NULL ) {
548 usage( tool, progname );
554 if ( argc == optind ) {
555 usage( tool, progname );
560 if ( argc == optind && BER_BVISNULL( &authcID ) ) {
561 usage( tool, progname );
566 if ( argc != optind ) {
567 usage( tool, progname );
572 if ( !BER_BVISNULL( &authcDN ) && !BER_BVISNULL( &authcID ) ) {
573 usage( tool, progname );
575 if ( BER_BVISNULL( &base ) ) {
576 usage( tool, progname );
578 ber_dupbv( &baseDN, &base );
585 if ( ldiffile == NULL ) {
586 dummy.fp = writer ? stdout : stdin;
589 } else if ((ldiffp = ldif_open( ldiffile, writer ? "w" : "r" ))
593 exit( EXIT_FAILURE );
597 * initialize stuff and figure out which backend we're dealing with
600 rc = slap_init( mode, progname );
602 fprintf( stderr, "%s: slap_init failed!\n", progname );
603 exit( EXIT_FAILURE );
606 rc = read_config( conffile, confdir );
609 fprintf( stderr, "%s: bad configuration %s!\n",
610 progname, confdir ? "directory" : "file" );
611 exit( EXIT_FAILURE );
614 if ( debug_unknowns ) {
615 rc = parse_debug_unknowns( debug_unknowns, &slap_debug );
616 ldap_charray_free( debug_unknowns );
617 debug_unknowns = NULL;
619 exit( EXIT_FAILURE );
622 #if defined(LDAP_SYSLOG) && defined(LDAP_DEBUG)
623 if ( syslog_unknowns ) {
624 rc = parse_debug_unknowns( syslog_unknowns, &ldap_syslog );
625 ldap_charray_free( syslog_unknowns );
626 syslog_unknowns = NULL;
628 exit( EXIT_FAILURE );
640 fprintf( stderr, "No databases found "
641 "in config file\n" );
642 exit( EXIT_FAILURE );
651 rc = glue_sub_attach( 0 );
655 "%s: subordinate configuration error\n", progname );
656 exit( EXIT_FAILURE );
660 rc = slap_schema_check();
663 fprintf( stderr, "%s: slap_schema_prep failed!\n", progname );
664 exit( EXIT_FAILURE );
682 filter = str2filter( filterstr );
684 if( filter == NULL ) {
685 fprintf( stderr, "Invalid filter '%s'\n", filterstr );
686 exit( EXIT_FAILURE );
689 ch_free( filterstr );
695 ber_str2bv( subtree, 0, 0, &val );
696 rc = dnNormalize( 0, NULL, NULL, &val, &sub_ndn, NULL );
697 if( rc != LDAP_SUCCESS ) {
698 fprintf( stderr, "Invalid subtree DN '%s'\n", subtree );
699 exit( EXIT_FAILURE );
702 if ( BER_BVISNULL( &base ) && dbnum == -1 ) {
710 if( base.bv_val != NULL ) {
713 rc = dnNormalize( 0, NULL, NULL, &base, &nbase, NULL );
714 if( rc != LDAP_SUCCESS ) {
715 fprintf( stderr, "%s: slap_init invalid suffix (\"%s\")\n",
716 progname, base.bv_val );
717 exit( EXIT_FAILURE );
720 be = select_backend( &nbase, 0 );
721 ber_memfree( nbase.bv_val );
722 BER_BVZERO( &nbase );
733 fprintf( stderr, "%s: slap_init no backend for \"%s\"\n",
734 progname, base.bv_val );
735 exit( EXIT_FAILURE );
737 /* If the named base is a glue master, operate on the
740 if ( SLAP_GLUE_INSTANCE( be ) ) {
744 ch_free( base.bv_val );
747 } else if ( dbnum == -1 ) {
748 /* no suffix and no dbnum specified, just default to
749 * the first available database
751 if ( nbackends <= 0 ) {
752 fprintf( stderr, "No available databases\n" );
753 exit( EXIT_FAILURE );
755 LDAP_STAILQ_FOREACH( be, &backendDB, be_next ) {
758 /* db #0 is cn=config, don't select it as a default */
759 if ( dbnum < 1 ) continue;
761 if ( SLAP_MONITOR(be))
764 /* If just doing the first by default and it is a
765 * glue subordinate, find the master.
767 if ( SLAP_GLUE_SUBORDINATE(be) ) {
775 fprintf( stderr, "Available database(s) "
776 "do not allow %s\n", progname );
777 exit( EXIT_FAILURE );
780 if ( nosubordinates == 0 && dbnum > 1 ) {
781 Debug( LDAP_DEBUG_ANY,
782 "The first database does not allow %s;"
783 " using the first available one (%d)\n",
784 progname, dbnum, 0 );
787 } else if ( dbnum >= nbackends ) {
789 "Database number selected via -n is out of range\n"
790 "Must be in the range 0 to %d"
791 " (the number of configured databases)\n",
793 exit( EXIT_FAILURE );
797 LDAP_STAILQ_FOREACH( be, &backendDB, be_next ) {
798 if ( dbnum == 0 ) break;
803 if ( scope != LDAP_SCOPE_DEFAULT && BER_BVISNULL( &sub_ndn ) ) {
804 if ( be && be->be_nsuffix ) {
805 ber_dupbv( &sub_ndn, be->be_nsuffix );
809 "<scope> needs a DN or a valid database\n" );
810 exit( EXIT_FAILURE );
819 LDAP_STAILQ_FOREACH( bdtmp, &backendDB, be_next ) {
820 if ( bdtmp == be ) break;
829 if ( conffile != NULL ) {
834 if ( confdir != NULL ) {
839 if ( ldiffile != NULL ) {
844 /* slapdn doesn't specify a backend to startup */
845 if ( !dryrun && tool != SLAPDN ) {
848 if ( slap_startup( be ) ) {
851 fprintf( stderr, "slap_startup failed "
852 "(test would succeed using "
853 "the -u switch)\n" );
857 fprintf( stderr, "slap_startup failed\n" );
861 exit( EXIT_FAILURE );
866 int slap_tool_destroy( void )
870 if ( need_shutdown ) {
871 if ( slap_shutdown( be ))
878 if ( slapMode == SLAP_SERVER_MODE ) {
879 /* always false. just pulls in necessary symbol references. */
880 lutil_uuidstr(NULL, 0);
886 ldap_pvt_tls_destroy();
891 mal_dumpleaktrace( leakfile );
894 if ( !BER_BVISNULL( &authcDN ) ) {
895 ch_free( authcDN.bv_val );
896 BER_BVZERO( &authcDN );
899 if ( ldiffp && ldiffp != &dummy ) {
900 ldif_close( ldiffp );