"%s: line %d: group \"%s\" attr \"%s\": inappropriate syntax: %s; ""must be "SLAPD_DN_SYNTAX" (DN), "SLAPD_NAMEUID_SYNTAX" (NameUID) ""or a subtype of labeledURI.\n",
fname,lineno,right,
attr_name,
at_syntax(b->a_group_at->ad_type));
gotofail;
}
...
...
@@ -1276,14 +1232,11 @@ parse_acl(
ocs,NULL);
if(rc!=0){
charbuf[SLAP_TEXT_BUFLEN];
snprintf(buf,sizeof(buf),
"group: \"%s\" not allowed by \"%s\".",
b->a_group_at->ad_cname.bv_val,
b->a_group_oc->soc_oid);
Debug(LDAP_DEBUG_ANY,"%s: line %d: %s\n",
fname,lineno,buf);
Debug(LDAP_DEBUG_ANY,
"%s: line %d: group: \"%s\" not allowed by \"%s\".\n",