mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
15b661c5c7
commit
e885605f21
@ -2961,7 +2961,7 @@ parse_syncrepl_line(
|
|||||||
|
|
||||||
if ( si->bindmethod == LDAP_AUTH_SASL) {
|
if ( si->bindmethod == LDAP_AUTH_SASL) {
|
||||||
if ((gots & GOT_MECH) == 0) {
|
if ((gots & GOT_MECH) == 0) {
|
||||||
fprintf( stderr, "Error: \"syncrepl\" line needs SASLmech flag " );
|
fprintf( stderr, "Error: \"syncrepl\" line needs SASLmech flag "
|
||||||
"in slapd config file\n" );
|
"in slapd config file\n" );
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user