Searched defs:ldap_nameform (Results 1 – 1 of 1) sorted by relevance
119 typedef struct ldap_nameform { struct120 char *nf_oid; /* REQUIRED */121 char **nf_names; /* OPTIONAL */122 char *nf_desc; /* OPTIONAL */123 int nf_obsolete; /* 0=no, 1=yes */124 char *nf_objectclass; /* REQUIRED */125 char **nf_at_oids_must; /* REQUIRED */126 char **nf_at_oids_may; /* OPTIONAL */127 LDAPSchemaExtensionItem **nf_extensions; /* OPTIONAL */