]> git.sur5r.net Git - openldap/commitdiff
Have slapd-bind reuse LDAP session (no init).
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Apr 2006 19:01:08 +0000 (19:01 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Apr 2006 19:01:08 +0000 (19:01 +0000)
tests/progs/slapd-tester.c

index 17f44c2116221e39c373b7b9395e6ef542cbebc7..d6dbd71f0005307a761f02bf39739c7ed35779e8 100644 (file)
@@ -557,6 +557,7 @@ main( int argc, char **argv )
        snprintf( bcmd, sizeof bcmd, "%s" LDAP_DIRSEP BINDCMD,
                progdir );
        bargs[banum++] = bcmd;
+       bargs[banum++] = "-I";  /* don't init on each bind */
        if ( uri ) {
                bargs[banum++] = "-H";
                bargs[banum++] = uri;