diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index f7d8175d12..4beb7a9c37 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -364,8 +364,8 @@ typedef struct slap_object_class { * represents a recognized attribute description ( type + options ) */ typedef struct slap_attr_desc { - struct berval *ad_cname; /* canonical name */ - AttributeType *ad_type; /* NULL if unknown */ + struct berval *ad_cname; /* canonical name, must be specified */ + AttributeType *ad_type; /* attribute type, must be specified */ char *ad_lang; /* NULL if no language tags */ unsigned ad_flags; #define SLAP_DESC_NONE 0x0U