X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Ftest.c;h=15b188d3327b9d9228a3bb8170c8c80655596363;hb=6c1d48aa8d066ff85809b8a544952ad2d1dc3400;hp=1affb1c71444e6e94ed9c61818a31d5147ee6e9c;hpb=056b7e55da36d26c39840df10140382c095890b7;p=openldap diff --git a/libraries/libldap/test.c b/libraries/libldap/test.c index 1affb1c714..15b188d332 100644 --- a/libraries/libldap/test.c +++ b/libraries/libldap/test.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2006 The OpenLDAP Foundation. + * Copyright 1998-2010 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -205,6 +205,10 @@ get_modlist( 6 ) == 0 ) { if ( file_read( tmp.mod_values[i] + 6, bvals[i] ) < 0 ) { + free( bvals ); + for ( i = 0; isimple, 1->krbv41, 2->krbv42, 3->krbv41&2)? " ); - if (( authmethod = atoi( dn )) == 3 ) { - authmethod = LDAP_AUTH_KRBV4; - } else { - authmethod |= 0x80; - } -#else /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ authmethod = LDAP_AUTH_SIMPLE; -#endif /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ get_line( dn, sizeof(dn), stdin, "re-bind dn? " ); strcat( dn, dnsuffix ); @@ -283,7 +277,8 @@ main( int argc, char **argv ) char passwd[64], dn[256], rdn[64], attr[64], value[256]; char filter[256], *host, **types; char **exdn; - char *usage = "usage: %s [-u] [-h host] [-d level] [-s dnsuffix] [-p port] [-t file] [-T file]\n"; + static const char usage[] = + "usage: %s [-u] [-h host] [-d level] [-s dnsuffix] [-p port] [-t file] [-T file]\n"; int bound, all, scope, attrsonly; LDAPMessage *res; LDAPMod **mods, **attrs; @@ -408,13 +403,7 @@ main( int argc, char **argv ) break; case 'b': /* asynch bind */ -#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND - get_line( line, sizeof(line), stdin, - "method (0->simple, 1->krbv41, 2->krbv42)? " ); - method = atoi( line ) | 0x80; -#else /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ method = LDAP_AUTH_SIMPLE; -#endif /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ get_line( dn, sizeof(dn), stdin, "dn? " ); strcat( dn, dnsuffix ); @@ -434,17 +423,7 @@ main( int argc, char **argv ) break; case 'B': /* synch bind */ -#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND - get_line( line, sizeof(line), stdin, - "method 0->simple 1->krbv41 2->krbv42 3->krb? " ); - method = atoi( line ); - if ( method == 3 ) - method = LDAP_AUTH_KRBV4; - else - method = method | 0x80; -#else /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ method = LDAP_AUTH_SIMPLE; -#endif /* LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND */ get_line( dn, sizeof(dn), stdin, "dn? " ); strcat( dn, dnsuffix );