mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
LDAP_SASL_INTERACTIVE -> LDAP_SASL_QUIET
This commit is contained in:
parent
b39039a141
commit
3868f3b5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ do_syncrepl(
|
|||
si->binddn,
|
||||
si->saslmech,
|
||||
NULL, NULL,
|
||||
LDAP_SASL_AUTOMATIC,
|
||||
LDAP_SASL_QUIET,
|
||||
lutil_sasl_interact,
|
||||
defaults );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue