]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/saslauthz.c
Extend checks to substrings rules. Need to kludge around
[openldap] / servers / slapd / saslauthz.c
index 7a1dd7836e47c4b1eeb6f8adbb20e2229c6135c4..ded88611f42a3dd73d799493f69b308984cfa54e 100644 (file)
@@ -326,7 +326,7 @@ static int slap_sasl_regexp( struct berval *in, struct berval *out )
                out->bv_len ? out->bv_val : "", 0, 0 );
 #else
        Debug( LDAP_DEBUG_TRACE,
-          "slap_sasl_regexp: converted SASL name to ldap:///%s??%s?%s\n",
+               "slap_sasl_regexp: converted SASL name to %s\n",
                out->bv_len ? out->bv_val : "", 0, 0 );
 #endif