Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_schema.h75 typedef struct ldap_attributetype { struct
76 char *at_oid; /* REQUIRED */
77 char **at_names; /* OPTIONAL */
78 char *at_desc; /* OPTIONAL */
79 int at_obsolete; /* 0=no, 1=yes */
80 char *at_sup_oid; /* OPTIONAL */
81 char *at_equality_oid; /* OPTIONAL */
82 char *at_ordering_oid; /* OPTIONAL */
83 char *at_substr_oid; /* OPTIONAL */
84 char *at_syntax_oid; /* OPTIONAL */
[all …]