]> git.sur5r.net Git - openldap/commitdiff
log UNDEFINED/PROXIED attributeDescription insertion
authorPierangelo Masarati <ando@openldap.org>
Mon, 29 Aug 2005 10:49:20 +0000 (10:49 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 29 Aug 2005 10:49:20 +0000 (10:49 +0000)
servers/slapd/ad.c

index 79f58db4047e85883062f8f28485694b49556c12..2b32e533c78812a9e425f7a2316a152c67852815 100644 (file)
@@ -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 ) {