From: Nick Porter Date: Thu, 11 Jan 2024 17:42:11 +0000 (+0000) Subject: Add cookie to LDAP sync start debug X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dea675054d32a867292d548f0b4bcb77c460058;p=thirdparty%2Ffreeradius-server.git Add cookie to LDAP sync start debug --- diff --git a/src/listen/ldap_sync/rfc4533.c b/src/listen/ldap_sync/rfc4533.c index bac987ddf56..032bde3334a 100644 --- a/src/listen/ldap_sync/rfc4533.c +++ b/src/listen/ldap_sync/rfc4533.c @@ -106,6 +106,7 @@ int rfc4533_sync_init(fr_ldap_connection_t *conn, size_t sync_no, proto_ldap_syn char *bv_val; struct berval bvc; + HEXDUMP2(cookie, talloc_array_length(cookie), "Sync starting with cookie: "); memcpy(&bv_val, &cookie, sizeof(bv_val)); bvc.bv_val = bv_val;