mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
slapo-autogroup: fix typo in Debug msg
Was present in original commit 946e859108
This commit is contained in:
parent
6cb3063bad
commit
260c7fe313
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue