Skip to content
Snippets Groups Projects
Commit 79b31f63 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

don't treat undefined oc as extensibleObject

parent c061aaa8
Branches
Tags
No related merge requests found
......@@ -311,11 +311,13 @@ oc_check_allowed( char *type, struct berval **ocl )
}
/* maybe the next oc allows it */
#ifdef OC_UNDEFINED_IMPLES_EXTENSIBLE
/* we don't know about the oc. assume it allows it */
} else {
if ( t != type )
ldap_memfree( t );
return( 0 );
#endif
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment