]> git.sur5r.net Git - openldap/commitdiff
LDAP_SASL_INTERACTIVE -> LDAP_SASL_QUIET
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 12 Sep 2003 22:49:14 +0000 (22:49 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 12 Sep 2003 22:49:14 +0000 (22:49 +0000)
servers/slapd/syncrepl.c

index 69cb4b7c9431fbb070d11eeb53c5d14994b8cf2a..864557dc01947cef23788cdd05f0d3d306ae4c9e 100644 (file)
@@ -297,7 +297,7 @@ do_syncrepl(
                                si->binddn,
                                si->saslmech,
                                NULL, NULL,
-                               LDAP_SASL_AUTOMATIC,
+                               LDAP_SASL_QUIET,
                                lutil_sasl_interact,
                                defaults );