Home
last modified time | relevance | path

Searched refs:assertionvalue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4515.txt165 simple = attr filtertype assertionvalue
180 [matchingrule] COLON EQUALS assertionvalue )
182 matchingrule COLON EQUALS assertionvalue )
185 initial = assertionvalue
186 any = ASTERISK *(assertionvalue ASTERISK)
187 final = assertionvalue
193 assertionvalue = valueencoding
327 are 5 characters in the <assertionvalue> portion of this example:
469 Replaced the "value" rule with a new "assertionvalue" rule within the
476 Revised the "attr", "matchingrule", and "assertionvalue" ABNF to more
[all …]
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.c101 struct berval assertionvalue = BER_BVNULL; variable
1720 if ( BER_BVISNULL( &assertionvalue ) ) { in tool_server_controls()
1722 assertion, &assertionvalue ); in tool_server_controls()
1731 c[i].ldctl_value = assertionvalue; in tool_server_controls()