mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
fix entryExpireTimestamp description
This commit is contained in:
parent
17bb32af28
commit
bfad4e8b46
1 changed files with 2 additions and 2 deletions
|
|
@ -1873,8 +1873,8 @@ dds_initialize()
|
|||
} s_at[] = {
|
||||
{ "entryExpireTimestamp", "( 1.3.6.1.4.1.4203.666.1.57 "
|
||||
"NAME ( 'entryExpireTimestamp' ) "
|
||||
"DESC 'RFC2589 extension: expire time of a dynamic object, "
|
||||
"computed as modifyTimestamp + entryTtl' "
|
||||
"DESC 'RFC2589 OpenLDAP extension: expire time of a dynamic object, "
|
||||
"computed as now + entryTtl' "
|
||||
"EQUALITY generalizedTimeMatch "
|
||||
"ORDERING generalizedTimeOrderingMatch "
|
||||
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue