From: Pierangelo Masarati Date: Mon, 29 Aug 2005 10:49:20 +0000 (+0000) Subject: log UNDEFINED/PROXIED attributeDescription insertion X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~539 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7cf72ec0001b6201fd20c51b352a17eb0a00ee3b;p=openldap log UNDEFINED/PROXIED attributeDescription insertion --- diff --git a/servers/slapd/ad.c b/servers/slapd/ad.c index 79f58db404..2b32e533c7 100644 --- a/servers/slapd/ad.c +++ b/servers/slapd/ad.c @@ -753,6 +753,11 @@ int slap_bv2undef_ad( desc->ad_next = desc->ad_type->sat_ad; desc->ad_type->sat_ad = desc; ldap_pvt_thread_mutex_unlock( &ad_undef_mutex ); + + Debug( LDAP_DEBUG_ANY, + "%s attributeDescription \"%s\" inserted.\n", + ( flags & SLAP_AD_PROXIED ) ? "PROXIED" : "UNKNOWN", + desc->ad_cname.bv_val, 0 ); } if( !*ad ) {