Searched defs:ldap_attributetype (Results 1 – 1 of 1) sorted by relevance
75 typedef struct ldap_attributetype { struct76 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 …]