Hi all,
I've talked with Alex on AuthenticationLevel component of ACIITem and we
decided that only a an Enumeration of three authentication levels are ok
for LDAP. The ASN.1 syntax is changed as (this does not reflect to
anywhere):
ACIItem ::= SEQUENCE {
identificationTag DirectoryString { ub-tag },
precedence Precedence,
authenticationLevel ENUMERATED { none (0), simple (1), strong (2) },
...
as Elecharny proposed.
The ABNF and Antlr grammars are updated too. You can follow the changes on
the ABNF from
http://docs.safehaus.org/display/APACHEDS/ABNF+syntax+for+LDAP+ACIItem
Cheers,
-- Ersin