Searched defs:ldap_structurerule (Results 1 – 1 of 1) sorted by relevance
130 typedef struct ldap_structurerule { struct131 int sr_ruleid; /* REQUIRED */132 char **sr_names; /* OPTIONAL */133 char *sr_desc; /* OPTIONAL */134 int sr_obsolete; /* 0=no, 1=yes */135 char *sr_nameform; /* REQUIRED */136 int sr_nsup_ruleids;/* number of sr_sup_ruleids */137 int *sr_sup_ruleids;/* OPTIONAL */138 LDAPSchemaExtensionItem **sr_extensions; /* OPTIONAL */