mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Assign contrib config OID
This commit is contained in:
parent
4068c51739
commit
ea9863bf6c
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
List of OpenLDAP Configuration OIDs allocated to contrib modules
|
||||
|
||||
OLcfgCt{Oc|At}:1 smbk5pwd
|
||||
OLcfgCt{Oc|At}:2 autogroup
|
||||
|
|
|
|||
|
|
@ -1151,7 +1151,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,
|
||||
"( OLcfgOvAt:20.1 NAME 'olcAGattrSet' "
|
||||
"( OLcfgCtAt:2.1 NAME 'olcAGattrSet' "
|
||||
"DESC 'Automatic groups: <group objectClass>, <URL attributeDescription>, <member attributeDescription>' "
|
||||
"EQUALITY caseIgnoreMatch "
|
||||
"SYNTAX OMsDirectoryString "
|
||||
|
|
@ -1161,7 +1161,7 @@ static ConfigTable agcfg[] = {
|
|||
};
|
||||
|
||||
static ConfigOCs agocs[] = {
|
||||
{ "( OLcfgOvOc:20.1 "
|
||||
{ "( OLcfgCtOc:2.1 "
|
||||
"NAME 'olcAutomaticGroups' "
|
||||
"DESC 'Automatic groups configuration' "
|
||||
"SUP olcOverlayConfig "
|
||||
|
|
|
|||
Loading…
Reference in a new issue