Searched defs:ldap_objectclass (Results 1 – 1 of 1) sorted by relevance
94 typedef struct ldap_objectclass { struct95 char *oc_oid; /* REQUIRED */96 char **oc_names; /* OPTIONAL */97 char *oc_desc; /* OPTIONAL */98 int oc_obsolete; /* 0=no, 1=yes */99 char **oc_sup_oids; /* OPTIONAL */100 int oc_kind; /* 0=ABSTRACT, 1=STRUCTURAL, 2=AUXILIARY */101 char **oc_at_oids_must; /* OPTIONAL */102 char **oc_at_oids_may; /* OPTIONAL */103 LDAPSchemaExtensionItem **oc_extensions; /* OPTIONAL */