slapo-autogroup: fix typo in Debug msg

Was present in original commit 946e859108
This commit is contained in:
Howard Chu 2024-02-05 15:48:31 +00:00
parent 6cb3063bad
commit 260c7fe313

View file

@ -1912,7 +1912,7 @@ ag_cfgen( ConfigArgs *c )
if( !is_at_subtype( member_url_ad->ad_type, slap_schema.si_ad_labeledURI->ad_type ) ) {
snprintf( c->cr_msg, sizeof( c->cr_msg ),
"\"autogroup-attrset <oc> <URL-ad> <member-ad>\": "
"AttributeDescription \"%s\" ",
"AttributeDescription \"%s\" "
"must be of a subtype \"labeledURI\"",
c->argv[ 2 ] );
Debug( LDAP_DEBUG_ANY, "%s: %s.\n",