mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
Have slapd-bind reuse LDAP session (no init).
This commit is contained in:
parent
a070e6c05f
commit
721e1c87a8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue