]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/slap.h
add to 'val[.<style>=<value>' ACLs special match styles for DN-valued attributes...
[openldap] / servers / slapd / slap.h
index 7dc3b219a779c8f24e03193665bdf4b0e71a8a78..07eef92ae4ab564ef2dbfe92c628c6676c3e23d9 100644 (file)
@@ -720,6 +720,7 @@ typedef struct slap_attr_desc {
 typedef struct slap_attr_name {
        struct berval an_name;
        AttributeDescription *an_desc;
+       int an_oc_exclude;
        ObjectClass *an_oc;
 } AttributeName;