further fix specification

This commit is contained in:
Pierangelo Masarati 2007-08-17 11:36:34 +00:00
parent a2badc7c3c
commit 2245aff52c

View file

@ -3300,9 +3300,9 @@ static struct berval pcache_exop_QUERY_DELETE = BER_BVC( PCACHE_EXOP_QUERY_DELET
requestName ::= 1.3.6.1.4.1.4203.666.11.9.6.1
requestValue ::= SEQUENCE {
baseDN [0] LDAPDN OPTIONAL,
entryDN [1] LDAPDN OPTIONAL,
requestValue ::= SEQUENCE { CHOICE {
baseDN [0] LDAPDN
entryDN [1] LDAPDN },
queryID [2] OCTET STRING (SIZE(16)) }
* baseDN and entryDN are mutually exclusive, but one of them must be present