mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
update OIDs
This commit is contained in:
parent
818eba0db8
commit
b2f17ad4ec
@ -66,7 +66,7 @@ static struct m_s {
|
|||||||
slap_mask_t flags;
|
slap_mask_t flags;
|
||||||
int offset;
|
int offset;
|
||||||
} moc[] = {
|
} moc[] = {
|
||||||
{ "lastmod", "( 1.3.6.1.4.1.4203.666.3.100001 "
|
{ "lastmod", "( 1.3.6.1.4.1.4203.666.3.13"
|
||||||
"NAME 'lastmod' "
|
"NAME 'lastmod' "
|
||||||
"DESC 'OpenLDAP per-database last modification monitoring' "
|
"DESC 'OpenLDAP per-database last modification monitoring' "
|
||||||
"SUP top STRUCTURAL "
|
"SUP top STRUCTURAL "
|
||||||
@ -80,7 +80,7 @@ static struct m_s {
|
|||||||
offsetof(struct lastmod_schema_t, lms_oc_lastmod) },
|
offsetof(struct lastmod_schema_t, lms_oc_lastmod) },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
}, mat[] = {
|
}, mat[] = {
|
||||||
{ "lastmodDN", "( 1.3.6.1.4.1.4203.666.1.100001 "
|
{ "lastmodDN", "( 1.3.6.1.4.1.4203.666.1.28"
|
||||||
"NAME 'lastmodDN' "
|
"NAME 'lastmodDN' "
|
||||||
"DESC 'DN of last modification' "
|
"DESC 'DN of last modification' "
|
||||||
"EQUALITY distinguishedNameMatch "
|
"EQUALITY distinguishedNameMatch "
|
||||||
@ -88,7 +88,7 @@ static struct m_s {
|
|||||||
"NO-USER-MODIFICATION "
|
"NO-USER-MODIFICATION "
|
||||||
"USAGE directoryOperation )", SLAP_AT_HIDE,
|
"USAGE directoryOperation )", SLAP_AT_HIDE,
|
||||||
offsetof(struct lastmod_schema_t, lms_ad_lastmodDN) },
|
offsetof(struct lastmod_schema_t, lms_ad_lastmodDN) },
|
||||||
{ "lastmodType", "( 1.3.6.1.4.1.4203.666.1.100002 "
|
{ "lastmodType", "( 1.3.6.1.4.1.4203.666.1.29"
|
||||||
"NAME 'lastmodType' "
|
"NAME 'lastmodType' "
|
||||||
"DESC 'Type of last modification' "
|
"DESC 'Type of last modification' "
|
||||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 "
|
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 "
|
||||||
|
Loading…
Reference in New Issue
Block a user