mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
ITS#6970 all attrset params are required
This commit is contained in:
parent
1f8945e8e4
commit
4a1b7556a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1556,7 +1556,7 @@ static ConfigDriver ag_cfgen;
|
|||
|
||||
static ConfigTable agcfg[] = {
|
||||
{ "autogroup-attrset", "group-oc> <URL-ad> <member-ad",
|
||||
3, 4, 0, ARG_MAGIC|AG_ATTRSET, ag_cfgen,
|
||||
4, 4, 0, ARG_MAGIC|AG_ATTRSET, ag_cfgen,
|
||||
"( OLcfgCtAt:2.1 NAME 'olcAGattrSet' "
|
||||
"DESC 'Automatic groups: <group objectClass>, <URL attributeDescription>, <member attributeDescription>' "
|
||||
"EQUALITY caseIgnoreMatch "
|
||||
|
|
|
|||
Loading…
Reference in a new issue