mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
log UNDEFINED/PROXIED attributeDescription insertion
This commit is contained in:
parent
7b6a088a25
commit
7cf72ec000
1 changed files with 5 additions and 0 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue