objclass
extern struct objclass objects[];
struct objclass objects[] = {
struct objclass *ftmp;
struct objclass *ocl = &objects[otyp];
struct ber_element *objclass, *a, *vals;
objclass = ldap_get_attribute(entry, "objectClass");
if (objclass == NULL) {
objclass = objclass->be_next; /* skip attribute description */
for (a = objclass->be_sub; a != NULL; a = a->be_next) {