This commit is contained in:
Jong Hyuk Choi 2003-04-29 23:32:58 +00:00
parent 15b661c5c7
commit e885605f21

View File

@ -2961,7 +2961,7 @@ parse_syncrepl_line(
if ( si->bindmethod == LDAP_AUTH_SASL) {
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" );
return -1;
}