Searched defs:ldap_contentrule (Results 1 – 1 of 1) sorted by relevance
106 typedef struct ldap_contentrule { struct107 char *cr_oid; /* REQUIRED */108 char **cr_names; /* OPTIONAL */109 char *cr_desc; /* OPTIONAL */110 char **cr_sup_oids; /* OPTIONAL */111 int cr_obsolete; /* 0=no, 1=yes */112 char **cr_oc_oids_aux; /* OPTIONAL */113 char **cr_at_oids_must; /* OPTIONAL */114 char **cr_at_oids_may; /* OPTIONAL */115 char **cr_at_oids_not; /* OPTIONAL */[all …]