Home
last modified time | relevance | path

Searched defs:ldap_nameform (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_schema.h119 typedef struct ldap_nameform { struct
120 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 */